First post, this is actually live and working
After a bit of fiddling with supabase complaining that a foreign key relation didn't exist, it's now _actually_ working. I was able to fix the issue by running NOTIFY pgrst, 'reload schema';
Having some issues with timestamps overflowing and covering author and thread ID on small screens, will fix tomorrow. Possible fix: only display timestamps on posts, not threads
Posts now display timestamps + id, and the post id is also a fragment link. Need to set the post id to truncate. Maybe just display the first section of the uuid? For the fragments to work I need to figure out how to do names anchors in react
One more thing I just noticed: need to clear the text area on submit