Update ZXDB docs and notes

Document multi-select filters and shared explorer components.

Signed-off-by: codex@lucy.xalior.com
This commit is contained in:
2026-01-11 13:49:13 +00:00
parent 9807005305
commit 61cc729089
3 changed files with 14 additions and 0 deletions

View File

@@ -36,3 +36,7 @@ Deployment shortcuts
- pnpm deploy-test: push the current branch to test.explorer.specnext.dev
- pnpm deploy-prod: push the current branch to explorer.specnext.dev
- Ensure the corresponding Git remotes are configured locally before using these.
Shared explorer UI
- Reusable explorer layout/sidebar components live in `src/components/explorer/`.
- These power both `/zxdb` and `/registers` filtering UIs.