Skip to content
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: use keyboard navigation, press enter to login #559

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

charlie0129
Copy link
Member

@charlie0129 charlie0129 commented Jun 30, 2022

Signed-off-by: Charlie Chiang charlie_c_0129@outlook.com

Description of your changes

Now we can press enter to login!

Previously, the login process is like:

  • type: admin
  • Tab
  • type: password
  • reach for the mouse
  • move it to sign in
  • click the mouse

Which works, but I prefer not to use the mouse.

Now we are able to:

  • type: admin
  • Tab
  • type: password
  • Enter

And we are in!

I also corrected the layout a bit.

Before:
image
After:
image

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run yarn lint to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

Special notes for your reviewer

Signed-off-by: Charlie Chiang <charlie_c_0129@outlook.com>
Copy link
Collaborator

@barnettZQG barnettZQG left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants