Promoted from in-source TODO at apps/loader/src/main/ipc/config.ts:158.
Remediation hint: Add a "Manage Stores" tab to the loader's settings UI, supporting:
- Renaming stores
- Reordering stores
- Bulk cleanup of inaccessible stores
The existing getStores/addStore/removeStore IPC handlers in apps/loader/src/main/ipc/config.ts already cover most of the underlying operations; the missing pieces are a rename handler, a reorder handler (e.g. by drag-and-drop or up/down arrows), and a "remove all inaccessible" bulk action. The UI lives in the renderer, alongside the existing StoreSelector flow.
Source spec: specs/199-code-quality-cleanup (this issue exists to replace the bare // TODO: marker so the work is trackable in the backlog).
Promoted from in-source TODO at
apps/loader/src/main/ipc/config.ts:158.Remediation hint: Add a "Manage Stores" tab to the loader's settings UI, supporting:
The existing
getStores/addStore/removeStoreIPC handlers inapps/loader/src/main/ipc/config.tsalready cover most of the underlying operations; the missing pieces are a rename handler, a reorder handler (e.g. by drag-and-drop or up/down arrows), and a "remove all inaccessible" bulk action. The UI lives in the renderer, alongside the existingStoreSelectorflow.Source spec:
specs/199-code-quality-cleanup(this issue exists to replace the bare// TODO:marker so the work is trackable in the backlog).