Skip to content

feat(web): keep download actions discoverable - #338

Open
devdudumuniz wants to merge 1 commit into
AlertaDengue:mainfrom
devdudumuniz:ux/persistent-download-actions
Open

feat(web): keep download actions discoverable#338
devdudumuniz wants to merge 1 commit into
AlertaDengue:mainfrom
devdudumuniz:ux/persistent-download-actions

Conversation

@devdudumuniz

@devdudumuniz devdudumuniz commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • keep add, remove, clear, and download actions visible while results are shown
  • disable each action until its required selection or queue state is available
  • keep queue actions visible when the queue is empty instead of returning early
  • centralize action availability rules in a small tested helper

Validation

  • pytest -q pysus/tests/web/test_download_queue.py (3 passed)
  • black --check pysus/download_queue.py pysus/web/pages/1_client.py pysus/tests/web/test_download_queue.py
  • flake8 pysus/download_queue.py pysus/web/pages/1_client.py pysus/tests/web/test_download_queue.py
  • python -m compileall -q pysus/web pysus/download_queue.py
  • official CI: 13 checks passed

@devdudumuniz
devdudumuniz force-pushed the ux/persistent-download-actions branch from c0240e8 to 6bc99fc Compare August 30, 2026 01:31
@codecov-commenter

codecov-commenter commented Aug 30, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@2102ba2). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #338   +/-   ##
=======================================
  Coverage        ?   95.24%           
=======================================
  Files           ?      171           
  Lines           ?    20053           
  Branches        ?        0           
=======================================
  Hits            ?    19100           
  Misses          ?      953           
  Partials        ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants