quartz/quartz/components/scripts
Andrew G. Dunn 9576701d85
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
fix: await micromorph() to prevent race condition with nav event handlers (#2323)
micromorph() returns Promise<void> because its internal patch() function
is async and uses Promise.all for recursive child patching. Without
await, the DOM morph may still be in progress when the nav event fires
and downstream handlers attempt to rebuild dynamic content.

Fixes #2322
2026-03-02 08:31:53 -08:00
..
callout.inline.ts fix(callout): Grid-based callout collapsible animation (#1944) 2025-04-26 11:05:51 -07:00
checkbox.inline.ts feat: support checkbox (closes #646) (#799) 2024-02-04 22:19:25 -08:00
clipboard.inline.ts feat(mermaid): improvement navigation (#1575) 2024-11-10 18:13:12 -05:00
comments.inline.ts feat(giscus): expose language option for Comments component (#2012) 2025-06-08 11:23:01 +02:00
darkmode.inline.ts perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00
explorer.inline.ts feat(explorer): Add active class to current folder in explorer (#2196) 2026-01-08 09:54:41 +08:00
graph.inline.ts revert(graph): roll back changes due to issues with Safari (#2067) 2025-07-30 18:43:36 +02:00
mermaid.inline.ts feat: implement touch dragging event (#2224) 2025-12-09 13:50:04 -05:00
popover.inline.ts fix(popover): properly clear popover on racing fetch 2025-04-21 23:55:38 -07:00
readermode.inline.ts feat: reader mode 2025-04-17 19:45:17 -07:00
search.inline.ts feat: improve search tokenization for CJK languages (#2231) 2025-12-02 10:04:38 -08:00
search.test.ts feat: improve search tokenization for CJK languages (#2231) 2025-12-02 10:04:38 -08:00
spa.inline.ts fix: await micromorph() to prevent race condition with nav event handlers (#2323) 2026-03-02 08:31:53 -08:00
toc.inline.ts fix(toc): Fixed headers in second ToC element not highlight-able 2025-03-30 17:35:20 -07:00
util.ts perf(explorer): client side explorer (#1810) 2025-03-09 14:58:26 -07:00