apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
64 stars 72 forks source link

Get started with Bootstrap 5 upgrade #1377

Open sayravai opened 3 weeks ago

sayravai commented 3 weeks ago

Description

What?

Investigating what's needed for moving A-plus from Bootstrap 3 to 5. This PR is mostly just a work-in-progress-dump of where I got before heading for holidays.

SCR-20240620-msux

Major changes done/required:

The most apparent issues so far:

SCR-20240620-mtue

Why?

Bootstrap 3 is no longer supported.

How?

You may need to run this script manually if the BS5 assets do not get automatically compiled: ./dev_assets_run_npm.sh bootstrap5 install

Before making changes to scss files, run this to get the css files compiled automatically: ./dev_assets_watch_sass.sh

Fixes #

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY]

Did you test the changes in

Think of what is affected by these changes and could become broken

Translation

Programming style

Have you updated the README or other relevant documentation?

Is it Done?

Clean up your git commit history before submitting the pull request!