-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Design improvements for the personal access tokens page and flow #15002
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
Comments
Is there any way that gitpod/components/dashboard/src/Menu.tsx Line 60 in d4a9e56
if not, we can change the regex to
|
Is there a template for the email message? Is there an example/library we already use to send emails?
|
Hmm, I'm not sure if we've had any conversation about this, or even about whether we want to do this. Maybe @gtsiolis can shed some light? |
@jeanp413 Let's keep the email part out of the scope of this issue for now. I'll create a separate ticket for that. We'll need a bit more work to figure out the infrastructure to actually do this from the public API. |
@mustard-mh We added the
@jeanp413 We're using customer.io for sending all emails when signing up, creating a team, etc. but let's continue this in a separate issue as @easyCZ suggested. Cc @laushinka We could probably also document how we're using this tool so that others can be unblocked in using this for developing a product feature. See also relevant task (internal). Cc @chrifro @MichaelAring |
I've moved the email notifications into a follow-up epic - Personal Access Tokens v1.1 which will contain improvements, feedback, and follow-up issues as move towards a fully stable version of PATs. Will cross them out from the list here. |
The remaining fixes needed for this Issue are: @jeanp413 @iQQBot @mustard-mh Are you able to look into this one? |
I think this is the way to go. In a way, the |
Problem to solve
Following up from the ongoing efforts to ship the first MVC iteration of the personal access tokens feature in #14280 we had to cut some corners, leading to some UX debt around page layout and flow.
This issue acts as a placeholder follow-up issue for most UX nitpicks that had slipped between the cracks. Please, append any other UX issues or open separate issues if it helps to keep the change scope small or the discussion separate.
See relevant comments in #14934 (comment), #14899 (review), #14936 (review), etc. Cc @easyCZ
PillLabel
component.The following are deferred into #15100:
The text was updated successfully, but these errors were encountered: