From: PhiTux Date: Sat, 4 Oct 2025 22:00:22 +0000 (+0200) Subject: scroll fix on login for webkit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=773f19ed0803fb3ffa47bc95c70a0a2733ca725b;p=DailyTxT.git scroll fix on login for webkit --- diff --git a/Dockerfile b/Dockerfile index 6101784..0d988c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ WORKDIR /app/frontend # Install dependencies and build SvelteKit (adapter-static outputs to build/) COPY frontend/package*.json ./ RUN apk update && apk add build-base cairo-dev pango-dev giflib-dev g++ make py3-pip && npm ci -#RUN apk add g++ make py3-pip && npm ci || npm install COPY frontend/ ./ RUN npm run build RUN npm prune --production diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index ca8f0f1..fb567af 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -1153,6 +1153,7 @@ DailyTxT + 1
diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 9090e38..480bef2 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -12,7 +12,6 @@ import { FormatIcu } from '@tolgee/format-icu'; import { darkMode } from '$lib/settingsStore.js'; import { registerSW } from 'virtual:pwa-register'; - import { base } from '$app/paths'; const tolgee = Tolgee() .use(DevTools()) @@ -192,14 +191,14 @@ aria-atomic="true" >
-
Install DailyTxT for a better app-like experience.
+
{tolgee.t('toast.pwa.install_description')}