memos/web/src
memoclaw 5f6f624635 i18n: add missing auth.protected-memo-notice and memo.failed-to-load fallbacks to all locales
30 locale files were missing the two keys added in the auth redirect PR.
Added English fallback strings so all locales render properly until
community translations are contributed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 19:41:12 +08:00
..
components Redirect unauthenticated protected memo access to sign in (#5738) 2026-03-20 19:40:19 +08:00
contexts fix(auth): recover session via refresh cookie when localStorage is empty (#5748) 2026-03-20 19:21:11 +08:00
helpers fix(api): remove public activity service (#5734) 2026-03-18 22:42:57 +08:00
hooks feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
layouts chore: remove disallow_public_visibility setting (#5743) 2026-03-20 00:00:51 +08:00
lib fix(web): fix spurious logout on page reload with expired access token 2026-02-23 14:08:59 +08:00
locales i18n: add missing auth.protected-memo-notice and memo.failed-to-load fallbacks to all locales 2026-03-20 19:41:12 +08:00
pages Redirect unauthenticated protected memo access to sign in (#5738) 2026-03-20 19:40:19 +08:00
router chore: remove disallow_public_visibility setting (#5743) 2026-03-20 00:00:51 +08:00
themes refactor(theme): consolidate theme system and polish dark mode colors 2026-03-02 09:30:57 +08:00
types chore: remove disallow_public_visibility setting (#5743) 2026-03-20 00:00:51 +08:00
utils Redirect unauthenticated protected memo access to sign in (#5738) 2026-03-20 19:40:19 +08:00
App.tsx fix(web): persist auth token in localStorage for cross-tab sessions 2026-02-22 13:55:46 +08:00
auth-state.ts fix(auth): recover session via refresh cookie when localStorage is empty (#5748) 2026-03-20 19:21:11 +08:00
connect.ts fix(api): remove public activity service (#5734) 2026-03-18 22:42:57 +08:00
i18n.ts feat(memo): add share links for private memos (#5742) 2026-03-19 23:47:22 +08:00
index.css fix: improve KaTeX and Mermaid error handling and overflow 2026-03-02 21:11:07 +08:00
main.tsx feat: add live refresh via Server-Sent Events (SSE) with visual indicator (#5638) 2026-03-03 22:56:12 +08:00