[PR #753] [CLOSED] WIP: Web improvements #1408

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/753
Author: @binwiederhier
Created: 5/25/2023
Status: Closed

Base: mainHead: web-improvements


📝 Commits (6)

  • 1291c3a Make async for loops performant using Promise.all
  • 25d6725 Use es6 destructuring swap for shuffling
  • 4a0a225 Fix jsx key issue
  • be6d962 Fix param reassignment issue
  • 025ea3c Make small code style improvements
  • 2697600 Merge branch 'main' into web-improvements

📊 Changes

6 files changed (+57 additions, -76 deletions)

View changed files

📝 web/src/app/ConnectionManager.js (+1 -3)
📝 web/src/app/Poller.js (+10 -9)
📝 web/src/app/SubscriptionManager.js (+33 -33)
📝 web/src/app/utils.js (+9 -12)
📝 web/src/components/EmojiPicker.jsx (+1 -11)
📝 web/src/components/Notifications.jsx (+3 -8)

📄 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/753 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/25/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `web-improvements` --- ### 📝 Commits (6) - [`1291c3a`](https://github.com/binwiederhier/ntfy/commit/1291c3afe968830dfc8ea043f889d27725e8ffcb) Make async for loops performant using Promise.all - [`25d6725`](https://github.com/binwiederhier/ntfy/commit/25d6725d8f38974502ba76b4ab44554cbfd7fdc7) Use es6 destructuring swap for shuffling - [`4a0a225`](https://github.com/binwiederhier/ntfy/commit/4a0a22566a297dea324a84fc395a219199076770) Fix jsx key issue - [`be6d962`](https://github.com/binwiederhier/ntfy/commit/be6d962cc3462d5eab9b18a9bec1f0140f7d7a72) Fix param reassignment issue - [`025ea3c`](https://github.com/binwiederhier/ntfy/commit/025ea3c1d6060891d4939f6857146fa8872fdac1) Make small code style improvements - [`2697600`](https://github.com/binwiederhier/ntfy/commit/26976001113a5c8cd601129942d9caad5d76df3e) Merge branch 'main' into web-improvements ### 📊 Changes **6 files changed** (+57 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `web/src/app/ConnectionManager.js` (+1 -3) 📝 `web/src/app/Poller.js` (+10 -9) 📝 `web/src/app/SubscriptionManager.js` (+33 -33) 📝 `web/src/app/utils.js` (+9 -12) 📝 `web/src/components/EmojiPicker.jsx` (+1 -11) 📝 `web/src/components/Notifications.jsx` (+3 -8) </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:58 +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#1408
No description provided.