chore: remove QuickNav addon from build and loader #343

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

Remove QuickNav from the compiled program. The QuickNav addon will be reworked as part of the expanded SDK UI/UX system.

Files to modify

  • src/Mod/Create/CMakeLists.txt — remove QuickNav install block (lines 88-102)
  • .gitmodules — remove mods/quicknav submodule entry
  • tests/test_kindred_pure.py — remove quicknav imports and TestWorkbenchMap class
  • .gitea/ISSUE_TEMPLATE/*.yml — remove QuickNav references if present

Files to leave as-is

  • src/Mod/Create/addon_loader.py — no quicknav-specific code (manifest-driven, will simply not find it)
  • Documentation updates handled in a separate issue

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

Remove QuickNav from the compiled program. The QuickNav addon will be reworked as part of the expanded SDK UI/UX system. ## Files to modify - `src/Mod/Create/CMakeLists.txt` — remove QuickNav install block (lines 88-102) - `.gitmodules` — remove `mods/quicknav` submodule entry - `tests/test_kindred_pure.py` — remove quicknav imports and `TestWorkbenchMap` class - `.gitea/ISSUE_TEMPLATE/*.yml` — remove QuickNav references if present ## Files to leave as-is - `src/Mod/Create/addon_loader.py` — no quicknav-specific code (manifest-driven, will simply not find it) - Documentation updates handled in a separate issue Part of the UI/UX rework preparation. See #344.
forbes added the UX label 2026-02-27 18:20:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#343