4Distinguished Patron 2025-09-01T21:45:20.000Z
Feature Requests
Would be nice to have both an auto‐refresh function for threads, and a front page that shows recent posts/replies regardless which board they were posted to. The latter would make you read and/or weigh in on something you wouldn't have otherwise seen or cared for.
5Distinguished Patron 2025-09-01T23:59:51.000Z
>>4Right on! We'll start with some designing and get working on those. Will come back with an ETA once we've made some progress
6Distinguished Patron 2025-09-02T00:18:42.000Z
Clickable links would be nice https://islandzero.org/lang/threads/24
7Distinguished Patron ## Admin 2025-09-02T00:24:16.000Z
Yeah we could get that going with non embed/outside site links ‐ if you want to reference a post on a different board you can do
>>/lang/248Distinguished Patron 2025-09-02T02:03:34.000Z
>>7no, i mean try clicking a link in that post ‐ doesn't actually open a website (the link is missing the href attribute)
would also be nice if I could refresh the captcha without reloading the reply dialog
9Distinguished Patron ## Developer 2025-09-02T06:24:28.000Z
>>4>an auto-refresh function for threadsPlanned. It would be a subset of live refreshing, which we haven't developed the API for yet, but is absolutely on the roadmap. An auto feature could be implemented currently, but that would just mean refreshing the entire page on a timer, which is a bit pointless.
>a front page that shows recent posts/replies regardless which board they were posted toWas briefly talked about during development, but might be worth revisiting.
>>7>>8Linkification, yeah. For whatever reason (probably my local dev environment), I thought we already had that. Will get to it asap.
>would also be nice if I could refresh the captcha without reloading the reply dialogAlso a desired feature that's on the roadmap.
10Distinguished Patron 2025-09-02T17:12:59.000Z
>>7would be nice to have a little flyout or popup that showed the post without opening it
13Distinguished Patron ## Admin 2025-09-03T05:50:34.000Z
>>8Update on captcha‐ both for threads and posts it will automatically refresh on an unsuccessful attempt, no refresh required.
>>10I thought we had that up, but it may only be for same‐thread posts at the moment.
14Distinguished Patron ## Developer 2025-09-03T09:31:04.000Z
>>10>>13>I thought we had that up, but it may only be for same-thread posts at the moment.Yeah, the hovered post preview only works for posts in the same thread if they're out of view of the viewport. However, cross‐thread hovering is underway. :D