[PR #493] [CLOSED] Vite #792

Closed
opened 2026-02-05 17:54:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/493
Author: @alexevladgabriel
Created: 7/17/2024
Status: Closed

Base: mainHead: feature/vite


📝 Commits (4)

  • 59fc03b final wip (includes vitest, vite, workflows, types rewrite)
  • 1dfc4fb fix: lint file
  • 5357195 revert vite version to major 4
  • ca2f151 update vitest also

📊 Changes

69 files changed (+6765 additions, -10097 deletions)

View changed files

📝 .eslintrc.js (+0 -1)
📝 .github/workflows/ui.yaml (+6 -3)
📝 .gitignore (+1 -0)
📝 app/Http/ViewComposers/AssetComposer.php (+0 -9)
app/Services/Helpers/AssetHashService.php (+0 -117)
babel.config.js (+0 -34)
jest.config.js (+0 -28)
📝 package.json (+21 -24)
📝 resources/scripts/TransitionRouter.tsx (+1 -1)
📝 resources/scripts/api/definitions/helpers.ts (+1 -1)
📝 resources/scripts/api/definitions/user/models.d.ts (+1 -1)
📝 resources/scripts/api/definitions/user/transformers.ts (+1 -1)
📝 resources/scripts/api/server/backups/createServerBackup.ts (+1 -1)
📝 resources/scripts/api/server/getServer.ts (+1 -1)
📝 resources/scripts/api/server/updateStartupVariable.ts (+1 -1)
📝 resources/scripts/api/swr/getServerBackups.ts (+1 -1)
📝 resources/scripts/api/swr/getServerStartup.ts (+1 -1)
📝 resources/scripts/api/transformers.ts (+1 -1)
📝 resources/scripts/assets/css/GlobalStylesheet.ts (+1 -1)
📝 resources/scripts/components/App.tsx (+1 -2)

...and 49 more files

📄 Description

final wip (includes vitest, vite, workflows, types rewrite)

Require testing the UI


🔄 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/pelican-dev/panel/pull/493 **Author:** [@alexevladgabriel](https://github.com/alexevladgabriel) **Created:** 7/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/vite` --- ### 📝 Commits (4) - [`59fc03b`](https://github.com/pelican-dev/panel/commit/59fc03bb438ff25230a1f63402e011536bf24187) final wip (includes vitest, vite, workflows, types rewrite) - [`1dfc4fb`](https://github.com/pelican-dev/panel/commit/1dfc4fb25cd3b5c47aa83ee39c568d1048358819) fix: lint file - [`5357195`](https://github.com/pelican-dev/panel/commit/5357195c3543196b2f4b401d2da68aad63810abc) revert vite version to major 4 - [`ca2f151`](https://github.com/pelican-dev/panel/commit/ca2f1519deb6572fd7d95109c5df66e8b25cf10a) update vitest also ### 📊 Changes **69 files changed** (+6765 additions, -10097 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+0 -1) 📝 `.github/workflows/ui.yaml` (+6 -3) 📝 `.gitignore` (+1 -0) 📝 `app/Http/ViewComposers/AssetComposer.php` (+0 -9) ➖ `app/Services/Helpers/AssetHashService.php` (+0 -117) ➖ `babel.config.js` (+0 -34) ➖ `jest.config.js` (+0 -28) 📝 `package.json` (+21 -24) 📝 `resources/scripts/TransitionRouter.tsx` (+1 -1) 📝 `resources/scripts/api/definitions/helpers.ts` (+1 -1) 📝 `resources/scripts/api/definitions/user/models.d.ts` (+1 -1) 📝 `resources/scripts/api/definitions/user/transformers.ts` (+1 -1) 📝 `resources/scripts/api/server/backups/createServerBackup.ts` (+1 -1) 📝 `resources/scripts/api/server/getServer.ts` (+1 -1) 📝 `resources/scripts/api/server/updateStartupVariable.ts` (+1 -1) 📝 `resources/scripts/api/swr/getServerBackups.ts` (+1 -1) 📝 `resources/scripts/api/swr/getServerStartup.ts` (+1 -1) 📝 `resources/scripts/api/transformers.ts` (+1 -1) 📝 `resources/scripts/assets/css/GlobalStylesheet.ts` (+1 -1) 📝 `resources/scripts/components/App.tsx` (+1 -2) _...and 49 more files_ </details> ### 📄 Description final wip (includes vitest, vite, workflows, types rewrite) ### Require testing the UI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:54:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#792