π¨ Palette: Add tooltips to financial input parameters#64
π¨ Palette: Add tooltips to financial input parameters#64
Conversation
Added Streamlit native `help` tooltips to obscure statistical and financial input parameters (e.g., ADV Participation, Basis Points, Factor Windows). This UX enhancement clarifies jargon by providing concrete numeric examples directly in the UI. 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 Streamlit native `help` tooltips to obscure statistical and financial input parameters (e.g., ADV Participation, Basis Points, Factor Windows). Formatted changed lines explicitly according to Black standards, without breaking the repository-wide constraints. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added helpful tooltips with concrete numeric examples to complex statistical and financial inputs in the application's sidebar.
π― Why: To make the application more accessible and intuitive for users less familiar with financial jargon (e.g., clarifying that 10 bps = 0.10%).
πΈ Before/After: Before, the inputs lacked descriptions. Now, they show a
?icon with detailed definitions on hover.βΏ Accessibility: Increases the cognitive accessibility of the dashboard by providing inline, contextual help for complex configurations.
PR created automatically by Jules for task 17778244238413113648 started by @aarjava