From dc30310cfe72529958bea979d21b3661cbf73a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Sun, 11 May 2025 16:32:10 +0800 Subject: [PATCH] After a few hours debugging css, It finally looks really good, like xfce :D refactor: update localization files and remove unused login page --- README.md | 6 ++-- app.vue | 1 - i18n/locales/de.json | 4 --- i18n/locales/en.json | 1 + i18n/locales/zh-tw.json | 1 + pages/app/index.vue | 69 +++++++++++++++++++++++++++-------------- pages/system/login.vue | 43 ------------------------- 7 files changed, 50 insertions(+), 75 deletions(-) delete mode 100644 i18n/locales/de.json delete mode 100644 pages/system/login.vue diff --git a/README.md b/README.md index 659e0a0..6d1d20d 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ ## Stack: - Postgres -- Passport.js - Tailwind - Nuxt - Animate.css - GSAP -- Zeabur - Minio S3 -- Nuxt i18N +- Nuxt i18n - BunJS - Groq +- Clerk +- Custom Infra \ No newline at end of file diff --git a/app.vue b/app.vue index 12c1703..08434bb 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,4 @@