Skip to content
Snippets Groups Projects
  1. Oct 01, 2024
    • Antoine Lambert's avatar
      assets: Upgrade Bootstrap from 4.6 to 5.3 and AdminLTE from 3.2 to 4.0 · 809eba7a
      Antoine Lambert authored
      The bootstrap admin theme we are using (AdminLTE) recently added support for
      bootstrap 5.x in its 4.0 release (still in beta but works for our needs).
      
      So it was time to upgrade bootstrap from 4.x to 5.x for the SWH webapp.
      
      The following was made to complete the upgrade while keeping same look and
      feel as before:
      
      - remove use of bootstrap loader for webpack and simplify webpack configuration
      
      - replace use of deprecated node-sass package by sass one from Dart
      
      - update bootstrap sass variables to override and add button style matching the
        default one from AdminLTE 3.x we were using
      
      - adapt some CSS rules and add new ones to ensure same look and feel as before
      
      - remove explicit use of custom form controls from bootstrap 4.x as they are now
        the standard in bootstrap 5.x through new CSS classes form-*
      
      - update CSS classes renamed in bootstrap 5.x and adminlte 4.x, notably:
      
        * wrapper => app-wrapper
        * main-header => app-header
        * content => app-content
        * sidebar => app-sidebar
        * footer => app-footer
        * ml-* => ms-*
        * mr-* => me-*
        * pl-* => ps-*
        * pr-* => pe-*
        * float-left => float-end
        * float-right => float-start
        * text-left => text-start
        * text-right => text-end
      
      - rename some data-* attributes to data-bs-*
      
      - use btn-secondary CSS class for button style instead of btn-default
      
      - use standard bootstrap close button for modals and alerts
      
      - put sidebar HTML code in its own dedicated include file
      
      - simplify forms HTML code and use new form-label CSS class
      
      - remove no longer needed javascript hacks
      
      - improve color theme consistency notably when focusing elements with keyboard
      809eba7a
  2. Sep 30, 2024
  3. Sep 25, 2024
  4. Sep 24, 2024
  5. Sep 23, 2024
  6. Sep 17, 2024
  7. Sep 13, 2024
  8. Sep 12, 2024
  9. Sep 11, 2024
  10. Sep 09, 2024
  11. Sep 05, 2024
  12. Sep 04, 2024
  13. Aug 30, 2024
  14. Aug 29, 2024
  15. Aug 28, 2024
  16. Aug 27, 2024
Loading