Fix token handling, remove orchestrator API call, improve mobile responsive footer layout

This commit is contained in:
2026-01-18 03:09:37 +00:00
parent d77fa4b817
commit 09fc949a06
50 changed files with 9991 additions and 4503 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./frontend/**/*.{html,js}',
],
theme: {
extend: {},
},
plugins: [],
}