From 8cbc25a6017fb42c31d9a2148cfe8119442cc813 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Tue, 16 Jun 2026 15:54:38 +0200 Subject: [PATCH] Migration from tailwindcss v3 to v4. Deletion of nuxt/tailwindcss. --- app/app.vue | 87 +- app/assets/css/main.css | 92 ++ app/components/base/Button.vue | 4 +- app/components/base/Combobox.vue | 8 +- app/components/base/Dialog.vue | 2 +- app/components/base/DropdownContentRender.vue | 8 +- app/components/base/DropdownMenu.vue | 2 +- app/components/base/HoverCard.vue | 2 +- app/components/base/Kbd.vue | 2 +- app/components/base/NumberPicker.vue | 4 +- app/components/base/PinPicker.vue | 4 +- app/components/base/RadioInput.vue | 4 +- app/components/base/Select.vue | 6 +- app/components/base/SelectItem.vue | 2 +- app/components/base/SliderInput.vue | 4 +- app/components/base/Switch.vue | 4 +- app/components/base/TagsInput.vue | 4 +- app/components/base/TextInput.vue | 4 +- app/components/base/Tree.vue | 2 +- app/error.vue | 6 +- app/layouts/default.vue | 24 +- app/pages/admin/index.vue | 4 +- app/pages/admin/jobs.vue | 4 +- app/pages/campaign/index.client.vue | 20 +- app/pages/character/index.client.vue | 16 +- app/pages/character/list.client.vue | 8 +- app/pages/explore/edit/index.vue | 10 +- app/pages/user/(automatic)/reset-password.vue | 2 +- .../user/(automatic)/resetting-password.vue | 2 +- app/pages/user/changing-password.vue | 2 +- app/pages/user/login.vue | 2 +- app/pages/user/profile.vue | 4 +- app/pages/user/register.vue | 4 +- bun.lock | 1054 +++++------------ nuxt.config.ts | 108 +- package.json | 4 +- shared/campaign.ts | 2 +- shared/canvas.ts | 32 +- shared/character.ts | 94 +- shared/components.ts | 52 +- shared/content.ts | 10 +- shared/editor.ts | 17 +- shared/feature.ts | 44 +- shared/proses.ts | 8 +- 44 files changed, 633 insertions(+), 1145 deletions(-) create mode 100644 app/assets/css/main.css diff --git a/app/app.vue b/app/app.vue index c382a16..67b4cee 100644 --- a/app/app.vue +++ b/app/app.vue @@ -3,7 +3,7 @@ -
+
@@ -36,6 +36,7 @@ onBeforeMount(() => {