Skip to content

Comments

UX: Add help tooltips to technical configuration inputs#38

Open
aarjava wants to merge 3 commits intomainfrom
palette/ux-tooltips-6513192464521222858
Open

UX: Add help tooltips to technical configuration inputs#38
aarjava wants to merge 3 commits intomainfrom
palette/ux-tooltips-6513192464521222858

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Feb 8, 2026

Added contextual help tooltips to various technical inputs in the sidebar to improve accessibility for non-expert users. Also fixed a missing dependency (matplotlib) that was causing the app to crash during dataframe styling.


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

- Added `help` tooltips to "Transaction Cost (bps)", "Allow Short Selling", "High Volatility Quantile", and Walk-Forward Validation inputs.
- Explained technical terms (e.g., "10 bps = 0.10%") and functionality inline to reduce user friction.
- Fixed a runtime crash by adding `matplotlib` to `requirements.txt` (required for dataframe styling).
- Added `Jules/palette.md` for UX journal entries.

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 2 commits February 8, 2026 04:13
- Ran `black .` and `ruff check . --fix` to address formatting and linting errors across the codebase.
- Added `matplotlib` to `requirements.txt` to fix runtime crashes with pandas styling.
- Added `help` tooltips to sidebar inputs to improve UX.
- Updated `src/modules/__init__.py` with `# noqa: F401` to suppress unused import errors.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Ran `black .` and `ruff check . --fix` to address formatting and linting errors across the codebase.
- Added `matplotlib` to `requirements.txt` to fix runtime crashes with pandas styling.
- Added `help` tooltips to sidebar inputs to improve UX.
- Updated `src/modules/__init__.py` with `# noqa: F401` to suppress unused import errors.

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