Sv443 0ef38ea208 chore: build 1 year ago
..
components 0ef38ea208 chore: build 11 months ago
dev 520689c104 Release 1.1.0 (#35) 1 year ago
dialogs 4951667c26 fix: lots of a11y improvements 11 months ago
features 4951667c26 fix: lots of a11y improvements 11 months ago
menu 4951667c26 fix: lots of a11y improvements 11 months ago
tools 7f459e4554 ref: random stuff that I found 11 months ago
utils ba358532ed feat: add sub-second precision when restoring song time 11 months ago
README.md 520689c104 Release 1.1.0 (#35) 1 year ago
config.ts 12791b148f fix: lint errors 11 months ago
constants.ts 7f459e4554 ref: random stuff that I found 11 months ago
declarations.d.ts 520689c104 Release 1.1.0 (#35) 1 year ago
index.ts 152b4c8cc1 feat: made as many features not require reload as possible 11 months ago
interface.ts 443a877cad ref: implement new vsc //#region comments 11 months ago
observers.ts 443a877cad ref: implement new vsc //#region comments 11 months ago
siteEvents.ts 6f47298dc7 fix: broken config change event due to rising edge debounce 11 months ago
types.ts 695d511095 feat: reload adornment in cfg menu & support for multiple adornments 11 months ago

README.md

Src

This directory contains the entire runtime code for the userscript.


Subdirectories

  • Dev - Contains random development files and notes that aren't included in the final build of the userscript
  • Features - Contains the code for all the separate features themselves
  • Menu - Contains the code for the userscript's different menus
  • Tools - Contains helper tools for building and developing the userscript
  • Utils - Contains helper utilities that are used in the userscript's code itself