chore: archive QuickNav and ZTools into reference folder #345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
git rm mods/quicknavandgit rm mods/ztools(removes submodule tracking)reference/quicknav/andreference/ztools/reference/to any relevant .gitignore or build exclusion if neededThe reference copies are not submodules — just plain directories for developer reference.
Part of the UI/UX rework preparation. See #346.