gitdataai/src/components
ZhenYi da2853d0ec fix(blob): use TextDecoder for proper UTF-8 decoding
- atob() returns Latin-1 binary string, not UTF-8
- Chinese characters decoded incorrectly causing mojibake
- Use TextDecoder("utf-8") with Uint8Array for correct handling
2026-04-28 09:42:52 +08:00
..
auth init 2026-04-15 09:08:09 +08:00
landing feat(i18n): integrate LanguageSwitcher into landing nav and theme panel 2026-04-27 18:19:37 +08:00
layout fix(sidebar): center notify icon and add user menu text when collapsed 2026-04-27 18:19:46 +08:00
notify feat: add notification drawer, command registry, keyboard shortcuts, hooks 2026-04-25 09:53:49 +08:00
project fix(frontend): Discord UI polish, room streaming and kanban improvements 2026-04-21 22:31:48 +08:00
repository fix(blob): use TextDecoder for proper UTF-8 decoding 2026-04-28 09:42:52 +08:00
room fix(streaming): add seq field for strict chunk ordering 2026-04-28 09:42:41 +08:00
shared feat(i18n): add LanguageSwitcher component and useLanguage hook 2026-04-27 18:19:32 +08:00
ui fix(frontend): resolve TypeScript type errors in repository pages 2026-04-27 16:39:43 +08:00
init-layout.tsx init 2026-04-15 09:08:09 +08:00
site-footer.tsx init 2026-04-15 09:08:09 +08:00