Commit 71c16f9
[Migration 6-5] Feature: account (blockscout#3459)
* feat(account): migrate account feature files to client/features/account/
Move all account-related files from legacy ui/ locations into the
client/features/account/ feature directory structure.
- Types: api.ts (merged), client.ts, auth-modal/types.ts, user-profile/types.ts
- Stubs: stubs.ts (from stubs/account.ts)
- Mocks: verified-addresses.ts, user-profile.ts
- Hooks: useGetCsrfToken, useIsAuth, useLogout, useProfileQuery,
useRedirectForInvalidAuthToken, useSignInWithWallet, useLinkEmail*
- Utils: user-handle.ts (from profile/common/utils.ts)
- Components: auth-modal/*, user-profile/*, DeleteModal, TableItemActionButtons,
AccountPageDescription
- Pages: profile/*, api-keys/*, private-tags/*, watchlist/*, custom-abi/*,
verified-addresses/* (including address-verification and token-info)
- Update all import paths across the entire repo
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: tom2drum <22130104+tom2drum@users.noreply.github.com>
* fixes
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tom2drum <22130104+tom2drum@users.noreply.github.com>
Co-authored-by: tom <tom@ohhhh.me>1 parent a2b860a commit 71c16f9
196 files changed
Lines changed: 490 additions & 437 deletions
File tree
- client
- api
- hooks
- services
- general
- features
- account
- components
- auth-modal
- __screenshots__
- fields
- guard
- screens
- user-profile
- auth0
- __screenshots__
- common
- dynamic
- wallet
- hooks
- mocks
- pages
- address
- api-keys
- ApiKeyModal
- ApiKeyTable
- custom-abi
- CustomAbiModal
- CustomAbiTable
- home
- private-tags
- AddressModal
- AddressTagTable
- TransactionModal
- TransactionTagTable
- profile
- __screenshots__
- fields
- tx-index-watchlist
- verified-addresses
- __screenshots__
- address-verification
- steps
- __screenshots__
- index
- token-info
- __screenshots__
- fields
- watchlist
- AddressModal
- WatchlistTable
- types
- utils
- chain-variants/zeta-chain/pages/cctx-index
- verified-tokens/types
- slices
- contract/pages/details/methods
- home/pages/index
- txs
- token/pages/details
- tx/pages/index/list
- configs/app/features
- deploy/tools/envs-validator/schemas/features
- lib
- contexts
- hooks
- nextjs
- pages
- account
- auth
- types/api
- ui
- marketplace
- Rating
- pages
- publicTags/submit
- rewards
- dashboard/tabs
- login
- steps
- snippets
- header
- user
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments