-
Notifications
You must be signed in to change notification settings - Fork 124
Upgrade web/app to tailwind v4 #7490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jonathanawesome
wants to merge
31
commits into
main
Choose a base branch
from
upgrade-web/app-to-tailwind-v4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f396c58
remove tailwind radix package and utilities
jonathanawesome d96a042
Merge branch 'main' into implement-updated-color-palettes
jonathanawesome ef44288
lock file
jonathanawesome d7423f7
Merge branch 'main' into implement-updated-color-palettes
jonathanawesome f4148c8
lock file
jonathanawesome 93046f4
chore(release): upgrade changesets-action to latest and use `commitMo…
dotansimha d2a7559
fix(release): try to workaround another gh limitation
dotansimha 8eb996d
fix(release): round 2 of trying to fix gh+changesets
dotansimha 3737134
migrate to tailwind v4 for web/app
jonathanawesome cd4bfb5
replace tailwind eslint plugin with package that supports v3 + v4
jonathanawesome 80de4ae
fix up web/docs files after eslint change
jonathanawesome abcf726
fix up web/app files after tailwind v4 upgrade
jonathanawesome fed8e8c
fix up classnames, avoid touching anything with raw numbers
jonathanawesome 9fe2d2b
clean up var and container usage
jonathanawesome 875935f
fix dropdown issue
jonathanawesome 35566db
remove lock
jonathanawesome 880997f
Merge branch 'main' into upgrade-web/app-to-tailwind-v4
jonathanawesome c755b41
lock file
jonathanawesome 08ecc23
Merge branch 'main' into upgrade-web/app-to-tailwind-v4
jonathanawesome ceebb34
Update packages/web/app/src/components/ui/sidebar.tsx
jonathanawesome d565a28
Update packages/web/app/src/components/ui/sidebar.tsx
jonathanawesome 1b332d7
prettier
jonathanawesome ef36a30
Merge branch 'upgrade-web/app-to-tailwind-v4' of https://github.com/g…
jonathanawesome 8551168
update additional classnames as per eslint/ tailwind v4 docs
jonathanawesome 8e0f482
fix broken destructive color
jonathanawesome a69fb00
prettier
jonathanawesome 8d89e22
Merge branch 'main' into upgrade-web/app-to-tailwind-v4
jonathanawesome cf97c03
fix container class
jonathanawesome 4e855a2
Update .eslintrc.cjs
jonathanawesome 8ece175
Update .eslintrc.cjs
jonathanawesome 1221eb3
Merge remote-tracking branch 'origin/main' into upgrade-web/app-to-ta…
jonathanawesome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| enable-pre-post-scripts=true | ||
| shamefully-hoist=true | ||
| public-hoist-pattern[]=@tailwindcss/vite | ||
| public-hoist-pattern[]=!tailwindcss | ||
| public-hoist-pattern[]=!@tailwindcss/* | ||
| engine-strict=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,9 +88,9 @@ | |
| "cypress": "13.17.0", | ||
| "dotenv": "16.4.7", | ||
| "eslint": "8.57.1", | ||
| "eslint-plugin-better-tailwindcss": "^4.0.0", | ||
| "eslint-plugin-cypress": "4.1.0", | ||
| "eslint-plugin-hive": "file:rules", | ||
| "eslint-plugin-tailwindcss": "npm:@hasparus/[email protected]", | ||
| "fs-extra": "11.2.0", | ||
| "graphql": "16.9.0", | ||
| "gray-matter": "4.0.3", | ||
|
|
@@ -132,6 +132,9 @@ | |
| "ip": "npm:[email protected]", | ||
| "miniflare@3>undici": "5.29.0", | ||
| "tailwindcss": "3.4.17", | ||
| "@hive/app>tailwindcss": "4.1.18", | ||
| "@tailwindcss/node>tailwindcss": "4.1.18", | ||
| "@tailwindcss/vite>tailwindcss": "4.1.18", | ||
| "estree-util-value-to-estree": "^3.3.3", | ||
| "nodemailer@^6.0.0": "^7.0.11", | ||
| "@types/nodemailer>@aws-sdk/client-sesv2": "-" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.