[PR #149] [MERGED] New web app #1226

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/149
Author: @binwiederhier
Created: 2/20/2022
Status: Merged
Merged: 3/11/2022
Merged by: @binwiederhier

Base: mainHead: ui


📝 Commits (10+)

📊 Changes

108 files changed (+31365 additions, -1299 deletions)

View changed files

📝 .github/workflows/test.yaml (+6 -0)
📝 .gitignore (+2 -0)
📝 Makefile (+27 -4)
📝 README.md (+11 -3)
📝 cmd/serve.go (+6 -0)
📝 docs/config.md (+38 -36)
📝 docs/releases.md (+10 -0)
📝 docs/static/css/extra.css (+3 -3)
📝 docs/static/img/web-detail.png (+0 -0)
📝 docs/static/img/web-subscribe.png (+0 -0)
📝 docs/subscribe/web.md (+2 -2)
📝 scripts/emoji-convert.sh (+1 -1)
📝 server/config.go (+1 -0)
📝 server/server.go (+72 -38)
📝 server/server.yml (+5 -0)
📝 server/server_test.go (+21 -2)
server/static/css/app.css (+0 -531)
server/static/img/basic-notification.png (+0 -0)
server/static/img/close.svg (+0 -1)
server/static/img/priority-1.svg (+0 -47)

...and 80 more files

📄 Description

Relates to #111


🔄 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/149 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 2/20/2022 **Status:** ✅ Merged **Merged:** 3/11/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `ui` --- ### 📝 Commits (10+) - [`4c4e689`](https://github.com/binwiederhier/ntfy/commit/4c4e689af47c1b617258d88aa1cad73fa0c4319b) WIP: React - [`31e7aa2`](https://github.com/binwiederhier/ntfy/commit/31e7aa24bcf9d5c2bb14a5e7543e27ad5be52dd4) Subscription form - [`1fe598a`](https://github.com/binwiederhier/ntfy/commit/1fe598a966d888d36d9dd18ab6e8ba1c51f33a77) Split stuff - [`b497063`](https://github.com/binwiederhier/ntfy/commit/b497063af4e1e708d69ad84fadc298b6dea303c8) Make topics clickable, show notifications - [`c859f86`](https://github.com/binwiederhier/ntfy/commit/c859f866b863162d52704a40d989e47226eaaf29) Move to dashboard theme - [`8c0f3b2`](https://github.com/binwiederhier/ntfy/commit/8c0f3b230491c7f783a67afc16eebf9c1d507ddf) Add dialog - [`c6c3cae`](https://github.com/binwiederhier/ntfy/commit/c6c3caec398b0a4353054dd5d6685d1e38fef45b) Restructure - [`dd1a85e`](https://github.com/binwiederhier/ntfy/commit/dd1a85e733b04f85e203333b7fda4f21563a9304) Awful use of localstorage - [`4ba2339`](https://github.com/binwiederhier/ntfy/commit/4ba23390b53058d38d3ebc82d2f58ac521f90930) Settings icon - [`c57fac2`](https://github.com/binwiederhier/ntfy/commit/c57fac283e7f68efd036ebfbffe9a2013ebc9a8b) Unsubscribe ### 📊 Changes **108 files changed** (+31365 additions, -1299 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+6 -0) 📝 `.gitignore` (+2 -0) 📝 `Makefile` (+27 -4) 📝 `README.md` (+11 -3) 📝 `cmd/serve.go` (+6 -0) 📝 `docs/config.md` (+38 -36) 📝 `docs/releases.md` (+10 -0) 📝 `docs/static/css/extra.css` (+3 -3) 📝 `docs/static/img/web-detail.png` (+0 -0) 📝 `docs/static/img/web-subscribe.png` (+0 -0) 📝 `docs/subscribe/web.md` (+2 -2) 📝 `scripts/emoji-convert.sh` (+1 -1) 📝 `server/config.go` (+1 -0) 📝 `server/server.go` (+72 -38) 📝 `server/server.yml` (+5 -0) 📝 `server/server_test.go` (+21 -2) ➖ `server/static/css/app.css` (+0 -531) ➖ `server/static/img/basic-notification.png` (+0 -0) ➖ `server/static/img/close.svg` (+0 -1) ➖ `server/static/img/priority-1.svg` (+0 -47) _...and 80 more files_ </details> ### 📄 Description Relates to #111 --- <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:06 +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#1226
No description provided.