mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #746] [MERGED] Add prettier #1400
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/746
Author: @nimbleghost
Created: 5/23/2023
Status: ✅ Merged
Merged: 5/24/2023
Merged by: @binwiederhier
Base:
main← Head:add-prettier📝 Commits (4)
1761ec0Movereact-scriptstodevDependencies206ea31Add prettier6f6a2d1Run prettiera859ed9Add .git-blame-ignore-revs📊 Changes
54 files changed (+24625 additions, -6905 deletions)
View changed files
➕
.git-blame-ignore-revs(+5 -0)📝
Makefile(+8 -1)➕
web/.prettierignore(+2 -0)📝
web/package-lock.json(+1671 -239)📝
web/package.json(+7 -2)📝
web/public/config.js(+20 -10)📝
web/public/index.html(+55 -35)📝
web/public/static/css/app.css(+5 -4)📝
web/public/static/css/fonts.css(+16 -20)📝
web/src/app/AccountApi.js(+395 -382)📝
web/src/app/Api.js(+110 -103)📝
web/src/app/Connection.js(+129 -91)📝
web/src/app/ConnectionManager.js(+111 -91)📝
web/src/app/Notifier.js(+84 -73)📝
web/src/app/Poller.js(+47 -41)📝
web/src/app/Prefs.js(+21 -21)📝
web/src/app/Pruner.js(+26 -23)📝
web/src/app/Session.js(+21 -21)📝
web/src/app/SubscriptionManager.js(+187 -186)📝
web/src/app/UserManager.js(+30 -30)...and 34 more files
📄 Description
Adds prettier to npm, plus the relevant make targets.
Created a
devDependenciessections for tooling, and moved react-scripts there too, which is the only other non-production dependency.This PR needs to be rebased or merged with a merge commit into master, so that the
.git-blame-ignore-refsfile still references a valid commit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.