Add: Theme Chooser

This commit is contained in:
Aroy-Art 2023-10-20 10:30:41 +02:00
parent 7b98ee7215
commit 5b5d9915e8
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import * as bootstrap from 'bootstrap'
document.querySelectorAll('[data-bs-toggle="popover"]')
.forEach(popover => {
new bootstrap.Popover(popover)
})