-
Notifications
You must be signed in to change notification settings - Fork 20
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(web): add new dashboard #89
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
<p className="text-xs">Edited {data.length} times</p> | ||
<hr className="-mx-2 my-1 border-gray-700" /> | ||
<div className="space-y-4"> | ||
{data.map((history) => ( |
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.
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.
Good catch, updated!
> | ||
<Avatar className="mr-2 h-5 w-5"> | ||
<AvatarImage | ||
src={`https://avatar.vercel.sh/${currentProject?.project.id}.png`} |
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.
Would be cool if a user could change the icon for a project, so that they could use their companies logo. In case they have many projects, it could make it easier to switch to the correct one, without reading all the project titles. Could be a seperate Issue though.
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.
Agreed, but should not be part of this PR imo #90
5abfcfd
to
dc8bcae
Compare
No description provided.