[PR #752] [MERGED] WIP: Switch to vite #1405

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/752
Author: @binwiederhier
Created: 5/25/2023
Status: Merged
Merged: 5/25/2023
Merged by: @binwiederhier

Base: mainHead: switch-to-vite


📝 Commits (6)

  • e21327c Add vite
  • d625a00 Use esm mui imports for Vite compatibility
  • d1e59fe Merge branch 'main' into switch-to-vite
  • a90bd4c Formatting, npm update
  • e1dd0c6 Merge branch 'main' into switch-to-vite
  • 517341b Re-add @emotion due to build errors

📊 Changes

28 files changed (+3145 additions, -17348 deletions)

View changed files

📝 Makefile (+1 -2)
📝 server/server_test.go (+1 -1)
📝 web/index.html (+6 -5)
📝 web/package-lock.json (+2956 -17193)
📝 web/package.json (+7 -5)
📝 web/src/components/Account.jsx (+12 -12)
📝 web/src/components/ActionBar.jsx (+1 -9)
📝 web/src/components/App.jsx (+1 -4)
📝 web/src/components/AttachmentIcon.jsx (+1 -1)
📝 web/src/components/AvatarBox.jsx (+1 -2)
📝 web/src/components/DialogFooter.jsx (+1 -3)
📝 web/src/components/EmojiPicker.jsx (+1 -6)
📝 web/src/components/ErrorBoundary.jsx (+1 -2)
📝 web/src/components/Login.jsx (+1 -6)
📝 web/src/components/Messaging.jsx (+1 -4)
📝 web/src/components/Navigation.jsx (+21 -12)
📝 web/src/components/Notifications.jsx (+18 -7)
📝 web/src/components/Preferences.jsx (+11 -11)
📝 web/src/components/PublishDialog.jsx (+20 -10)
📝 web/src/components/ReserveDialogs.jsx (+15 -10)

...and 8 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/752 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `switch-to-vite` --- ### 📝 Commits (6) - [`e21327c`](https://github.com/binwiederhier/ntfy/commit/e21327cec59a3b7e8c7a6c3ef723ed6baeebf722) Add vite - [`d625a00`](https://github.com/binwiederhier/ntfy/commit/d625a003b80510785a76550da22e40a125c8bfd0) Use esm mui imports for Vite compatibility - [`d1e59fe`](https://github.com/binwiederhier/ntfy/commit/d1e59fe08cc62f18918424b83c8d5ea2a0b6186b) Merge branch 'main' into switch-to-vite - [`a90bd4c`](https://github.com/binwiederhier/ntfy/commit/a90bd4cd0674ac37297cdac07b9c73e02b9f3a79) Formatting, npm update - [`e1dd0c6`](https://github.com/binwiederhier/ntfy/commit/e1dd0c64e241065674d6e5364e95ac7081b14701) Merge branch 'main' into switch-to-vite - [`517341b`](https://github.com/binwiederhier/ntfy/commit/517341b5d793b74465b14a643d4529ed3e5837e5) Re-add @emotion due to build errors ### 📊 Changes **28 files changed** (+3145 additions, -17348 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -2) 📝 `server/server_test.go` (+1 -1) 📝 `web/index.html` (+6 -5) 📝 `web/package-lock.json` (+2956 -17193) 📝 `web/package.json` (+7 -5) 📝 `web/src/components/Account.jsx` (+12 -12) 📝 `web/src/components/ActionBar.jsx` (+1 -9) 📝 `web/src/components/App.jsx` (+1 -4) 📝 `web/src/components/AttachmentIcon.jsx` (+1 -1) 📝 `web/src/components/AvatarBox.jsx` (+1 -2) 📝 `web/src/components/DialogFooter.jsx` (+1 -3) 📝 `web/src/components/EmojiPicker.jsx` (+1 -6) 📝 `web/src/components/ErrorBoundary.jsx` (+1 -2) 📝 `web/src/components/Login.jsx` (+1 -6) 📝 `web/src/components/Messaging.jsx` (+1 -4) 📝 `web/src/components/Navigation.jsx` (+21 -12) 📝 `web/src/components/Notifications.jsx` (+18 -7) 📝 `web/src/components/Preferences.jsx` (+11 -11) 📝 `web/src/components/PublishDialog.jsx` (+20 -10) 📝 `web/src/components/ReserveDialogs.jsx` (+15 -10) _...and 8 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:57 +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#1405
No description provided.