Skip to content

feat: batch edit multiple types at once with multi-select mode#8

Merged
qotique merged 1 commit into
mainfrom
issue/7
Jul 26, 2026
Merged

feat: batch edit multiple types at once with multi-select mode#8
qotique merged 1 commit into
mainfrom
issue/7

Conversation

@qotique

@qotique qotique commented Jul 26, 2026

Copy link
Copy Markdown
Owner
  • Add multi-select mode (toggle button or hold Shift) to select multiple rows
  • Shift+click drag selection across rows
  • Batch editing panel replaces detail panel when 2+ rows are selected
    • Set nominal, lifetime, restock, min, quantmin, quantmax, cost, category
    • Apply/remove usage and value tags with chip-based UI
    • Toggle flags (on/off) across all selected rows
  • Support OR queries in search with | separator (e.g. AK101|AK74)
  • Add row click/hover handlers for more responsive table interaction
  • Update README with batch update feature and step-by-step vanilla setup guide

Closes #7

- Add multi-select mode (toggle button or hold Shift) to select multiple rows
- Shift+click drag selection across rows
- Batch editing panel replaces detail panel when 2+ rows are selected
  - Set nominal, lifetime, restock, min, quantmin, quantmax, cost, category
  - Apply/remove usage and value tags with chip-based UI
  - Toggle flags (on/off) across all selected rows
- Support OR queries in search with `|` separator (e.g. `AK101|AK74`)
- Add row click/hover handlers for more responsive table interaction
- Update README with batch update feature and step-by-step vanilla setup guide
- Implement category/usage/value filters with | OR support, stacked on search

Closes #7
@qotique
qotique merged commit 5a3589a into main Jul 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Batch edit Usage and Value across multiple rows

1 participant