Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[app] MVP #82

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
47f1bde
Introduce SendingView
0xChqrles May 19, 2024
f7ca15b
Add Sending flow
0xChqrles May 23, 2024
b9bbd7a
Implement new contact logic
0xChqrles May 23, 2024
140133c
Add P256 Starknet Signer
0xChqrles Jun 2, 2024
da3c5af
Aggregate models and USDC sending
0xChqrles Jun 4, 2024
6b15965
add sending confirmation
0xChqrles Jun 5, 2024
6025c09
finalize sending flow
0xChqrles Jun 6, 2024
19b950b
outside execution support
0xChqrles Jun 13, 2024
90de19e
Fix execution from outside
0xChqrles Jun 14, 2024
dc3b070
get balance from API
0xChqrles Jun 14, 2024
0bea1de
Vault API client redesign
0xChqrles Jun 17, 2024
0ba23df
fix api client decoding
0xChqrles Jun 17, 2024
c9f4ab5
Setup config
0xChqrles Jun 19, 2024
f03483c
get tx history from api
0xChqrles Jun 19, 2024
6cb5e04
Pagination first version
0xChqrles Jun 20, 2024
4b86589
pagination cleanup
0xChqrles Jun 21, 2024
30f1fbd
improved icon buttons
0xChqrles Jun 21, 2024
ae87783
add multiple NoAvatar colors
0xChqrles Jun 21, 2024
9ccdca1
some UI updates
0xChqrles Jun 24, 2024
14777b5
dirty balance polling
0xChqrles Jun 25, 2024
e97ca8d
Add activity sharing view
0xChqrles Jun 25, 2024
17a61ef
allow payment request fulfilling
0xChqrles Jun 26, 2024
07aceb8
fix sending confirmation popover
0xChqrles Jun 26, 2024
483d8b0
remove get_balance and add multichain support
0xChqrles Jun 27, 2024
de27181
remove nickname mocking
0xChqrles Jun 27, 2024
ec6f30b
Don't generate new private key if not needed
0xChqrles Jun 27, 2024
f6216fe
transactions polling support
0xChqrles Jun 28, 2024
9dd782c
clean sending confirmation mechanism
0xChqrles Jun 29, 2024
23346b8
Get user on payment request
0xChqrles Jun 29, 2024
8eb798f
pending transfer support
0xChqrles Jun 30, 2024
744b841
display avatar from contact on tx history
0xChqrles Jun 30, 2024
7d66ec6
onramp UI done
0xChqrles Jul 3, 2024
883d5c0
get funkit stripe checkout quote
0xChqrles Jul 3, 2024
f7f4f4f
Add stripe checkout view
0xChqrles Jul 3, 2024
a53b24b
last fixes
0xChqrles Jul 4, 2024
2adb364
misc
0xChqrles Sep 13, 2024
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
20 changes: 20 additions & 0 deletions app/App/Assets.xcassets/Colors/AccentColor2.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD5",
"green" : "0x26",
"red" : "0x53"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x1D",
"green" : "0x18",
"red" : "0x17"
"blue" : "0x22",
"green" : "0x1D",
"red" : "0x1C"
}
},
"idiom" : "universal"
Expand Down
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Blue/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xF9",
"green" : "0xBE",
"red" : "0x35"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD5",
"green" : "0xA0",
"red" : "0x26"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Green/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x58",
"green" : "0xF5",
"red" : "0xA6"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x26",
"green" : "0xD5",
"red" : "0x7E"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Lime/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xAA",
"green" : "0xF5",
"red" : "0x58"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x80",
"green" : "0xD5",
"red" : "0x26"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Orange/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x58",
"green" : "0xC9",
"red" : "0xF5"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x26",
"green" : "0xA3",
"red" : "0xD5"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Pink/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xDC",
"green" : "0x58",
"red" : "0xF5"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xB8",
"green" : "0x26",
"red" : "0xD5"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
6 changes: 6 additions & 0 deletions app/App/Assets.xcassets/Colors/Rainbow/Purple/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xF5",
"green" : "0x58",
"red" : "0x74"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xD5",
"green" : "0x26",
"red" : "0x53"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
15 changes: 0 additions & 15 deletions app/App/Assets.xcassets/SVG/ArrowDown.imageset/Contents.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion app/App/Assets.xcassets/SVG/ArrowUp.imageset/arrow-up.svg

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "plus.svg",
"filename" : "Fun.svg",
"idiom" : "universal"
}
],
Expand Down
1 change: 1 addition & 0 deletions app/App/Assets.xcassets/SVG/Fun.imageset/Fun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "arrow-up.svg",
"filename" : "gear.svg",
"idiom" : "universal"
}
],
Expand Down
1 change: 1 addition & 0 deletions app/App/Assets.xcassets/SVG/Gear.imageset/gear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/App/Assets.xcassets/SVG/plus.imageset/plus.svg

This file was deleted.

15 changes: 0 additions & 15 deletions app/App/Assets.xcassets/SVG/transfer.imageset/Contents.json

This file was deleted.

Loading
Loading