Skip to content

🎨 Palette: Add contextual tooltips to statistical inputs#66

Open
aarjava wants to merge 4 commits intomainfrom
palette/ux-tooltips-dashboard-11929527347359390022
Open

🎨 Palette: Add contextual tooltips to statistical inputs#66
aarjava wants to merge 4 commits intomainfrom
palette/ux-tooltips-dashboard-11929527347359390022

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Mar 9, 2026

πŸ’‘ What: Added help tooltips with concrete examples to complex financial and statistical parameter inputs in the dashboard sidebar.
🎯 Why: Users often struggle with abstract statistical or financial parameter inputs (like basis points or quantiles) if there is no concrete example or contextual explanation provided in the UI. Adding native widget tooltips provides accessible, on-demand context without increasing visual noise or cluttering the primary data visualization.
πŸ“Έ Before/After: Widget labels now display an stTooltipIcon that, when hovered, shows explanations such as "10 bps = 0.10%" or "0.80 = top 20% most volatile days".
β™Ώ Accessibility: Improves cognitive accessibility by providing immediate definitions for domain-specific terminology without requiring the user to seek external documentation.


PR created automatically by Jules for task 11929527347359390022 started by @aarjava

- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`).
- Formatted `src/dashboard.py` with Black and Ruff for compliance.
- Added critical learning to `.Jules/palette.md` UX journal.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
@google-labs-jules
Copy link

πŸ‘‹ 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 3 commits March 9, 2026 03:01
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`).
- Formatted `src/dashboard.py` with Black and Ruff for compliance.
- Added critical learning to `.Jules/palette.md` UX journal.
- Fixed `src/modules/__init__.py` missing `__all__` export to resolve Ruff CI errors.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`).
- Formatted `src/dashboard.py` and `src/modules/__init__.py` to resolve formatting issues.
- Added critical learning to `.Jules/palette.md` UX journal.
- Reverted mass-formatting from earlier commits to avoid massive out-of-scope diffs.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`).
- Fixed `src/modules/__init__.py` missing `__all__` export to resolve Ruff CI errors.
- Added critical learning to `.Jules/palette.md` UX journal.
- Scoped changes strictly to the UX requirement, intentionally omitting global codebase reformatting or CI workflow bypasses to respect strict PR line-count and scope limits.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
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.

1 participant