mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #749] [MERGED] Switch to Vite #1403
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#1403
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/749
Author: @nimbleghost
Created: 5/24/2023
Status: ✅ Merged
Merged: 5/25/2023
Merged by: @binwiederhier
Base:
main← Head:switch-to-vite📝 Commits (7)
d7eb120Add eslint with eslint-config-airbnbf558b4dAdd.jsxfilename extension8319f1cRun eslint autofixes59011c8Make manual eslint fixes951c907Add eslint commits to .git-blame-ignore-revse21327cAdd vited625a00Use esm mui imports for Vite compatibility📊 Changes
49 files changed (+4041 additions, -17950 deletions)
View changed files
📝
.git-blame-ignore-revs(+4 -0)📝
Makefile(+5 -3)📝
server/server_test.go(+1 -1)➕
web/.eslintignore(+1 -0)➕
web/.eslintrc(+31 -0)📝
web/.prettierignore(+1 -0)📝
web/index.html(+6 -5)📝
web/package-lock.json(+3096 -17062)📝
web/package.json(+14 -6)📝
web/src/app/AccountApi.js(+26 -25)📝
web/src/app/Api.js(+6 -5)📝
web/src/app/Connection.js(+9 -7)📝
web/src/app/ConnectionManager.js(+9 -10)📝
web/src/app/Notifier.js(+2 -2)📝
web/src/app/Poller.js(+2 -0)📝
web/src/app/SubscriptionManager.js(+22 -14)📝
web/src/app/config.js(+1 -1)📝
web/src/app/errors.js(+37 -32)📝
web/src/app/utils.js(+70 -83)📝
web/src/components/Account.jsx(+51 -61)...and 29 more files
📄 Description
This is baed on #748, so should either probably be rebased and reviewed after merging that. It's not that simple to do chained PRs across forks haha.
Actual diff: https://github.com/nimbleghost/ntfy/compare/add-eslint...switch-to-vite?expand=1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.