Commit 5fedc2c
committed
[TOOL-5037] Dashboard: Remove autoConnect on /login page (#7609)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR primarily focuses on refactoring import paths for better organization and consistency across the codebase, as well as enhancing the login and onboarding components, including UI adjustments and functionality updates.
### Detailed summary
- Updated import paths to use absolute imports instead of relative paths.
- Modified the `DashboardLayout` to enable auto-connect.
- Enhanced the `LoginPage` with a new footer message regarding phone login support.
- Adjusted the `Toaster` component to simplify its usage.
- Improved onboarding UI components for better user experience.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added an option to enable automatic wallet connection in the app layout.
* **Refactor**
* Standardized import paths across the dashboard for improved maintainability and clarity.
* Updated usage of the notification component to a local version with simplified theming.
* Improved layout and messaging on the login page, moving phone login deprecation notice to a dedicated footer and refining spacing.
* **Documentation**
* Enhanced SEO and social sharing metadata on the login page.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 6c8a7cf commit 5fedc2c
File tree
102 files changed
+228
-181
lines changed- apps/dashboard/src
- @
- actions
- components/connect-wallet
- utils
- app
- (app)
- (dashboard)
- (chain)
- [chain_id]
- (chainPage)
- components/server
- [contractAddress]
- _utils
- nfts/[tokenId]
- overview/components
- public-pages/erc20/_components/claim-tokens
- chainlist
- [chain_type]
- components/server
- published-contract
- [publisher]/[contract_id]
- components
- support/create-ticket
- components
- account
- components
- contracts/_components
- settings
- wallets
- get-started/team/[team_slug]
- add-members
- select-plan
- team
- [team_slug]
- (team)
- ~
- billing
- ecosystem
- [slug]/(active)
- configuration
- add-partner
- partners/[partner_id]/edit
- users
- infrastructure/[chain_id]
- settings
- general
- members
- usage
- account-abstraction
- rpc
- storage
- [project_slug]/(sidebar)
- account-abstraction/factories
- contracts
- webhooks
- engine
- dedicated
- (general)
- overview
- (instance)/[engineId]
- _utils
- insight
- rpc
- settings
- tokens
- create
- nft
- upload-nfts/batch-upload
- token
- transactions/tx/[id]
- universal-bridge
- settings
- wallets
- settings
- users
- webhooks/components
- components
- HeaderLoggedOut
- TeamHeader
- last-visited-page
- ~/~/contract/[chain]/[contractAddress]
- bridge/components/client
- login
- onboarding
- LinkWalletPrompt
- LoginOrSignup
- VerifyEmail
- team-onboarding
- pay/components/client
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+228
-181
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 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 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments