Sv443 a6b82c4f18 feat: implement changes for TrustedTypes API 8 months ago
..
BytmDialog.css dfe22d5551 fix: make BYTM ThemeSong compatible 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 a6b82c4f18 feat: implement changes for TrustedTypes API 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 a6b82c4f18 feat: implement changes for TrustedTypes API 6 months ago
index.ts 51bc9cf507 feat: MarkdownDialog 6 months ago
longButton.ts a6b82c4f18 feat: implement changes for TrustedTypes API 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 dfe22d5551 fix: make BYTM ThemeSong compatible 6 months ago
toast.ts a6b82c4f18 feat: implement changes for TrustedTypes API 6 months ago
toggleInput.css dfe22d5551 fix: make BYTM ThemeSong compatible 6 months ago
toggleInput.ts a6b82c4f18 feat: implement changes for TrustedTypes API 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.