-
Notifications
You must be signed in to change notification settings - Fork 15
Upgrade tailwind to v4 and daisy to v5 #1527
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
Draft
podliashanyk
wants to merge
43
commits into
master
Choose a base branch
from
tailwind-v4-and-daisy-v5-upgrade
base: master
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.
Draft
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1a82a3f
add uncommited styles on master
podliashanyk 01bb330
Run npx @tailwindcss/upgrade
podliashanyk 371fa0b
Fix breaking tailwind v4 changes that were not fixed automatically
podliashanyk bb23ff7
Fix breaking changes in daisyUI v5
podliashanyk 1327230
fixup
podliashanyk 48c5409
fixup
podliashanyk 3ffa341
Add theme definition via CSS
podliashanyk 05d7fa3
update styles
podliashanyk 7999757
Use newest standalone tailwind cli
hmpf b205de3
Improve docstring of tailwind_config command
hmpf f5e5892
fix size of badges in incident list
hmpf 0d3182a
modernize daisy label handling
hmpf 54f5531
fix styles in filterbox
hmpf 6a84f5d
fix dropdown size in refresh info
hmpf f3f8eb0
fix border color of tabs
hmpf 5a5aaaa
fix top left corner in filterbox
hmpf ab3ceda
fix color of values in refresh info
hmpf 5378e5b
fix position of refresh info selects
hmpf 9d46a12
fix position and color in filterbox
hmpf fcdd173
fix broken divider
hmpf 5162bb2
update tests
hmpf 98a6ab5
move argus theme to separate css file
hmpf 40bec75
fix "Error: Can't resolve 'snippets/10-tailwind.css'"
hmpf 12412a4
fix: finding themes directly defined in css
hmpf 9bbf8f5
Improve theme utils function names
hmpf 5aaccd2
Move template helpers to separate utils file
hmpf a8cc937
Add theme from setting in new way
hmpf b45af55
Make tailwind_config command more debuggable
hmpf a386084
Support oldish way of adding themes
hmpf fbf428f
Update docs for how to add/change themes
hmpf 10304ef
update styles
hmpf d2a3e5d
moodernize safelist
hmpf 53e33ad
fixup! Add theme from setting in new way
hmpf 43eb94b
fix severity
hmpf a1fa5bd
stop using tailwind.config.js
hmpf 8aff5e4
fix label colors
hmpf d3afd86
removed removed DaisyUI class "input-bordered"
hmpf e36de73
make buttons and form field borders round
hmpf 29e24f4
fix filter change dropdowns
hmpf b83a1e3
Experimental: fix buttons for altering stored filters
hmpf 061b9e0
Update tailwindcss-extra architecture map
hmpf 97598e2
Ensure stored filter list is in context
hmpf 327835e
stop
hmpf 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filter name could be quite long, so including it in the button text makes the UI cluttered. Maybe just keep it as "Update filter" and "Delete filter"? The name in the select and in the confirmation dialog gives enough context to which filter is being updated/deleted.