mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2026-07-25 04:15:40 -04:00
[PR #1] [CLOSED] Nuxt 4 #1
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/Drop-OSS/drop-base/pull/1
Author: @Huskydog9988
Created: 1/10/2026
Status: ❌ Closed
Base:
main← Head:nuxt-4📝 Commits (9)
1770e54switch to pnpm733dd62upgrade to nuxt 4acd11dcuse nuxt 4 codemodfd031d7fix imports43c5518add typechecking5461479fix error in modal47cf5a9rename package6eff4a8use ts and eslint from drop repocd97189fix (most) lint issues📊 Changes
16 files changed (+8596 additions, -6384 deletions)
View changed files
📝
app/components/ConfirmationModal.vue(+2 -8)📝
app/components/LoadingButton.vue(+0 -0)📝
app/components/ModalStack.vue(+29 -21)📝
app/components/ModalTemplate.vue(+8 -11)➕
app/components/NotificationModal.vue(+59 -0)📝
app/components/TextInputModal.vue(+2 -8)📝
app/composables/modal-stack.ts(+12 -10)➖
components/NotificationModal.vue(+0 -68)➖
eslint.config.js(+0 -3)➕
eslint.config.mjs(+33 -0)📝
nuxt.config.ts(+18 -1)📝
package.json(+14 -6)➕
pnpm-lock.yaml(+8397 -0)➕
pnpm-workspace.yaml(+4 -0)➕
tsconfig.json(+18 -0)➖
yarn.lock(+0 -6248)📄 Description
Update to nuxt 4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #1] Nuxt 4to [PR #1] [CLOSED] Nuxt 4