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

feature: new component for sub account UI #266

Conversation

jackson-dean
Copy link
Contributor

Adds a new component for displaying subaccounts. This will
replace the original account selector. This PR simply implements
the component but does not replace the old one in the UI yet.

@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from 3214590 to 4221a2b Compare September 20, 2023 21:12
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from 8043ab7 to b5e020c Compare September 20, 2023 21:12
@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from 4221a2b to e4e8c85 Compare September 20, 2023 22:16
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from b5e020c to 509b6b3 Compare September 20, 2023 22:16
@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from e4e8c85 to 6fef826 Compare September 21, 2023 05:10
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from 509b6b3 to ab7aea1 Compare September 21, 2023 05:10
@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from 6fef826 to 6384f1b Compare September 21, 2023 18:58
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from ab7aea1 to 90286f5 Compare September 21, 2023 18:58
@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from 6384f1b to d41e475 Compare September 21, 2023 19:18
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from 90286f5 to b9294b4 Compare September 21, 2023 19:37
@jackson-dean jackson-dean force-pushed the 09-20-fix_fix_broken_avatar_directive branch from d41e475 to 50978bd Compare September 21, 2023 23:34
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from b9294b4 to 2525f27 Compare September 21, 2023 23:34
Base automatically changed from 09-20-fix_fix_broken_avatar_directive to 09-20-refactor_update_account_service_to_support_sub_accounts September 22, 2023 04:42
@jackson-dean jackson-dean force-pushed the 09-20-refactor_update_account_service_to_support_sub_accounts branch from d30fa1c to 14e26d9 Compare September 22, 2023 04:51
@jackson-dean jackson-dean force-pushed the 09-20-refactor_update_account_service_to_support_sub_accounts branch from 14e26d9 to 656702e Compare September 22, 2023 05:40
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from 0c0596c to ca676f9 Compare September 22, 2023 05:40
@jackson-dean jackson-dean force-pushed the 09-20-refactor_update_account_service_to_support_sub_accounts branch from 656702e to 5ea24e3 Compare September 22, 2023 05:44
@jackson-dean jackson-dean force-pushed the 09-20-feature_new_component_for_sub_account_UI branch from ca676f9 to ba80637 Compare September 22, 2023 05:44
This was referenced Sep 22, 2023
* feature: add feature flag guard for new account select component

* feature: backup seed component (#269)

* feature: backup seed component

* feature: add balance to account selector UI (#270)

* feature: add balance to account selector UI

* migrate swal to mat dialog (#273)

* migrate swal to mat dialog

* update button styles (#277)

* update button styles

* review feedback and bug fixes (#279)
@jackson-dean jackson-dean merged commit 25b37ce into 09-20-refactor_update_account_service_to_support_sub_accounts Sep 25, 2023
@jackson-dean jackson-dean deleted the 09-20-feature_new_component_for_sub_account_UI branch September 25, 2023 14:27
jackson-dean added a commit that referenced this pull request Sep 25, 2023
* feature: new component for sub account UI

* feature: add feature flag guard for new account select component (#268)

* feature: add feature flag guard for new account select component

* feature: backup seed component (#269)

* feature: backup seed component

* feature: add balance to account selector UI (#270)

* feature: add balance to account selector UI

* migrate swal to mat dialog (#273)

* migrate swal to mat dialog

* update button styles (#277)

* update button styles

* review feedback and bug fixes (#279)
jackson-dean added a commit that referenced this pull request Sep 25, 2023
* feature: new component for sub account UI

* feature: add feature flag guard for new account select component (#268)

* feature: add feature flag guard for new account select component

* feature: backup seed component (#269)

* feature: backup seed component

* feature: add balance to account selector UI (#270)

* feature: add balance to account selector UI

* migrate swal to mat dialog (#273)

* migrate swal to mat dialog

* update button styles (#277)

* update button styles

* review feedback and bug fixes (#279)
lazynina added a commit that referenced this pull request Nov 26, 2023
* refactor: update account service to support sub accounts

* feature: new component for sub account UI (#266)

* feature: new component for sub account UI

* feature: add feature flag guard for new account select component (#268)

* feature: add feature flag guard for new account select component

* feature: backup seed component (#269)

* feature: backup seed component

* feature: add balance to account selector UI (#270)

* feature: add balance to account selector UI

* migrate swal to mat dialog (#273)

* migrate swal to mat dialog

* update button styles (#277)

* update button styles

* review feedback and bug fixes (#279)

* Cleanup UI for multiple account mgmt (#280)

* cleanup UI for multiple accout mgmt

* run prettier

* fix margin on metamask account

* formatting

* fix mobile

* fix scrolling on overlay

---------

Co-authored-by: Lazy Nina <>

* auto, not scroll for overflow-y on overlay

* fix sub account key generation (#281)

* update cookie options in put and update logic for mustUseStorageAccess (#286)

* update cookie options in put and update logic for mustUseStorageAccess

* format

* fix sameSite none

* run format

* add testnet verify-captcha to caddyfile

* fix affiliateAddress for heroswap iframe in identity (#287)

Co-authored-by: Lazy Nina <>

---------

Co-authored-by: Lazy Nina <>

---------

Co-authored-by: Ed Moss <[email protected]>
Co-authored-by: Lazy Nina <>
Co-authored-by: Lazy Nina <[email protected]>
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