Update to Bootstrap 5 #32
Labels
dependency_updates
For issues/PRs that update the dependencies of the package
webapp
For issues/PRs pertaining to the web interface
The webapp is currently using Bootstrap 4 without a JS interaction library, since Bootstrap 4 JS relies on Jquery which we do not want to use in the app. BootstrapVue would solve this, but it does not support Vue3.
Upgrading to Bootstrap 5 will solve this issue, as it uses pure JS for its interactions. We should also be able to choose which js to include (if any).
The text was updated successfully, but these errors were encountered: