aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Viewer redesign #510

Open MaybeJustJames opened 2 years ago

MaybeJustJames commented 2 years ago

I apologise for another massive PR! There are a few interesting changes here:

  1. The "Gene" and "Compare" pages have been merged. They do NOT display anything yet (except for "Empty" or project UUID + dataset index).
  2. A basic login modal is displayed when the application loads
  3. After login, a button with the username is displayed in the top-right.
  4. Adds a bunch of tests
  5. Replaces Semantic-UI-CSS with maintained and compatible Formatic-UI-CSS
  6. Remove the PServer (file upload server) as it's replaced with HTTP API facilities now.

Closes #234