Thu 16 Apr 2026 08:49:29 AM UTC [*] -------------- Latest commits: commit 2f5dbd9edb791fb6c2ad5eb1195e89880da06803 Author: IsroilovA <108577814+IsroilovA@users.noreply.github.com> Date: Thu Apr 16 13:20:21 2026 +0500 refactor(DEV-11687): replace PalomaCalculator with NewPalomaCalculator and dedicated auto-gratuity dialog Delete the legacy PalomaCalculator widget (444 lines of hand-rolled pin pad) and migrate all 7 call sites to use NewPalomaCalculator (backed by PalomaPinPad). - Add wrapInDialog, obscureText, lengthLimitDigits, allowZeroInStart, isWeight, and inputFormatters parameters to NewPalomaCalculator. - Extract AutoGratuityCalculatorDialog for the 4 auto-gratuity call sites that used showPercentSwitch; text field clears on percent/amount toggle. - Migrate 3 plain-numeric call sites directly to NewPalomaCalculator. - Move palomaCalculatorShakeKey to its own file; update barrel export. Made-with: Cursor