-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Bootstrap upgrade from v4 to v5 #3129
Conversation
When this changes are released this bobdenotter/configuration-notices#19 has to be released too. They are related |
Hi 👋 !! This PR is ready to be reviewed and tested. The main thing this PR does is migrating from Bootstrap v4 to v5. It replaces the Bootbox library and uses Bootstrap modals instead and adds a couple of new translations Images and Files are no longer selected from a select list but from a modal displaying the different resources. See screencasts below: |
As @Joossensei pointed out. The items in the list below need to be fixed before merging in.
|
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.
Great work, @nestordedios and @Joossensei 👍
62a2647
to
8bd3be6
Compare
Some Bootstrap mixins do not accept $color variables as custom CSS variables. The hex value of the color needs to be passed instead
Bootstrap 5 adds text-decoration: underline to links by default. This commit removes the underline where we don't need it.
Bootstrap 5 dropdown buttons are now triggered using data-bs-toggle="dropdown" attribute
Also revert the phpstan 'fix'
Class update
Update db creation maybe it restores the files
Testing cypress on GH
Test Cypress on GH
Trying to fix this one
Oh there are 4
Revert and build a failsafe
e49b23c
to
9dda14c
Compare
No description provided.