feat(ui): Dark Mode (#2493)

This commit is contained in:
Vithorio Polten 2024-05-24 22:28:39 -03:00 committed by GitHub
commit 4a9130126c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 246 additions and 62 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-bs-theme="auto">
<head>
<%- header %>
@ -355,10 +355,10 @@
</div>
</body>
<script type="module">
import { createApp } from 'vue';
import { createApp } from 'vue'
import { initApp } from './init'
import Navbar from './Navbar.vue'
import {Dropdown} from 'bootstrap'
import { Dropdown } from 'bootstrap/dist/js/bootstrap'
const app = createApp({
components: {