π¨ Palette: Add unit conversion tooltip to Transaction Cost input#96
π¨ Palette: Add unit conversion tooltip to Transaction Cost input#96
Conversation
- Added a tooltip to the Transaction Cost input explaining that 10 bps is 0.10% - Formatted the addition specifically so it adheres to Black formatting rules - Updated the `.Jules/palette.md` journal 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. |
π‘ What: Added a help tooltip to the "Transaction Cost (bps)" input in the Streamlit application.
π― Why: "Basis points" (bps) can sometimes be confusing for users to mentally convert to percentages. Adding a concrete example (
10 bps = 0.10%) directly in the UI reduces cognitive load and prevents input errors.πΈ Before/After: Included via Playwright screenshot logic in verification.
βΏ Accessibility: Improved label clarity through the
helpbuilt-in parameter.PR created automatically by Jules for task 49026299071903823 started by @aarjava