Commit Graph

6 Commits

Author SHA1 Message Date
Nathan.fooo
a838c9df6d fix: improve React performance and fix database scrollbar styling (#221)
Performance optimizations:
  - Parallelize getAppOutline and getShareWithMe API calls in useWorkspaceData
  - Fix object dependencies in useSync effects to use primitive values
  - Remove unnecessary useMemo wrapper in MoreActionsContent
  - Fix className whitespace issue in ViewIcon

  UI fixes:
  - Fix database horizontal scrollbar color in dark mode
  - Hide native scrollbar, use custom styled scrollbar component
  - Add appflowy-visible-scrollbar and appflowy-hidden-horizontal-scrollbar CSS classes

  Add E2E tests for:
  - Workspace data loading (parallelized API calls)
  - More actions menu rendering
  - View icon rendering
2026-01-26 20:18:54 +08:00
Nathan.fooo
f869e90efb test: page icon test (#193) 2025-12-05 14:58:49 +08:00
Nathan.fooo
613e60f5bd fix: detect host (#169)
* fix: detect host

* chore: add test

* chore: lint
2025-11-25 19:25:55 +08:00
Nathan
87c5c2f10e chore: replace cy.task log 2025-11-17 12:35:52 +08:00
Nathan
3fc1975a9d chore: organize test 2025-11-17 12:12:56 +08:00
Nathan
e920f009c7 refactor: api error code 2025-11-15 12:08:48 +08:00