Commit Graph

3 Commits

Author SHA1 Message Date
bymyself
274822c22a fix: correct comfyPage.settings.setSetting API in E2E test
Amp-Thread-ID: https://ampcode.com/threads/T-019c7db7-6d68-711e-b2f5-b6211343697a
2026-02-21 01:21:58 +00:00
GitHub Action
6a3d06214e [automated] Apply ESLint and Oxfmt fixes 2026-02-21 01:03:35 +00:00
bymyself
092e3934f6 perf: virtualize FormDropdownMenu and fix VirtualGrid jitter
- Integrate VirtualGrid into FormDropdownMenu for virtualized rendering
- Fix jitter: overflow-anchor:none, scrollbar-gutter:stable, cols=maxColumns when finite
- Remove transition-[width] from grid items, replace transition-all with explicit properties
- Replace LazyImage with native img (redundant with virtualization)
- Change max-h-[640px] to fixed h-[640px] for proper virtualization
- Add unit tests for VirtualGrid and FormDropdownMenu
- Add E2E test for image dropdown virtualization

Amp-Thread-ID: https://ampcode.com/threads/T-019c5a71-66c8-76e9-95ed-671a1b4538da
2026-02-21 01:03:35 +00:00