chore: removed modal progress hud from login and signup views
refactor: moved account view to the account folder
fix: warning toast shows if there is any error with login or signup (#907)
fix: horizontal scrolling on assets filler for smaller screen sizes
refactor: wrapped account assets with LayoutBuilder
refactor: account assets to stateless widget
refactor: used layout builder for account views
fix: account listview layout
fix: accout buy and sell kado view layout
chore: add override annotation on web implementation method updateChain
fix: prevents user from viewing account details when trying to connect via MetaMask even though MetaMask is not installed in the browser
chore: wrote tests for debouncer
fix: added a netural trend icon and color if the percentage is neither positive or negative
chore: limit range test
refactor: moved extensions from wallet_chain into the utils
refactor: localized chain error for filter menu error
fix: widgets not showing up on top nav bar for mobile devices
fix: used our version of ERC20 for the account repository
feat: removed outdated farms
chore: useMaterial3 flag set in ThemeData in EntryApp
Description
//Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes Jira Ticket #
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Is this a UI Change? If so please include screenshot of before and after states below
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have assigned 2 reviewers to check my work
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
chore: removed modal progress hud from login and signup views
refactor: moved account view to the account folder
fix: warning toast shows if there is any error with login or signup (#907)
fix: horizontal scrolling on assets filler for smaller screen sizes
refactor: wrapped account assets with LayoutBuilder
refactor: account assets to stateless widget
refactor: used layout builder for account views
fix: account listview layout
fix: accout buy and sell kado view layout
chore: add override annotation on web implementation method updateChain
fix: prevents user from viewing account details when trying to connect via MetaMask even though MetaMask is not installed in the browser
chore: wrote tests for debouncer
fix: added a netural trend icon and color if the percentage is neither positive or negative
chore: limit range test
refactor: moved extensions from wallet_chain into the utils
refactor: localized chain error for filter menu error
fix: widgets not showing up on top nav bar for mobile devices
fix: used our version of ERC20 for the account repository
feat: removed outdated farms
chore: useMaterial3 flag set in ThemeData in EntryApp
Description
//Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes Jira Ticket #
Type of change
Please delete options that are not relevant.
Is this a UI Change? If so please include screenshot of before and after states below
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: