Sv443 bc46eca6f9 ref: random stuff 7 months ago
..
BytmDialog.css b7f2d7b829 feat: lots of prompt dialog improvements 6 months ago
BytmDialog.ts bc46eca6f9 ref: random stuff 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 02ba3c6eb0 feat: generic type StringGen for *very* implicit string conversion 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 a4acbff1af feat: better prompt dialog tooltips 6 months ago
index.ts 51bc9cf507 feat: MarkdownDialog 6 months ago
longButton.ts 4e4f4eb89f ref: rename setInnerHtmlTrusted to setInnerHTML 6 months ago
ripple.css dfe22d5551 fix: make BYTM ThemeSong compatible 6 months ago
ripple.ts cca950bce8 fix: round ripple area pos 6 months ago
toast.css eeb145ec87 ref: toast cursor 6 months ago
toast.ts c851770cba feat: toast fly-in animation thing 6 months ago
toggleInput.css dfe22d5551 fix: make BYTM ThemeSong compatible 6 months ago
toggleInput.ts 4e4f4eb89f ref: rename setInnerHtmlTrusted to setInnerHTML 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.