[PR #747] [MERGED] Add prettier #1401

Closed
opened 2026-05-07 01:01:56 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/747
Author: @binwiederhier
Created: 5/23/2023
Status: Merged
Merged: 5/24/2023
Merged by: @binwiederhier

Base: mainHead: add-prettier


📝 Commits (6)

📊 Changes

54 files changed (+23116 additions, -6908 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 (+10 -2)
📝 web/public/config.js (+10 -10)
📝 web/public/index.html (+38 -35)
📝 web/public/static/css/app.css (+5 -4)
📝 web/public/static/css/fonts.css (+16 -20)
📝 web/src/app/AccountApi.js (+382 -382)
📝 web/src/app/Api.js (+96 -105)
📝 web/src/app/Connection.js (+87 -91)
📝 web/src/app/ConnectionManager.js (+92 -91)
📝 web/src/app/Notifier.js (+71 -73)
📝 web/src/app/Poller.js (+42 -42)
📝 web/src/app/Prefs.js (+21 -21)
📝 web/src/app/Pruner.js (+23 -23)
📝 web/src/app/Session.js (+21 -21)
📝 web/src/app/SubscriptionManager.js (+175 -186)
📝 web/src/app/UserManager.js (+30 -30)

...and 34 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/747 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/23/2023 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `add-prettier` --- ### 📝 Commits (6) - [`1761ec0`](https://github.com/binwiederhier/ntfy/commit/1761ec0207a392a62c97cf8d7eb24b1450d938fb) Move `react-scripts` to `devDependencies` - [`206ea31`](https://github.com/binwiederhier/ntfy/commit/206ea312bfadf6f73439673c1383dbfafca2b673) Add prettier - [`6f6a2d1`](https://github.com/binwiederhier/ntfy/commit/6f6a2d1f693070bf72e89d86748080e4825c9164) Run prettier - [`a859ed9`](https://github.com/binwiederhier/ntfy/commit/a859ed9f58ef9047f65050115404dd7efdbf60cd) Add .git-blame-ignore-revs - [`2e27f58`](https://github.com/binwiederhier/ntfy/commit/2e27f58963feb9e4d1c573d4745d07770777fa7d) Merge branch 'main' into add-prettier - [`ca5d736`](https://github.com/binwiederhier/ntfy/commit/ca5d736a7169eb6b4b0d849e061d5bf9565dcc53) Line width ### 📊 Changes **54 files changed** (+23116 additions, -6908 deletions) <details> <summary>View changed files</summary> ➕ `.git-blame-ignore-revs` (+5 -0) 📝 `Makefile` (+8 -1) ➕ `web/.prettierignore` (+2 -0) 📝 `web/package-lock.json` (+1671 -239) 📝 `web/package.json` (+10 -2) 📝 `web/public/config.js` (+10 -10) 📝 `web/public/index.html` (+38 -35) 📝 `web/public/static/css/app.css` (+5 -4) 📝 `web/public/static/css/fonts.css` (+16 -20) 📝 `web/src/app/AccountApi.js` (+382 -382) 📝 `web/src/app/Api.js` (+96 -105) 📝 `web/src/app/Connection.js` (+87 -91) 📝 `web/src/app/ConnectionManager.js` (+92 -91) 📝 `web/src/app/Notifier.js` (+71 -73) 📝 `web/src/app/Poller.js` (+42 -42) 📝 `web/src/app/Prefs.js` (+21 -21) 📝 `web/src/app/Pruner.js` (+23 -23) 📝 `web/src/app/Session.js` (+21 -21) 📝 `web/src/app/SubscriptionManager.js` (+175 -186) 📝 `web/src/app/UserManager.js` (+30 -30) _...and 34 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:56 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1401
No description provided.