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

Implement stake unstake UI flow #552

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
df60860
fix(style): avoid using deprecated values in colorScheme
gabaldon May 17, 2024
f26634c
fix(style): avoid bottom actions in dashboard layout
gabaldon May 17, 2024
458c7ab
feat: implement bottom navigation and add new icons
gabaldon May 20, 2024
e13175f
feat: implement send receive slide up panel
gabaldon May 20, 2024
b2267a9
refactor: clean dashboard_layout
gabaldon May 21, 2024
b15b3e3
feat: add stake unstake panel
gabaldon May 21, 2024
868586a
feat: implement balance details
gabaldon May 21, 2024
ebc92af
feat: implement input with slider
gabaldon May 22, 2024
02c5853
fix(style): add correct icons
gabaldon May 22, 2024
d8062e0
fix: active navigation button color
gabaldon May 22, 2024
2db5439
fix(style): adjust bottom bar margins
gabaldon May 22, 2024
04b58e2
fix(style): implement general transaction layout
gabaldon May 23, 2024
0c4045a
fix(style): implement stake and unstake flow
gabaldon May 23, 2024
09d9f3a
fix(style): fix linter
gabaldon May 23, 2024
3013ca1
ci: upgrade flutter version
gabaldon May 24, 2024
7d689ad
feat: update transaction details view
gabaldon May 24, 2024
b356215
feat: change successful tx message by transaction type
gabaldon May 24, 2024
5d3a6ec
feat: avoid bottom bar in desktop size
gabaldon May 27, 2024
a19a6af
feat(vtt_create_bloc): add general build transaction type
gabaldon May 28, 2024
b9b7b06
feat: set correct transaction type
gabaldon May 28, 2024
e943f31
fix: better handle scanned content
gabaldon May 30, 2024
30cb5df
fix: avoid blocked app when explorer get version fails
gabaldon May 30, 2024
f25c874
fix: delete unused code
gabaldon May 30, 2024
2622597
feat: build correct stake and unstake body
gabaldon May 31, 2024
8357706
fix: update naming of bloc and state
gabaldon Jun 7, 2024
20bce02
feat: save stake and unstake transaction in db
gabaldon Jun 10, 2024
99fac22
fix: theme color test
gabaldon Jun 11, 2024
2a23c7d
fix: add semantics to bottom actions
gabaldon Jun 11, 2024
c08d0f8
fix: add semantics to bottom actions
gabaldon Jun 11, 2024
5dc2645
fix: update bottom bar icons color for light mode
gabaldon Jun 12, 2024
25833c4
feat(e2e): implement e2e test for rendering send, receive, stake and …
gabaldon Jun 12, 2024
942d549
fix: avoid hidden content in dashboard
gabaldon Jun 12, 2024
7c61493
feat: add gradient to bottom bar
gabaldon Jun 12, 2024
e9c4baa
fix: add issue to stake and unstake todos
gabaldon Jun 13, 2024
943619f
fix: update comment
gabaldon Jun 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
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
architecture: x64
flutter-version: '3.16.3'
flutter-version: '3.22.0'
channel: 'stable'
cache: true

Expand Down
3 changes: 3 additions & 0 deletions assets/svg/receive-icon-dark.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 assets/svg/receive-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/svg/send-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/svg/send-icon.svg
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/svg/send-receive-active-dark.svg
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/svg/send-receive-active.svg
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/svg/send-receive-dark.svg
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/svg/send-receive.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 assets/svg/stake-active-dark.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 assets/svg/stake-active.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 assets/svg/stake-dark.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 assets/svg/stake-icon-dark.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 assets/svg/stake-icon.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 assets/svg/stake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading