-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: create initial dashboard page #308
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
34a36ca
to
188c1bf
Compare
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 good, things that i thought was interesting was the use of Suspense
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.
why black colour
) | ||
} | ||
|
||
export const SiteList = withSuspense(SuspendableSiteList, <SiteListSkeleton />) |
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.
very cool
0a0cbaf
to
b866ab1
Compare
49dacd6
to
5ceb313
Compare
Merge activity
|
b866ab1
to
7aaf303
Compare
5ceb313
to
3bbcc58
Compare
3bbcc58
to
0c90215
Compare
TL;DR
This PR adds a new
/dashboard
page to go to a specific siteWhat changed?
SiteList
component that lists all sites a user has access to.site.router.ts
to fetch site list.AppNavbar
to include new functionality and style tweaks.AppNavbar.tsx
.dashboard.tsx
with new site listing component.How to test?
New stories