[PR #1019] [MERGED] chore(deps): upgrade to Tailwind 4 #1155

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1019
Author: @kolaente
Created: 6/25/2025
Status: Merged
Merged: 6/25/2025
Merged by: @kolaente

Base: codex/upgrade-to-tailwind-4.1.8-using-pnpmHead: codex/fix-issues-with-tailwind-4-upgrade


📝 Commits (1)

  • 2d2e770 fix: attempt tailwind build

📊 Changes

7 files changed (+28 additions, -7 deletions)

View changed files

📝 frontend/package.json (+2 -1)
📝 frontend/pnpm-lock.yaml (+20 -0)
📝 frontend/src/App.vue (+0 -1)
📝 frontend/src/main.ts (+2 -0)
📝 frontend/src/styles/global.scss (+2 -3)
📝 frontend/tailwind.config.js (+1 -1)
📝 frontend/vite.config.ts (+1 -1)

📄 Description

Closes https://github.com/go-vikunja/vikunja/pull/468

Summary

  • import global styles in main entry
  • drop inline import in App.vue
  • switch tailwind config to ESM
  • try configuring vite plugin for tailwind

Testing

  • pnpm lint:fix

https://chatgpt.com/codex/tasks/task_e_6849cd0e23d4832294423351b68925cb


🔄 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/1019 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/25/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `codex/upgrade-to-tailwind-4.1.8-using-pnpm` ← **Head:** `codex/fix-issues-with-tailwind-4-upgrade` --- ### 📝 Commits (1) - [`2d2e770`](https://github.com/go-vikunja/vikunja/commit/2d2e770ace8f4a4ee0433ef0cbf12371528f5092) fix: attempt tailwind build ### 📊 Changes **7 files changed** (+28 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -1) 📝 `frontend/pnpm-lock.yaml` (+20 -0) 📝 `frontend/src/App.vue` (+0 -1) 📝 `frontend/src/main.ts` (+2 -0) 📝 `frontend/src/styles/global.scss` (+2 -3) 📝 `frontend/tailwind.config.js` (+1 -1) 📝 `frontend/vite.config.ts` (+1 -1) </details> ### 📄 Description Closes https://github.com/go-vikunja/vikunja/pull/468 ## Summary - import global styles in main entry - drop inline import in `App.vue` - switch tailwind config to ESM - try configuring vite plugin for tailwind ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_6849cd0e23d4832294423351b68925cb --- <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:10 -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#1155