Skip to content

Comments

🎨 Palette: Add tooltips to technical inputs and fix sidebar crash#47

Open
aarjava wants to merge 2 commits intomainfrom
palette/ux-tooltips-fix-14187557975875818488
Open

🎨 Palette: Add tooltips to technical inputs and fix sidebar crash#47
aarjava wants to merge 2 commits intomainfrom
palette/ux-tooltips-fix-14187557975875818488

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Feb 17, 2026

πŸ’‘ What: Added help tooltips to key sidebar inputs (e.g., High Volatility Quantile, Transaction Cost) and added matplotlib dependency.
🎯 Why: Users unfamiliar with jargon like "bps" or "ADV" might misconfigure the backtest. Tooltips provide concrete examples (e.g., "10 bps = 0.10%").
πŸ›  Fix: The app was crashing due to ImportError: Styler.background_gradient requires matplotlib. Added matplotlib to requirements.txt to resolve this and enable dataframe styling.
β™Ώ Accessibility: Improved clarity for screen readers and new users by explaining complex financial terms inline.

πŸ“Έ Verification: Verified via Playwright screenshot showing tooltip and functional dashboard.


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

- Added `help` text to sidebar inputs for better usability
- Added `matplotlib` to `requirements.txt` to fix `Styler.background_gradient` crash
- Formatted `src/dashboard.py` with Black/Ruff
- Verified changes with Playwright screenshot

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.

- Added `help` text to sidebar inputs for better usability
- Added `matplotlib` to `requirements.txt` to fix `Styler.background_gradient` crash
- Formatted entire repository with Black and Ruff to satisfy CI checks
- Resolved all F401 (unused import) errors in `src/modules/__init__.py`
- Verified changes with Playwright and Pytest

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