Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
18be8ac
feat(pos-app): refresh theme colors, dark-mode contrast, and splash
ignaciosantise Aug 19, 2026
b8987c5
refactor(pos-app): remove wallet theme variants, keep default only
ignaciosantise Aug 19, 2026
12794dc
feat(pos-app): add success animation and simplify header theming
ignaciosantise Aug 19, 2026
b16a6a3
feat(pos-app): route to Settings on invalid_api_key payment failure
ignaciosantise Aug 19, 2026
119e30a
chore: simplified AGENTS.md, removed project id from env as it was un…
ignaciosantise Aug 19, 2026
5949b71
feat(pos): animate payment success reveal
ignaciosantise Aug 19, 2026
d7ea12a
feat(pos): make home actions responsive
ignaciosantise Aug 19, 2026
23af0f4
fix(pos): respect success screen safe areas
ignaciosantise Aug 19, 2026
e50d80f
fix(pos): refine pin modal styling
ignaciosantise Aug 19, 2026
dedf015
feat(pos-app): split pressable and cta button
ignaciosantise Aug 19, 2026
9a8d254
feat(pos-app): gate NFC/HCE behind EXPO_PUBLIC_NFC_HCE_ENABLED flag
ignaciosantise Aug 19, 2026
e86db9b
feat(pos-app): centralize cta button text
ignaciosantise Aug 19, 2026
c54adeb
feat(pos): show text titles in Settings and Transactions headers
ignaciosantise Aug 19, 2026
05528cd
feat(pos): show text title in Logs header
ignaciosantise Aug 19, 2026
80ddf2c
feat(pos): make API request log titles route-based and concise
ignaciosantise Aug 20, 2026
467e656
feat(pos): redesign logs screen with expandable cards and clear confi…
ignaciosantise Aug 20, 2026
a350f11
fix(pos): guard Android-only Bluetooth permission request by platform
ignaciosantise Aug 20, 2026
6cc7dfb
feat(pos): redesign toast as inverted pill at top of screen
ignaciosantise Aug 20, 2026
0315454
feat(pos): add "Copy entry" button to log cards
ignaciosantise Aug 20, 2026
19bf7ff
feat(pos): add type and date filters to the Logs screen
ignaciosantise Aug 20, 2026
b8cf3f1
feat(pos): add description under Merchant ID modal title
ignaciosantise Aug 20, 2026
7473b40
feat(pos): redesign settings into grouped sections
ignaciosantise Aug 20, 2026
a68b628
fix(pos): refine logs screen empty state, footer and list perf
ignaciosantise Aug 20, 2026
4a3baf1
feat(pos): redesign transactions list, cards, filters and detail modal
ignaciosantise Aug 20, 2026
949c8ba
chore: added accessibility labels to main 3 buttons
ignaciosantise Aug 20, 2026
0062532
fix(pos): hide back button/swipe during payment confirmation
ignaciosantise Aug 20, 2026
368e484
fix(pos): make success circle animation cover the full screen
ignaciosantise Aug 20, 2026
8a1ce20
fix(pos): default date range filter to all_time
ignaciosantise Aug 20, 2026
059fc12
fix(pos): open transaction detail on web by dropping pressto card press
ignaciosantise Aug 20, 2026
6bd1097
chore(pos): rename image assets to kebab-case and refine error copy
ignaciosantise Aug 20, 2026
c01656c
fix(pos): make transaction detail close/copy work on web
ignaciosantise Aug 20, 2026
d7f583c
fix(pos): address auto-review findings (header titles, timers, tintCo…
ignaciosantise Aug 20, 2026
3bfe338
feat(pos): restructure settings into Terminal/Connection/Device
ignaciosantise Aug 21, 2026
581f42b
feat(pos): setup-incomplete alert, Not-set badges, and manual-credent…
ignaciosantise Aug 21, 2026
24bd234
fix(pos): address Copilot PR review comments
ignaciosantise Aug 21, 2026
144c0ad
fix(pos): restore Maestro web id matching via data-testid->id bridge
ignaciosantise Aug 21, 2026
9b4dfc8
test(pos): remove pressable wrapper test
ignaciosantise Aug 21, 2026
c5a827c
fix(pos): make keypad controls tappable on web
ignaciosantise Aug 21, 2026
4891450
fix(pos): reset amount after cancelling payment
ignaciosantise Aug 21, 2026
c255dd5
fix(pos): cap New payment button height to stay near-square
ignaciosantise Aug 21, 2026
f7d23a3
fix(pos): derive New payment height cap from measured width
ignaciosantise Aug 21, 2026
22a0914
fix(pos): restore web press interactions
ignaciosantise Aug 21, 2026
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
3 changes: 2 additions & 1 deletion dapps/pos-app/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
EXPO_PUBLIC_PROJECT_ID=""
EXPO_PUBLIC_SENTRY_DSN=""
SENTRY_AUTH_TOKEN=""
EXPO_PUBLIC_API_URL=""
EXPO_PUBLIC_DEFAULT_MERCHANT_ID=""
EXPO_PUBLIC_DEFAULT_CUSTOMER_API_KEY=""
# "true" enables NFC/HCE tap-to-pay; anything else (or unset) disables it
EXPO_PUBLIC_NFC_HCE_ENABLED=""
Loading
Loading