Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Jules/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## [Unreleased]

### Added
- **Web App:** Added `canvas-confetti` and `framer-motion` animations to the "All Settled Up" state in `GroupDetails.tsx` to provide a delightful user experience when all debts are paid.
- **Password Strength Meter:** Added a visual password strength indicator to the signup form.
- **Features:**
- Real-time strength calculation (Length, Uppercase, Lowercase, Number, Symbol).
Expand Down
7 changes: 4 additions & 3 deletions .Jules/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@

### Web

- [ ] **[ux]** Animated success celebration when settled up
- File: `web/pages/GroupDetails.tsx`
- Context: Show confetti or checkmark animation when no debts
- [x] **[ux]** Animated success celebration when settled up
- Completed: 2026-03-01
- Files: `web/pages/GroupDetails.tsx`
- Context: Installed `canvas-confetti` and added animated pop-in and confetti when settlements equal 0.
- Impact: Delightful moment, positive reinforcement
- Size: ~45 lines
- Added: 2026-01-01
Expand Down
Loading
Loading