sonatype-nexus-community / search-maven-org

Apache License 2.0
478 stars 141 forks source link

[WIP] - Start moving to React #154

Open DarthHater opened 2 years ago

DarthHater commented 2 years ago

Current progress

Quick Stats:

Screen Shot 2021-10-28 at 12 31 51 PM

Search Page (home):

Screen Shot 2021-10-28 at 5 34 20 PM

Search Page (searching):

Screen Shot 2021-10-28 at 5 34 28 PM

Search Page (advanced search modal open):

Screen Shot 2021-10-28 at 3 13 15 PM

Artifact details page: screencapture-localhost-3000-artifact-struts-struts-1-2-9-jar-2021-10-28-21_23_52

This is a very basic PR so far that deletes all Angular things, and is slowly moving towards using React

This is not to be merged into main, this is where we start rebuilding the project

To get started:

yarn test can now be used to run unit tests, it's using jest

To get search things working, use a CORS unblocker of some form. I use: https://add0n.com/access-control.html

This pull request thus far, makes the following changes:

Basic constraints:

TODO:

dbradicich commented 2 years ago

That component details page looks great :)