• Joined on 2025-12-31
padreug pushed to feat/events-calendar-popup at aiolabs/webapp 2026-06-17 08:35:29 +00:00
9d98f3fdf2 fix(events): close calendar popup on route leave
76af245192 feat(events): add calendar date visual to My Tickets
e54938ef06 refactor(events): remove the standalone calendar page
5753e34499 feat(events): filter the feed by day via the calendar popup
b665e3de07 feat(events): re-add specific-day filter (calendar popup picks it)
Compare 22 commits »
padreug deleted branch feat/ui-tweaks-2 from aiolabs/webapp 2026-06-17 08:35:10 +00:00
padreug pushed to dev at aiolabs/webapp 2026-06-17 08:35:10 +00:00
c9fc3652bb Merge pull request 'feat(ui): cosmetic tweaks — profile pencil, pills, search, ticket count, map icon, avatar trigger, no overlay animations' (#105) from feat/ui-tweaks-2 into dev
1249d33aac feat(ui): disable enter/exit animations on overlays globally
8a0f40910a feat(layout): show avatar/login state in the top-right menu trigger
1c004df99c fix(events): even out the Map empty-state icon transparency
f20b404d09 feat(events): show total ticket capacity alongside remaining
Compare 8 commits »
padreug merged pull request aiolabs/webapp#105 2026-06-17 08:35:09 +00:00
feat(ui): cosmetic tweaks — profile pencil, pills, search, ticket count, map icon, avatar trigger, no overlay animations
padreug created pull request aiolabs/webapp#111 2026-06-17 08:27:53 +00:00
feat(events): real-time favoriting + live like count + post-purchase refresh
padreug created pull request aiolabs/webapp#110 2026-06-17 08:27:49 +00:00
feat(events): calendar date-picker popup, remove calendar page, My Tickets filtering
padreug pushed to feat/add-account-ui at aiolabs/libra 2026-06-17 08:27:21 +00:00
3adb3d356a fix(accounts): match Beancount's DATE grammar in duplicate detection (libra-#48)
padreug pushed to feat/ui-tweaks-2 at aiolabs/webapp 2026-06-17 08:27:10 +00:00
1249d33aac feat(ui): disable enter/exit animations on overlays globally
8a0f40910a feat(layout): show avatar/login state in the top-right menu trigger
1c004df99c fix(events): even out the Map empty-state icon transparency
f20b404d09 feat(events): show total ticket capacity alongside remaining
79e20f1e07 feat(events): include organizer name in event fuzzy search
Compare 7 commits »
padreug pushed to feat/events-calendar-popup at aiolabs/webapp 2026-06-17 08:27:07 +00:00
8339cd1272 fix(events): close calendar popup on route leave
a6dee29922 feat(events): add calendar date visual to My Tickets
ccaaa6a6c5 refactor(events): remove the standalone calendar page
9934abc079 feat(events): filter the feed by day via the calendar popup
17a3df7865 feat(events): re-add specific-day filter (calendar popup picks it)
Compare 10 commits »
padreug created branch feat/events-calendar-popup in aiolabs/webapp 2026-06-17 08:27:07 +00:00
padreug created branch feat/events-realtime in aiolabs/webapp 2026-06-17 08:27:05 +00:00
padreug pushed to feat/events-realtime at aiolabs/webapp 2026-06-17 08:27:05 +00:00
373e52dd79 feat(events): show a live like count on the favorite heart
75ec28b4dc fix(events): refresh owned tickets after purchase (no reload needed)
c6ed247031 feat(events): make favoriting instant (optimistic) + pop animation
Compare 3 commits »
padreug pushed to feat/add-account-ui at aiolabs/libra 2026-06-17 08:13:46 +00:00
39440b75a7 fix(accounts): recover ledger-only account instead of blanket 409 (libra-#50)
26eb9d4579 fix(accounts): don't currency-constrain per-user account opens (libra-#49)
0ea96cd384 fix(accounts): anchor duplicate-account detection to a real Open directive (libra-#48)
Compare 3 commits »
padreug pushed to feat/ui-tweaks-2 at aiolabs/webapp 2026-06-17 08:13:29 +00:00
08d7b8622f feat(events): show a live like count on the favorite heart
padreug pushed to feat/ui-tweaks-2 at aiolabs/webapp 2026-06-17 07:52:39 +00:00
0e0160fb70 feat(ui): disable enter/exit animations on overlays globally
padreug created pull request aiolabs/webapp#109 2026-06-16 22:07:12 +00:00
fix(wallet): stop double-deducting balance on outgoing payments
padreug created branch fix/wallet-double-deduct-balance in aiolabs/webapp 2026-06-16 22:04:09 +00:00
padreug pushed to fix/wallet-double-deduct-balance at aiolabs/webapp 2026-06-16 22:04:09 +00:00
be3ac55f1d fix(wallet): stop double-deducting balance on outgoing payments
padreug opened issue aiolabs/libra#54 2026-06-16 21:59:39 +00:00
Cleanup: single source of truth for account roots; drop no-op per-test rate-limit reset
padreug opened issue aiolabs/libra#53 2026-06-16 21:59:39 +00:00
add-account makes two serialized Fava round-trips (add_account, then get_all_accounts)