Sv443 c49ae2dd30 fix: bug in rendering bytmdialog header element 8 months ago
..
BytmDialog.css dc8aef3239 feat: `verticalAlign` for BytmDialog 6 months ago
BytmDialog.ts c49ae2dd30 fix: bug in rendering bytmdialog header element 6 months ago
ExImDialog.css eaa4dcccd5 ref: rename eximdialog file 6 months ago
ExImDialog.ts 33a1a6b82a fix: ExIm dialog text props 6 months ago
MarkdownDialog.ts 964082a726 feat: add detail dialog when clicking on error toast 6 months ago
README.md 12a1768711 docs: add and edit a bunch of subdir readmes 6 months ago
circularButton.ts 430964353b fix: better ripple button anim speed and colors 6 months ago
hotkeyInput.css b00447c13e ref: move hotkeyInput and BytmDialog 11 months ago
hotkeyInput.ts b07d263caa feat: much better a11y for cfg menu & hotkey input 6 months ago
index.ts 51bc9cf507 feat: MarkdownDialog 6 months ago
longButton.ts e53415e73e ref: random fixes 6 months ago
ripple.css 6b8c36a584 fix: better ripple transparency 6 months ago
ripple.ts cca950bce8 fix: round ripple area pos 6 months ago
toast.css 964082a726 feat: add detail dialog when clicking on error toast 6 months ago
toast.ts 964082a726 feat: add detail dialog when clicking on error toast 6 months ago
toggleInput.css 8345c342ea feat: different colors in cfg menu 11 months ago
toggleInput.ts 83b9bc99f5 ref: switch to NodeNext module resolution thanks to a cool eslint plugin 6 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.