Skip to content

allthingslinux/stats-frontend

Repository files navigation

frontend for stats.atl.dev

some things are hard coded please fork if you want to self host

High Priority

  • FIX MOBILE
  • Search bar
  • Zoom buttons
  • Move search bar to left
  • Put the dropdown button on the right corner and make it bigger
  • Dark mode
  • Color by weight and thickness by weight
  • About dropdown under search bar
  • click on user to see other users and each edges weight and the users weighted degree

Low Priority

  • Possibly be able to drag layout around
  • Change rendering options (E.G. label threshold)
  • Fix misaligned info box on small screens
  • Make info box fully white on light mode

Build

Build with ./build.sh for docker build.

Regular dev instructions:

cp .env.example .env
$EDITOR .env
yarn install
yarn dev