Kermit Alexander II

Results 88 comments of Kermit Alexander II

#16 is the main reason thumbnails are on top of the post subject/body as opposed to on being on the side. I'm still open to discussing rearranging the thumbnails, however.

I don't think I quite agree, at least while visualizing it in my head - do you think you could provide a mockup?

1 wouldn't be too hard to implement; it would require modifying the `boards` blueprint to get boards by name (in addition to or instead of?) ID, and then reworking existing...

Are you referring to multiboards, i.e, being able to do something like view tech/cyber/g/sudo/prog/sci/ simultaneously? That wouldn't be too hard to implement on the backend (the firehose/front page does this...

Searching is probably something better discussed on #59, but I'm open to adding multiboards. Again, the UI is something that should be worked out, but if someone were to submit...

Why not use the [Notifications API](https://developer.mozilla.org/en-US/docs/Web/API/notification) that's a part of modern web browsers instead?

I disagree that proper notifications are more obnoxious; if you don't want a site to use them, you have the option of not allowing them via permissions - there's no...

>There is no way of disabling it in the browser to tell the website to NEVER show any notification or even a remote hint of "having" notifications (since every website...

Moderators should be able to delete posts, so it's fairly odd that you can't. Do you see a moderation menu next to each individual post? It could be a bug...

Yeah, that seems like a bug to me, since the code to delete posts is definitely there, but apparently broken (see [threads.py](https://github.com/DangerOnTheRanger/maniwani/blob/f8f850c6a1efb7d43589ee227caa8f2f70e9fc1f/blueprints/threads.py#L181) and [Post.jsx](https://github.com/DangerOnTheRanger/maniwani/blob/master/frontend/src/components/Post.jsx#L155)).