-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add user labels to user list and detail pages #457
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chenparnasa, here's what I have so far for the user labels. |
32d8575
to
ff2ae0a
Compare
ff2ae0a
to
684f01f
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.
I think @chenparnasa left you some comments about this in Figma re: replacing the original helper text with the warning message if an invalid tag is added to the input field. Otherwise I like the idea of calling out the specific label in the warning!
@stnguyen90 I left comments in Figma on how we should handle the helper texts :) |
684f01f
to
ac80004
Compare
ac80004
to
385ff48
Compare
src/routes/console/project-[project]/auth/user-[user]/updateLabels.svelte
Outdated
Show resolved
Hide resolved
src/routes/console/project-[project]/auth/user-[user]/updateLabels.svelte
Outdated
Show resolved
Hide resolved
src/routes/console/project-[project]/auth/user-[user]/updateLabels.svelte
Outdated
Show resolved
Hide resolved
385ff48
to
a8d6f7b
Compare
a8d6f7b
to
82d6a80
Compare
@TorstenDittmann, would you please review this when you get a chance? |
82d6a80
to
126c6ea
Compare
126c6ea
to
d6d960f
Compare
What does this PR do?
Add user labels to user list and detail pages
Test Plan
Manual:
Users List
User Detail
without error
with error
Related PRs and Issues
Depends on:
Have you read the Contributing Guidelines on issues?
Yes