Skip to content

Conversation

@Melissa0x1f992
Copy link
Contributor

Add dashboard thumbnails using the /y22/projects/:uuid/bitmap endpoint.
Make the /projects page much more responsive

@vercel
Copy link

vercel bot commented Apr 2, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/snakeroom/snakeroom/3wGn25Hf7oUFxZJgN2pEWQzZGqXj
✅ Preview: https://snakeroom-git-dashboard-thumbnails-snakeroom.vercel.app

Comment on lines +34 to +38
static Joining = new MembershipStatus("Joining...", "🔃");
static Joined = new MembershipStatus("Joined", "✅");
static Leaving = new MembershipStatus("Leaving...", "🔃");
static NotJoined = new MembershipStatus("Not Joined", "❌");
static Unknown = new MembershipStatus("Unknown", "❔");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could Font Awesome icons be used instead of emojis here?

Comment on lines +120 to +124
membershipStatus === MembershipStatus.Joined ? "➖ Leave" :
membershipStatus === MembershipStatus.Joining ? "➕ Joining..." :
membershipStatus === MembershipStatus.NotJoined ? "➕ Join" :
membershipStatus === MembershipStatus.Leaving ? "➖ Leaving..." :
"Error"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These values could be stored in the MembershipStatus instances.

@Megadynamite
Copy link
Contributor

This pull request is for an event that has ended and therefore I will close it. Should it become relevant again, it should be reopened.

@haykam821
Copy link
Member

I think the projects page has diverged too much for this pull request to remain relevant. A new design should be built with #31 and #32 in mind.

@haykam821 haykam821 closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants