Files
logseq/deps/shui
scheinriese 57adfb144a Assorted code quality cleanups
- Remove unused clojure.string require in core_test.cljs
- Replace promesa.core p/delay with js/setTimeout, remove import
- Remove redundant final-result binding in print-shortcut-key
- Flatten nested if chain to cond for raw-binding
- Fix nested button inside button (keystroke-active → div)
- Remove dead .cp__shortcut-table-wrap CSS
- Align global-handlers set in get-cross-context-conflicts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 20:45:58 +08:00
..
2023-05-12 13:24:54 -04:00
2026-03-13 13:20:49 +08:00

Description

Shui is the component library for logseq. It has 3 main goals:

  1. Provide an abstraction for specific components, separate from the main codebase
  2. Provide a consistent look and feel for the future of logseq
  3. Provide ready to use components to plugin authors to allow for a more consistent better user experience of plugin authors and users

API

This library is under the parent namespace logseq.shui.