memos/web/src
onwp d74a904dad Complete Turkish (tr) translations
Add 62 missing translation keys and fix 1 untranslated string:
- editor.voice-recorder (19 keys)
- live-update (3 keys)
- memo.filters.label, memo.outline
- memo.share (23 keys)
- setting.access-token.no-tokens-found
- setting.member.no-members-found
- setting.memo.reactions-required
- setting.tags (12 keys)
- Fix auth.protected-memo-notice (was left in English)
2026-04-01 09:45:33 +03:00
..
components feat(editor): add voice note recording to the memo composer (#5801) 2026-04-01 09:36:33 +08:00
contexts refactor(web): improve Settings page maintainability and consistency (#5757) 2026-03-21 15:05:48 +08:00
helpers fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
hooks fix(api): improve SSE hub design and fix double-broadcast on comments 2026-03-29 07:33:40 +08:00
layouts fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
lib feat: treat tag setting keys as anchored regex patterns (#5759) 2026-03-22 08:07:45 +08:00
locales Complete Turkish (tr) translations 2026-04-01 09:45:33 +03:00
pages refactor(web): consolidate SharedMemo into MemoDetail (#5773) 2026-03-24 08:40:49 +08:00
router refactor(web): consolidate SharedMemo into MemoDetail (#5773) 2026-03-24 08:40:49 +08:00
themes refactor(theme): consolidate theme system and polish dark mode colors 2026-03-02 09:30:57 +08:00
types fix(tags): allow blur-only tag metadata (#5800) 2026-03-31 21:38:55 +08:00
utils feat(editor): add voice note recording to the memo composer (#5801) 2026-04-01 09:36:33 +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