Sven 43ee1d5c14 ref: remove all references to NodeJS types 10 months ago
..
BytmDialog.css f91767c24c fix: select min-width 10 months ago
BytmDialog.ts 4581c9bac0 fix: inert setting when multiple dialogs are open 10 months ago
ExImDialog.css 84ba8b21dc ref: rename eximdialog file 10 months ago
ExImDialog.ts 932d7ea491 fix: ExIm dialog text props 10 months ago
README.md f983c46948 docs: add and edit a bunch of subdir readmes 10 months ago
circularButton.ts 575452371f fix: better ripple button anim speed and colors 10 months ago
hotkeyInput.css b00447c13e ref: move hotkeyInput and BytmDialog 11 months ago
hotkeyInput.ts 3ebb6fd46e ref: switch to NodeNext module resolution thanks to a cool eslint plugin 10 months ago
index.ts 84ba8b21dc ref: rename eximdialog file 10 months ago
longButton.ts 8ff4a18a1d feat: begin show likes & dislikes feature 10 months ago
ripple.css 3b06e646dc fix: better ripple transparency 10 months ago
ripple.ts 71acd91b51 ref: unimportant stuff 10 months ago
toast.css 69ad80ce21 feat: configurable toast duration & png icon support 11 months ago
toast.ts 43ee1d5c14 ref: remove all references to NodeJS types 10 months ago
toggleInput.css 8345c342ea feat: different colors in cfg menu 11 months ago
toggleInput.ts 3ebb6fd46e ref: switch to NodeNext module resolution thanks to a cool eslint plugin 10 months ago

README.md

src/components/

This directory contains all the different UI components of the userscript.
They typically come as a function that returns an HTMLElement.
They are also exposed on the plugin interface, so that third party scripts can use them.