[PR #1023] chore(deps): upgrade tailwind to v4 #1159

Open
opened 2025-11-01 21:12:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1023
Author: @kolaente
Created: 6/25/2025
Status: 🔄 Open

Base: mainHead: upgrade-tailwind-4


📝 Commits (4)

  • 03962fa chore: change prefix
  • 89f4c05 chore(deps): update tailwind dependencies
  • e6d7ac4 chore: remove unused tailwind config
  • f2a39d3 chore: use tailwind vite plugin

📊 Changes

18 files changed (+454 additions, -325 deletions)

View changed files

📝 frontend/package.json (+2 -1)
📝 frontend/pnpm-lock.yaml (+406 -257)
📝 frontend/src/components/home/AppHeader.vue (+2 -2)
📝 frontend/src/components/home/ProjectsNavigationItem.vue (+2 -2)
📝 frontend/src/components/input/Reactions.vue (+1 -1)
📝 frontend/src/components/input/editor/EditorToolbar.vue (+19 -19)
📝 frontend/src/components/project/ProjectSettingsDropdown.vue (+1 -1)
📝 frontend/src/components/project/partials/Filters.vue (+1 -1)
📝 frontend/src/components/tasks/AddTask.vue (+1 -1)
📝 frontend/src/components/tasks/partials/Comments.vue (+3 -3)
📝 frontend/src/components/tasks/partials/Heading.vue (+2 -2)
📝 frontend/src/components/tasks/partials/KanbanCard.vue (+3 -3)
📝 frontend/src/components/tasks/partials/SingleTaskInProject.vue (+1 -1)
📝 frontend/src/styles/global.scss (+2 -10)
frontend/src/styles/tailwind.css (+4 -0)
📝 frontend/src/views/tasks/TaskDetailView.vue (+2 -2)
frontend/tailwind.config.js (+0 -17)
📝 frontend/vite.config.ts (+2 -2)

📄 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/go-vikunja/vikunja/pull/1023 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/25/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `upgrade-tailwind-4` --- ### 📝 Commits (4) - [`03962fa`](https://github.com/go-vikunja/vikunja/commit/03962fa356afed577d6fba18e9bca4764c49571b) chore: change prefix - [`89f4c05`](https://github.com/go-vikunja/vikunja/commit/89f4c05343e76a02aa4db6350e8ae0aa10c1b6f1) chore(deps): update tailwind dependencies - [`e6d7ac4`](https://github.com/go-vikunja/vikunja/commit/e6d7ac466ee7fe43865d47a0c1bef38f30edfb68) chore: remove unused tailwind config - [`f2a39d3`](https://github.com/go-vikunja/vikunja/commit/f2a39d38aacb0961a9f6be81fbc64553af61ebe8) chore: use tailwind vite plugin ### 📊 Changes **18 files changed** (+454 additions, -325 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -1) 📝 `frontend/pnpm-lock.yaml` (+406 -257) 📝 `frontend/src/components/home/AppHeader.vue` (+2 -2) 📝 `frontend/src/components/home/ProjectsNavigationItem.vue` (+2 -2) 📝 `frontend/src/components/input/Reactions.vue` (+1 -1) 📝 `frontend/src/components/input/editor/EditorToolbar.vue` (+19 -19) 📝 `frontend/src/components/project/ProjectSettingsDropdown.vue` (+1 -1) 📝 `frontend/src/components/project/partials/Filters.vue` (+1 -1) 📝 `frontend/src/components/tasks/AddTask.vue` (+1 -1) 📝 `frontend/src/components/tasks/partials/Comments.vue` (+3 -3) 📝 `frontend/src/components/tasks/partials/Heading.vue` (+2 -2) 📝 `frontend/src/components/tasks/partials/KanbanCard.vue` (+3 -3) 📝 `frontend/src/components/tasks/partials/SingleTaskInProject.vue` (+1 -1) 📝 `frontend/src/styles/global.scss` (+2 -10) ➕ `frontend/src/styles/tailwind.css` (+4 -0) 📝 `frontend/src/views/tasks/TaskDetailView.vue` (+2 -2) ➖ `frontend/tailwind.config.js` (+0 -17) 📝 `frontend/vite.config.ts` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:12:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1159