xananax potentially in the bathroom
A simple "refresh every X seconds/auorefresh" checkbox for when you're following a thread. If we want to be fancy, it can query the server for a bit of JSON and update with JS; or query for "hey, is there anything new" and refresh if yes. Or just auto-refresh. The time can be constant, or 5s, then 10s, then 20s, etc (resets to 5s if something new happens).

A notification would be good so you know a topic you follow was updated. This can use the browser's notification system, or change the favicon, or only put a little icon next to the username. Topics you're subscribed to and have been updated should be in a list, ordered by recency.
I know what you're thinking
admin soon
i thought about it a bit, im a bit wary of adding new posts directly to the page you're on, i don't want to break pagination. im wary of autorefresh too because it may erase what you're writing. though autocomplete is smart enough now to remember, and we can make it conditional (textarea is empty -> allow refresh). i think the best approach though is a SSE or WebSocket subscription that gets initiated when you view a thread and the server sends to it if there was a new post in the thread. then a little unintrusive toast can be shown with a link to the latest post.
im Normal and you'r NOT.
bear that in mind.
xananax potentially in the bathroom
Sounds good yes
I know what you're thinking
admin soon
this is in main now. an SSE subscription gets initiated when you view a thread. when a new post appears, a notification will appear in the bottom right, with three buttons:
a notification popup, with three buttons. the text says "New post in thread!". the three buttons below say "Dismiss", "View post", and "Stop updates".
clicking dismiss will ignore that particular post and re-initialize the subscription, so when another post appears, the notification will appear again. clicking view post will take you to the post. clicking stop updates will dismiss the notification without restarting the subscription (until you go to another thread or refresh)
im Normal and you'r NOT.
bear that in mind.
xananax potentially in the bathroom
whoah, this is very good
I know what you're thinking
veclavtalica bog person
admin said:
this is in main now. an SSE subscription gets initiated when you view a thread. when a new post appears, a notification will appear in the bottom right, with three buttons:
a notification popup, with three buttons. the text says "New post in thread!". the three buttons below say "Dismiss", "View post", and "Stop updates".
clicking dismiss will ignore that particular post and re-initialize the subscription, so when another post appears, the notification will appear again. clicking view post will take you to the post. clicking stop updates will dismiss the notification without restarting the subscription (until you go to another thread or refresh)

this is very nice, i feel
i like all things awesome !
admin soon
archiving
im Normal and you'r NOT.
bear that in mind.
Are you sure you want to delete the highlighted post?