Skip to content

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

Open
f1rep0wr wants to merge 1 commit into
Kenya-DK:mainfrom
f1rep0wr:feat/quick-blacklist-button
Open

feat(orders): quick blacklist button in Warframe Market orders#112
f1rep0wr wants to merge 1 commit into
Kenya-DK:mainfrom
f1rep0wr:feat/quick-blacklist-button

Conversation

@f1rep0wr

@f1rep0wr f1rep0wr commented Jul 2, 2026

Copy link
Copy Markdown

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.

@
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
@
@f1rep0wr f1rep0wr marked this pull request as ready for review July 2, 2026 02:10
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

1 participant