Skip to content

[#199] Add "Manage Stores" tab in loader config #472

Description

@IanMayo

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions