-
Notifications
You must be signed in to change notification settings - Fork 362
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Looks wonderful! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really nice! Did you look into fully removing the reliance on Row
and Col
in place of Grid
?
src/components/Dashboard/styled.tsx
Outdated
margin-top: 0; | ||
` | ||
|
||
export const WidgetBody = styled.div<{ filled?: boolean }>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're not using filled
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed 👍 it was a leftover from a previous style
…random apps, adjust grid layout
…into dashboard-grid-layout
src/routes/routes.ts
Outdated
@@ -50,7 +50,7 @@ export const LOAD_SAFE_ROUTE = generatePath(LOAD_SPECIFIC_SAFE_ROUTE) // By prov | |||
export const SAFE_ROUTES = { | |||
DASHBOARD: `${ADDRESSED_ROUTE}/home`, | |||
ASSETS_BALANCES: `${ADDRESSED_ROUTE}/balances`, // [SAFE_SECTION_SLUG] === 'balances' | |||
ASSETS_BALANCES_COLLECTIBLES: `${ADDRESSED_ROUTE}/balances/collectibles`, // [SAFE_SUBSECTION_SLUG] === 'collectibles' | |||
ASSETS_BALANCES_COLLECTIBLES: `${ADDRESSED_ROUTE}/balances/nfts`, // [SAFE_SUBSECTION_SLUG] === 'collectibles' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment needs updating.
What it solves
Part of #3693
How this PR fixes it
Displays dashboard widget in a grid
How to test it
/home
Screenshots