Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
397a5fd
initial commit of first apdu commands
beniaminmunteanu Sep 16, 2025
b64211e
adhere to new format of cdol1, create payment object that is to be se…
beniaminmunteanu Sep 17, 2025
f29836d
fix: wip UI work, translation support, remove tailwind
adrianboros Sep 17, 2025
a3f1682
Merge remote-tracking branch 'origin/first-apdu-commands' into develop
adrianboros Sep 17, 2025
6f51c8d
fix(pages): UI updates on balance, eod pages and other improvements
adrianboros Sep 20, 2025
353d38e
fix(pages): make app UI close with KaiOs design style
adrianboros Sep 27, 2025
fcaf53d
fix: some cleanup
adrianboros Sep 27, 2025
ba9e8b6
fix: remove unused files
adrianboros Sep 27, 2025
3080a88
feat(kaios-pos): add qr code reading + add payment to rafiki for dev …
beniaminmunteanu Sep 27, 2025
7c82520
chore(qr): remove dead comment
beniaminmunteanu Sep 27, 2025
c6e824b
Merge pull request #9 from interledger/qr-code
beniaminmunteanu Sep 27, 2025
aab9e7a
fix(locale): add language select setting page and functionlity
adrianboros Sep 27, 2025
59b473c
Merge branch 'develop' into wip-ui-pages-updates
adrianboros Sep 27, 2025
a53c112
fix: move qr page to settings for now
adrianboros Sep 27, 2025
e264bb4
fix: remove doamne ajuta from the menu
adrianboros Sep 27, 2025
37441fd
Merge pull request #8 from interledger/wip-ui-pages-updates
adrianboros Sep 27, 2025
9c5c497
fix: remove release zip file from git
adrianboros Sep 27, 2025
a430a26
chore(locale): setup a folder structure for crowdin
golobitch Sep 28, 2025
801a34b
Update Crowdin configuration file
golobitch Sep 28, 2025
c8ca34e
Update Crowdin configuration file
golobitch Sep 28, 2025
0eed0bc
fix(locale): line break
golobitch Sep 28, 2025
b598bea
fix: small cleanup
adrianboros Sep 30, 2025
39cca43
fix: small cleanup and fix translations file renaming issue
adrianboros Sep 30, 2025
7eec49a
Feat/pin page (#13)
adrianboros Oct 3, 2025
91eb5c4
feat(pos): the payment flow now makes use of the different transactio…
beniaminmunteanu Oct 4, 2025
86823b5
feat: language page update, menu icon and translations updates (#15)
adrianboros Oct 8, 2025
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/node_modules
/dist
/build
/release
/.env
/.env.local
/.env.development.local
Expand Down
Binary file added assets/fonts/TitilliumWeb-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/TitilliumWeb-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/TitilliumWeb-SemiBold.ttf
Binary file not shown.
11 changes: 11 additions & 0 deletions assets/icons/balance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/checked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/icons/chevron-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/debit-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/eod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/failed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/icons/pp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/processing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/sell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: src/locales/sources/*.properties
translation: /src/locales/translations/messages.%locale%.properties
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"dependencies": {
"@interledger/open-payments": "^7.1.3",
"@preact/preset-vite": "^2.10.2",
"jsqr": "^1.4.0",
"kaios-gaia-l10n": "^0.0.1",
"preact": "^10.27.1",
"preact-router": "^4.1.2",
"zod": "^3.23.8"
Expand All @@ -38,6 +40,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"file-loader": "^6.2.0",
"globals": "^16.3.0",
"html-webpack-plugin": "^5.5.3",
"jiti": "^2.5.1",
Expand All @@ -46,7 +49,6 @@
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.0",
"typescript-eslint": "^8.39.1",
Expand Down
Loading