Add Bulma tabs to dashboard #27

Merged
wagesj45 merged 1 commit from codex/implement-tabbed-interface-for-reports into main 2025-07-19 00:26:59 -05:00
wagesj45 commented 2025-07-19 00:26:02 -05:00 (Migrated from github.com)

Summary

  • add Bulma tabs to switch between Overview, All Domains, and Per Domain
  • hide/show controls according to selected tab
  • load global reports on Overview tab and domain-based reports on other tabs
  • refresh icons when loading each tab's reports

Testing

  • python -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt
  • pip install pytest
  • python -m pytest -q

https://chatgpt.com/codex/tasks/task_e_687b2b7b1d04832f92e0c224d78ebc49

## Summary - add Bulma tabs to switch between Overview, All Domains, and Per Domain - hide/show controls according to selected tab - load global reports on Overview tab and domain-based reports on other tabs - refresh icons when loading each tab's reports ## Testing - `python -m venv .venv` - `source .venv/bin/activate` - `pip install -r requirements.txt` - `pip install pytest` - `python -m pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b2b7b1d04832f92e0c224d78ebc49
Sign in to join this conversation.
No description provided.