Move to Bootstrap 5.3 #10
Notifications
Due Date
No due date set.
Blocks
#11 Add Dark Mode
corbz/ticket-website
Reference: corbz/ticket-website#10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adminator came with bootstrap 5.2, but this lacks some improvements of the later version, namely built-in dark-mode support.
Update to the later version.
I have split the css into multiple files and completed this
CSS was migrated, but JavaScript never was.
It doesn't seem to matter so far, but it's worth resolving now instead of dealing with horrible bugs later on.
The JavaScript is all mushed into a single fat file, including bootstrap and adminator code, (thanks adminator!)
Splice the bootstrap code into it's own file and introduce bootstrap 5.3 javascript.
I have completed the javascript move.