-
-
Notifications
You must be signed in to change notification settings - Fork 24
Update some things (workflows, tailwind etc) #559
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
Conversation
- finally upgrade unfold - bring svglib back to 1.5.1
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
f1a7a68 to
47748d3
Compare
47748d3 to
77fa177
Compare
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.
Pull Request Overview
This PR updates the project to Tailwind CSS v4, removes the standalone tailwind.config.js file, updates related dependencies, and applies numerous styling adjustments to align with the new Tailwind version's utility class changes. It also includes import reordering, workflow improvements, and package version updates.
- Migrated from Tailwind CSS v3 to v4
- Updated styling utilities throughout templates (shadow, outline, rounded classes)
- Reorganized Python imports for consistency
Reviewed Changes
Copilot reviewed 94 out of 96 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| backend/tailwind.config.js | Removed - configuration now in main.css |
| backend/assets/main.css | Complete rewrite for Tailwind v4 with @import syntax |
| backend/package.json | Updated to Tailwind v4.1.16 and @tailwindcss/postcss |
| backend/postcss.config.js | Simplified to use @tailwindcss/postcss plugin |
| backend/pyproject.toml | Updated django-unfold and svglib versions |
| docker/dockerfiles/Dockerfile* | Removed tailwind.config.js from COPY commands |
| backend/templates/**/*.html | Updated Tailwind classes (shadow-sm→shadow-xs, outline→outline-solid, rounded→rounded-sm, etc.) |
| backend/**/*.py | Reordered imports to follow standard conventions |
| .github/workflows/*.yml | Updated workflow configurations and improved consistency |
Files not reviewed (1)
- backend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.