Skip to content

ubiquity/work.ubq.fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eae07fd · Nov 23, 2024
Nov 8, 2024
Nov 29, 2023
Nov 13, 2024
Aug 18, 2024
Oct 25, 2024
Nov 15, 2024
Nov 23, 2024
Sep 30, 2024
Jun 7, 2024
Apr 8, 2024
Nov 12, 2024
Nov 29, 2023
Nov 29, 2023
Nov 29, 2023
Mar 4, 2024
Nov 2, 2024
Jun 12, 2024
Oct 3, 2024
Nov 14, 2024
Nov 5, 2024
Oct 27, 2024
Nov 14, 2024

Repository files navigation

DevPool Directory UI

Development Setup

cp .env.example .env

Ensure that SUPABASE_URL and SUPABASE_ANON_KEY are set. This is for GitHub user registration on login.

yarn
yarn start
open http://localhost:8080

Automatic Light Mode

  • There is a plugin (build/plugins/invert-colors.ts) that inverts the greyscale shades in style.css and outputs inverted-style.css.
  • This plugin specifically seeks greyscale colors. Any colors with saturation are ignored.
  • Any deliberate use of color (with saturation) should be added in special.css to not be processed.

Features for End Users

  • Login with GitHub to view issues locally
  • Keyboard navigation (up/down arrows and escape/enter key)
  • Sorting

Screenshots

Desktop

screenshot 4 screenshot 0

Mobile

screenshot 2