firstsun-dev_git-files-sync/tests/ui
ClaudiaFang 72ed2cde75 feat: add Simplified Chinese locale, settings what's-new banner, and 1.3.0 changelog
- src/i18n: add zh-cn locale, explicit language override setting
  (LanguageSetting), and moment-locale -> zh-cn/zh-tw resolution.
- src/settings.ts: persistent banner at the top of the settings tab
  showing the current version's notable changelog highlights, so users
  who dismiss or miss the WhatsNewModal can still find them. Dismissal
  is tracked separately (bannerDismissedVersion) from the modal's
  once-per-upgrade lastSeenVersion gate.
- src/changelog.ts: curate the 1.3.0 release notes (multi-language UI,
  faster status refresh, symlink-pull fix, ignore-sync setting,
  connection status display, resizable conflict modal, folder picker,
  clearer connection errors, this what's-new tip).

Part of #39.
2026-07-14 13:12:14 +00:00
..
ActionBar.test.ts test(ui): add interaction tests for ActionBar, FileListItem, and DiffPanel 2026-05-20 05:25:13 +00:00
DiffPanel.test.ts perf(refresh): use tree blob SHAs to avoid per-file content fetches 2026-07-13 13:30:10 +00:00
FileListItem.test.ts perf(refresh): use tree blob SHAs to avoid per-file content fetches 2026-07-13 13:30:10 +00:00
SettingsConnectionStatus.test.ts feat: add Simplified Chinese locale, settings what's-new banner, and 1.3.0 changelog 2026-07-14 13:12:14 +00:00
setup-dom.ts feat: resize conflict modal, add connection status badge, and local ignore patterns 2026-07-13 12:19:17 +00:00
SyncConflictModal.test.ts feat: resize conflict modal, add connection status badge, and local ignore patterns 2026-07-13 12:19:17 +00:00
SyncStatusView.test.ts fix(push): avoid stale remote-tree read right after a batch push 2026-07-14 11:53:20 +00:00
WhatsNewModal.test.ts feat: show new feature tips after update 2026-07-13 13:56:38 +00:00