remove dead code, update screenshots, add PWA support

This commit is contained in:
Amruth Pillai
2026-01-25 22:06:12 +01:00
parent fa823e1296
commit c08e8081fe
23 changed files with 159 additions and 143 deletions
+3 -3
View File
@@ -10,12 +10,12 @@
"*.css": "tailwindcss"
},
"files.readonlyInclude": {
// "locales/*.po": true,
"locales/*.po": true,
"pnpm-lock.yaml": true,
"**/routeTree.gen.ts": true
},
"files.watcherExclude": {
// "locales/*.po": true,
"locales/*.po": true,
"pnpm-lock.yaml": true,
"**/routeTree.gen.ts": true
},
@@ -23,7 +23,7 @@
"i18n-ally.localesPaths": ["locales"],
"i18n-ally.sourceLanguage": "en-US",
"search.exclude": {
// "locales/*.po": true,
"locales/*.po": true,
"pnpm-lock.yaml": true,
"**/routeTree.gen.ts": true
},