chore: archive QuickNav and ZTools into reference folder #345

Closed
opened 2026-02-27 18:21:02 +00:00 by forbes · 0 comments
Owner

After removing QuickNav (#343) and ZTools (#344) from the build, move their source into a reference/ directory in the repo. This preserves the code for reference during the UI/UX rework without including it in the compiled program.

Steps

  1. git rm mods/quicknav and git rm mods/ztools (removes submodule tracking)
  2. Copy the source trees into reference/quicknav/ and reference/ztools/
  3. Add reference/ to any relevant .gitignore or build exclusion if needed

The reference copies are not submodules — just plain directories for developer reference.

Part of the UI/UX rework preparation. See #346.

After removing QuickNav (#343) and ZTools (#344) from the build, move their source into a `reference/` directory in the repo. This preserves the code for reference during the UI/UX rework without including it in the compiled program. ## Steps 1. `git rm mods/quicknav` and `git rm mods/ztools` (removes submodule tracking) 2. Copy the source trees into `reference/quicknav/` and `reference/ztools/` 3. Add `reference/` to any relevant .gitignore or build exclusion if needed The reference copies are not submodules — just plain directories for developer reference. Part of the UI/UX rework preparation. See #346.
forbes added the UX label 2026-02-27 18:21:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#345