mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #493] [CLOSED] Vite #795
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/493
Author: @alexevladgabriel
Created: 7/17/2024
Status: ❌ Closed
Base:
main← Head:feature/vite📝 Commits (4)
59fc03bfinal wip (includes vitest, vite, workflows, types rewrite)1dfc4fbfix: lint file5357195revert vite version to major 4ca2f151update 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.