Skip to content

Overhaul routing + some fixing#62

Merged
dewabisma merged 6 commits into
mainfrom
feat/custom-navbar#38
Jul 18, 2025
Merged

Overhaul routing + some fixing#62
dewabisma merged 6 commits into
mainfrom
feat/custom-navbar#38

Conversation

@dewabisma

Copy link
Copy Markdown
Collaborator

Related issues #38 #61

I have finished the custom navbar + routing integration + some fixes

image

@dewabisma dewabisma requested a review from n13 July 18, 2025 08:38
final oldAccountId = _prefs.getString('account_id');
if (oldAccountId != null) {
final oldWalletName = _prefs.getString('wallet_name') ?? 'Account 1';
final account = Account(index: 0, name: oldWalletName, accountId: oldAccountId);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is line break still happening?

}

throw Exception('Wallet is logged out.');
return []; // No accounts found;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@n13 n13 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple and great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants