mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #750] [MERGED] Fix suppressed eslint issues #1402
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#1402
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/750
Author: @nimbleghost
Created: 5/24/2023
Status: ✅ Merged
Merged: 5/25/2023
Merged by: @binwiederhier
Base:
main← Head:web-improvements📝 Commits (4)
9056d68Make async for loops performant using Promise.all4d90e32Use es6 destructuring swap for shufflingd178be7Fix param reassignment issueda17e4eMake small code style 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
I kept the changes in the eslint PR to a minimum of simple logic preserving fixes, these could potentially change/break behaviour but are likely correct. Better to review separately.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.