From e7d1efc505dea88ae13f6a8574886d714ba4d79f Mon Sep 17 00:00:00 2001 From: Wesley Date: Thu, 1 May 2025 00:08:32 +0200 Subject: [PATCH] feat: support auto theme mode (#212) Co-authored-by: Mave <11227996+Ma-ve@users.noreply.github.com> Co-authored-by: Knut Ahlers --- README.md | 6 +++- frontend/index.html | 12 +++++++- i18n.yaml | 3 ++ src/components/navbar.vue | 59 ++++++++++++++++++++++++++++++--------- src/langs/langs.js | 8 +++--- src/main.js | 12 +++++--- 6 files changed, 77 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index cf90438..a5dcd58 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,11 @@ Requirements: - Node v22+ - Tilt v0.33+ -Just run `tilt up` and visit `http://localhost:15641/` for the development server. +Run `tilt up`, and see `http://localhost:10350/` for the Tilt dashboard. + +Front-end application is available at `http://localhost:15641/`. + +Run `make download_libs` to propagate all required/compiled CSS and fonts. ## Localize to your own language diff --git a/frontend/index.html b/frontend/index.html index 8e9e77a..be4e727 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -31,7 +31,17 @@ {{ .Customize.AppTitle }}