Daniel Apodaca
Daniel Apodaca
Is there a way to disable specific buttons? For example if i dont want to show the mic recorder button or even the whole plus button from the left, or...
Remove some unused imports, theres still a bunch of functions and commented code that can be cleaned up Prop to hide left popover menu, along with some basic interface for...
I changed default color from #000000 to inherit, i could not find a way to test this but feel free to try it out first Fixes #69
Hi, today i worked on a Badge component to wrap other elements, hope you like it. Did my best to try to follow the current standards but feel free to...
## Problem The current implementation of `isYouTubeNoCookie(url)` uses a substring check: ```js return url.includes('youtube-nocookie.com'); ``` This is unsafe because `youtube-nocookie.com` can appear anywhere in the string, including in malicious or...