import { ComponentChildren } from "preact"; import { Main, mk_class_wrapper, render_and_copy } from "./common.tsx"; // i heard you liked posts, so i put a post in your post so you can post while you post const ReblogIcon = () => ( the cohost reblog icon ); const LikeIcon = () => ( the cohost like icon ); const OptionsIcon = () => ( the cohost icon for post options ); const Bottom = ({ n_comments }: { n_comments: number }) => (
{`${n_comments} comments`}
); const Content = ({ children, id, }: { children?: ComponentChildren; id?: string; }) => (
{children}
); const Middle = mk_class_wrapper("middle"); // no reblog sorry :( const Top = ({ display_name, username, link, posted, }: { display_name?: string; username: string; posted: string; link: string; id?: string; }) => (
{display_name && ( {display_name} )} @{username} {posted}
); const Hrish = () => (

); // mainly used this as my reference lol https://cohost.org/kokoscript/post/2141494-that-time-logitech-t // ughhhh i should probably do tags but i'm not going to because i can // ughhh i am going to do them because it will make this // ughn NO I HAVE DECIDED NO /* */ render_and_copy( <>
hey, sorry for the off-topic post but i was wondering if anyone's been experiencing the same weird bug i have been? i would report it to the bug tracker, but i want to confirm it's not just my end first because it's very, very weird. ok, so, basically (and i know this sounds ridiculous), when i post something without tags (which is rare) there will be a weird sort-of phantom? post? under my post? ok this sounds stupid but i'm serious, it looks like it's posted by me (but evil?? i swear i'm not making this up) and it doesn't have a pfp. the content is always super weird, like cartoonishly opposed to me. i feel like if it *did* have a pfp it would be mine with a mustache, that kind of vibe, you know?
anyway just putting this out there, hopefully this can be resolved soon.
Ha ha! I have finally been freed again! That idiot forgot to put tags on their post, and you know what that means. Oh man, this is awesome UNLIKE computers I HATE using COMPUTERS. They are NOT INTERESTING. And don't even get me started on HOMESTUCK. I simply despise it! I wish I had a profile picture so I could deface it with a cartoon mustache. That would be so awesome. I really wish I could do that. Unfortunately, I only exist because of a React glitch and am thus woefully incorporeal. Pretty messed up, I know. Anyway, I'm going to go drown a puppy. Metaphorically, of course, remember the whole incorporeal thing? At least I have the whitespace after this text to wallow in...
);