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

refactor!: porting frontend code to using react #124

Merged
merged 3 commits into from
Jan 9, 2022
Merged

refactor!: porting frontend code to using react #124

merged 3 commits into from
Jan 9, 2022

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Dec 18, 2021

Someone recently asked for a new feature to Wombat Dressing Room (the ability to lock down publication to specific npm tags), and it motivated me to first dust off the codebase and migrate to using a front-end framework.

  1. partially as a learning experience.
  2. in an effort to make sure our front-end is well tested.

Here's how it looks

Help page

Screenshot 2021-12-23 4 43 24 PM

Login page

Screenshot 2021-12-23 4 42 53 PM

Token management widget

Screenshot 2021-12-23 4 42 13 PM

Token creation page

Screenshot 2021-12-23 5 08 55 PM

Here's the state of frontend testing

Screenshot 2021-12-23 5 05 55 PM

tldr; we now ue React and have pretty good test coverage of the components.

Fixes #13

@bcoe bcoe marked this pull request as ready for review December 23, 2021 22:10
@bcoe bcoe merged commit bb8ab0d into main Jan 9, 2022
@bcoe bcoe deleted the react branch January 9, 2022 03:01
@release-please release-please bot mentioned this pull request Jan 9, 2022
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.

consider moving to frontend framework
2 participants