Huge Update: Blocks, Sidebar, DataTable, DataTable are now live! 🥳 SolidUI is still missing some of the Blocks and a small portion of the Sidebar doc, but I really wanted to get it out there for people to finally use and build awesome stuff with it! #buildinpublic
DataTable and DatePicker are done! 🥳 Only thing remaining for now is the Sidebar page and some blocks related stuff. 😁 #buildinpublic
What is the expected behaviour of an app if you sign in with a new oauth provider but you already have an existing account with the same email? 1) create a new account 2) link to the existing one #buildinpublic
does code highlighting really work here? ```tsx export default function Test() { return <div>Hello World!</div> } ```