feat: implement new feature for enhanced user experience

This commit is contained in:
2026-02-11 16:36:56 +00:00
parent 62f1906276
commit dc00d24899
75 changed files with 2456 additions and 35 deletions

5
tailwind.config.js Normal file
View File

@@ -0,0 +1,5 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./frontend/src/**/*.{html,js,svelte,ts}", "./frontend/spa.html"],
plugins: [],
}