Skip to content

feat(orders): quick blacklist button in Warframe Market orders#112

Merged
Kenya-DK merged 2 commits into
Kenya-DK:mainfrom
f1rep0wr:feat/quick-blacklist-button
Jul 6, 2026
Merged

feat(orders): quick blacklist button in Warframe Market orders#112
Kenya-DK merged 2 commits into
Kenya-DK:mainfrom
f1rep0wr:feat/quick-blacklist-button

Conversation

@f1rep0wr

@f1rep0wr f1rep0wr commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Closes #111 — quick blacklist button on Warframe Market orders.

What was added

A per-order button on each card in the Warframe Market → Orders tab (orange ban icon, left of the delete button). It opens a confirm dialog, then in one action blacklists the item and removes its listing from Warframe Market.

Behavior

On confirm, blacklistOrderMutation (src/pages/warframe_market/Tabs/Orders/mutations.ts):

  1. Resolves the item's wfm_id from order.properties?.wfm_id ?? order.itemId.
  2. Merges it into settings.live_scraper.stock_item.blacklist with disabled_for: [Buy, Sell, Wishlist], de-duped by wfm_id, and persists via app_update_settings.
  3. Removes the WFM listing via order_delete_by_id.

@f1rep0wr f1rep0wr marked this pull request as ready for review July 2, 2026 02:10
feat(orders): add quick blacklist button to Warframe Market orders

Add a per-order button in the Orders tab that blacklists the item for all
trade modes and removes its listing from Warframe Market in one action.
Reuses the existing deleteById command and settings-update flow.

Closes Kenya-DK#111
@
@Kenya-DK Kenya-DK force-pushed the feat/quick-blacklist-button branch from fa8d138 to 168c1f9 Compare July 6, 2026 08:39
…ings

This commit finalizes the quick blacklist feature by integrating the action
into a modal flow and ensuring that application settings are immediately
refreshed after an item is blacklisted. This provides prompt feedback
and consistency across the UI.

Additionally, it corrects the property name (`wfmId`) used when updating
the blacklist configuration in user settings, resolving a potential issue
with item identification.
@Kenya-DK Kenya-DK merged commit 23b8ce8 into Kenya-DK:main Jul 6, 2026
1 of 2 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]: Quick Blacklist Button in Warframe Market Tab

2 participants