-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bootstrap 5 - package.json * Bootstrap 5 - Classes updated for Bootstrap 3-5 differences * Bootstrap 5 - Popover library conversion * Bootstrap 5 - Bootstrap Icons replace Glyphicons * Bootstrap 5 - Comment out bootbox until npm issues can be resolved Something to do with the way JS packages are installed. I'm not sure if it's the right solution or not, but the error goes away if I do this. - } else if (typeof exports === 'object') { + } else if (typeof module === 'object') { // Node, CommonJS-like module.exports = factory(require('jquery')); * fix(plugins): bt-checkbox BS5 markup * fix(example): remove bt-selectpicker plugin use * Fix bt-checkbox * Fix checked squares * Latest icons version * better icons * Use local package instead of cdn for icons * Fix offset for bootstrap 5 * dark mode * tooltip * default theme * float-end logo * new lock file * Use btn-sm instead of css hack * Re-enable bootbox * Remove bi preifx * use chosen-selectpicker instead of bt-selectpicker * disable chosen picker for now * Get rid of weird focus outline on checkboxes * Update index.html * Remove unnecessary bootswatch * Remove inconsistent padding * Remove form-inline * yarn * Replace `hide` with `d-none` * `form-control` is now `form-select` * If bt-selectpicker did work, this would need to be form-select * Drop Support for Bootstrap Select as it doesn't retain selections properly when enabled * Unused --------- Co-authored-by: Stephen Morton <stephen.c.morton@gmail.com> Co-authored-by: smorton <stephen.morton@nokia.com> Co-authored-by: David Ethell <david@ethell.com>
- Loading branch information
1 parent
b377be6
commit af9e133
Showing
20 changed files
with
708 additions
and
800 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.