Split Toppreise filter into separate toggles - #33
Conversation
Replaced the single global `FILTERS_ENABLED` toggle with four distinct toggles: - `FILTER_NEG_ENABLED` (Text/Negative) - `FILTER_CAT_ENABLED` (Categories) - `FILTER_MIN_ENABLED` (Min-Offers) - `FILTER_BESTPREIS_ENABLED` (Deal-Filter) Updated the UI filter bar to display the 4 toggles, handled legacy fallback to `FILTERS_ENABLED` from local storage, and ensured the "empty state" bulk reset action clears all individual toggles. Playwright tests were updated to cover these changes. Bumped version to 2.18.18. Co-authored-by: tazztone <62671577+tazztone@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
The single global filter toggle in the Toppreise userscript has been split into 4 distinct toggles as requested by the user, and the version bumped to 2.18.18. Tests are passing and UI screenshot was generated.
PR created automatically by Jules for task 16843395102916716816 started by @tazztone