generated from brylie/django-bootstrap-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 8
Migrate from Bootstrap to Tailwind CSS and enhance accessibility #102
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
Merged
Conversation
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
…nd CSS; update navigation and alert components for improved usability
…place dropdown with a more accessible select element
…; enhance mobile dropdown and action buttons
…nhance mobile dropdown and action button styling
…d styling; enhance layout with Tailwind CSS and ensure better accessibility
… forms with custom select elements and add help text for better accessibility
…y; extract form fields into a separate template and add help text for better user guidance
…ture and accessibility; enhance layout with Tailwind CSS and add help text for form fields
…and paper background colors to transparent and adjust font color for better contrast
…d structure and accessibility; enhance layout with Tailwind CSS and update modal implementation for better user experience
…; add close button and ensure email input is required
…lt URLs to improve user navigation
…ity; enhance layout with Tailwind CSS and add error handling for form fields
…sability; enhance layout with Tailwind CSS, add pagination, and display caregiver role in the activities table
…and lock files to streamline project requirements
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.
Copilot reviewed 19 out of 34 changed files in this pull request and generated no comments.
Files not reviewed (15)
- accounts/templates/registration/login.html: Language not supported
- accounts/templates/registration/signup.html: Language not supported
- activities/templates/activities/resident_activity_form.html: Language not supported
- activities/templates/activities/resident_activity_list.html: Language not supported
- common/templates/base.html: Language not supported
- common/templates/home.html: Language not supported
- common/templates/i18n.html: Language not supported
- common/templates/navigation.html: Language not supported
- homes/templates/homes/home_detail.html: Language not supported
- homes/templates/homes/home_detail_charts.html: Language not supported
- homes/templates/homes/home_group_list.html: Language not supported
- homes/templates/homes/home_residents_activity_percents.html: Language not supported
- homes/templates/homes/home_user_relation_list.html: Language not supported
- residents/templates/residents/resident_detail.html: Language not supported
- residents/templates/residents/resident_form.html: Language not supported
Comments suppressed due to low confidence (1)
core/settings.py:157
- Duplicate assignment for LOGIN_REDIRECT_URL and LOGOUT_REDIRECT_URL: the values set above ('/') conflict with these settings. Please remove or consolidate the duplicates to ensure the intended behavior.
LOGIN_REDIRECT_URL = "home"
… to Tailwind CSS framework and clarify the use of daisyUI components.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Transition the project from Bootstrap to Tailwind CSS, incorporating daisyUI components for improved styling. Refactor templates and forms to enhance usability and accessibility, including updates to navigation, alerts, and various forms. Add authentication settings and ensure better user guidance through help text. Implement responsive design adjustments for better mobile experience.