feat(ui): Dark Mode (#2493)

This commit is contained in:
Vithorio Polten
2024-05-24 22:28:39 -03:00
committed by GitHub
parent 2b18e4c73d
commit 4a9130126c
16 changed files with 246 additions and 62 deletions

View File

@@ -1,5 +1,10 @@
import i18n from './locale'
// must import even if not implicitly using here
// https://github.com/aurelia/skeleton-navigation/issues/894
// https://discourse.aurelia.io/t/bootstrap-import-bootstrap-breaks-dropdown-menu-in-navbar/641/9
import 'bootstrap/dist/js/bootstrap'
export function initApp(app, config) {
//Wait for locale initialization, then render
i18n().then(i18n => {