[PR #427] [MERGED] Feat tailwind v4 #464

Closed
opened 2026-03-03 11:30:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/427
Author: @pavanbhaskardev
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-tailwind-v4


📝 Commits (7)

  • 9c59fc6 chore: ran pnpm dlx @tailwindcss/upgrade
  • 2bd655c chore: added all variables in global-css
  • f194730 chore: updated shadcn components to tailwind-v4
  • b996588 chore: add missing shadcn colors
  • 59f1e5d fix: shadcn component fixes
  • 36370bd chore: updated color-palette edit instructions video
  • c380473 Merge branch 'main' into feat-tailwind-v4

📊 Changes

147 files changed (+3795 additions, -3716 deletions)

View changed files

📝 .vscode/settings.json (+2 -0)
📝 components.json (+1 -1)
📝 package.json (+5 -4)
📝 pnpm-lock.yaml (+414 -464)
📝 postcss.config.mjs (+1 -2)
📝 public/color-palette-edit.webm (+0 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx (+9 -9)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/layout.client.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx (+2 -2)
📝 src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/[slug]/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/integrations/page.tsx (+5 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/layout.client.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx (+3 -3)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx (+6 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx (+4 -1)
📝 src/app/(frontend)/globals.css (+245 -135)
📝 src/components/ActionPlaceholder.tsx (+1 -1)
📝 src/components/Branding.tsx (+31 -27)
📝 src/components/DeleteProjectDialog.tsx (+2 -2)

...and 80 more files

📄 Description

  1. Upgraded to tailwind v4
  2. Updated shadcn components to working condition in tailwind v4
  3. Update customizing branding video in admin-panel

🔄 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/dflow-sh/dflow/pull/427 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-tailwind-v4` --- ### 📝 Commits (7) - [`9c59fc6`](https://github.com/dflow-sh/dflow/commit/9c59fc664772943d118f002df0f873c5ffc7d2e3) chore: ran pnpm dlx @tailwindcss/upgrade - [`2bd655c`](https://github.com/dflow-sh/dflow/commit/2bd655c0f42282b7c1c0ed9aa58f8baf9d2d010c) chore: added all variables in global-css - [`f194730`](https://github.com/dflow-sh/dflow/commit/f194730803980690cd51c96cd5f00d403499c41f) chore: updated shadcn components to tailwind-v4 - [`b996588`](https://github.com/dflow-sh/dflow/commit/b9965888f63569af9428ffd96f92f4fc2c5be983) chore: add missing shadcn colors - [`59f1e5d`](https://github.com/dflow-sh/dflow/commit/59f1e5d4c81243ffc5c8fa91e904648408b1a1f0) fix: shadcn component fixes - [`36370bd`](https://github.com/dflow-sh/dflow/commit/36370bd8a16e3dbffbebca07b1c5b5dc821caa78) chore: updated color-palette edit instructions video - [`c380473`](https://github.com/dflow-sh/dflow/commit/c380473fd6c081070e4abe0b95d88162d00c22be) Merge branch 'main' into feat-tailwind-v4 ### 📊 Changes **147 files changed** (+3795 additions, -3716 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -0) 📝 `components.json` (+1 -1) 📝 `package.json` (+5 -4) 📝 `pnpm-lock.yaml` (+414 -464) 📝 `postcss.config.mjs` (+1 -2) 📝 `public/color-palette-edit.webm` (+0 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx` (+9 -9) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/layout.client.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/service/[serviceId]/layout.client.tsx` (+2 -2) 📝 `src/app/(frontend)/(dashboard)/[organisation]/docs/[categorySlug]/[slug]/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/integrations/page.tsx` (+5 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/layout.client.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/layout.client.tsx` (+3 -3) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx` (+6 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/templates/page.tsx` (+4 -1) 📝 `src/app/(frontend)/globals.css` (+245 -135) 📝 `src/components/ActionPlaceholder.tsx` (+1 -1) 📝 `src/components/Branding.tsx` (+31 -27) 📝 `src/components/DeleteProjectDialog.tsx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description 1. Upgraded to tailwind v4 2. Updated shadcn components to working condition in tailwind v4 3. Update customizing branding video in admin-panel --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#464
No description provided.