π¨ Palette: Add helpful tooltips to financial parameters#75
π¨ Palette: Add helpful tooltips to financial parameters#75
Conversation
Added `help` parameter to multiple `st.slider` and `st.number_input` widgets in the Streamlit sidebar (e.g., `factor_window`, `adv_pct`, `bt_cost`). This provides users with concrete examples and clarifications for complex statistical thresholds (like basis points or percentiles) on hover, significantly improving the intuitiveness and accessibility of the interface. Also documented this reusable UX pattern in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
|
π 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 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` parameter to multiple `st.slider` and `st.number_input` widgets in the Streamlit sidebar (e.g., `factor_window`, `adv_pct`, `bt_cost`). This provides users with concrete examples and clarifications for complex statistical thresholds (like basis points or percentiles) on hover, significantly improving the intuitiveness and accessibility of the interface. Also documented this reusable UX pattern in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added `help` parameter to multiple `st.slider` and `st.number_input` widgets in the Streamlit sidebar (e.g., `factor_window`, `adv_pct`, `bt_cost`). This provides users with concrete examples and clarifications for complex statistical thresholds (like basis points or percentiles) on hover, significantly improving the intuitiveness and accessibility of the interface. Also documented this reusable UX pattern in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added `help` parameter to multiple `st.slider` and `st.number_input` widgets in the Streamlit sidebar (e.g., `factor_window`, `adv_pct`, `bt_cost`). This provides users with concrete examples and clarifications for complex statistical thresholds (like basis points or percentiles) on hover, significantly improving the intuitiveness and accessibility of the interface. Also documented this reusable UX pattern in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added native Streamlit tooltips to multiple statistical and financial parameter inputs in the sidebar.
π― Why: To improve the intuitiveness of the interface by clarifying complex inputs (e.g., explaining that 63 days β 3 months, or 10 bps = 0.10%).
βΏ Accessibility: The tooltips make the application significantly more accessible to users unfamiliar with specific quantitative terminology, without cluttering the baseline layout.
PR created automatically by Jules for task 1397872404249853257 started by @aarjava