site banner

Bugs, Suggestions, Small Comments, And Site News

Have you found a problem in the site? Do you want to make a suggestion on improvement? Do you just want to say "hi everyone"? Post it here!

If you'd like to help with development, check out the Github and the dev Discord. We have a practically infinite list of small things that need to be fixed or changed.

24
Jump in the discussion.

No email address required.

  1. The "New comments" counter seems to be browser-specific, not account-specific.

  2. Every time I resize the comment box on desktop it snaps back to the original size as soon as I start typing

The "New comments" counter seems to be browser-specific, not account-specific.

True, and I'm afraid this isn't likely to change anytime soon. Thread collapses are the same way, at least for now.

Every time I resize the comment box on desktop it snaps back to the original size as soon as I start typing

Hey, you're right, it does. That's annoying. Bug filed!

True, and I'm afraid this isn't likely to change anytime soon. Thread collapses are the same way, at least for now.

This is also a problem if you're ever logged out. You go to the site, it updates the new comments date, then you log in. The new comments shows you new comments since you last visited the site, which was a second ago when you visited before logging in, so there are no new comments.

Even if it can't track between browsers, it shouldn't update anything if you're not logged in.

Hmm. My gut feeling is that it should update if you're not logged in, just for the sake of people who are logged-out-browsing. But maybe it shouldn't update the same stuff; that is, each account, including "not logged in", should have its own independent status for what's new.

Does that make sense?

Is it possible (as a low-priority feature request) to expose the "last viewed timestamp" in a (editable) box on the header?

This would allow one to get around any remaining janky behaviour as to when that updates, and also would have the benefit of allowing users to highlight recent comments (for any given personal definition of 'recent') regardless of viewing/browser history.

Probably, yeah. This could be done entirely clientside, I believe - all you really need is a Javascript snippet, run via something like Tampermonkey.

I don't think this is the kind of thing I'm spending developer time on right now, though if someone really wants to put something together we might be able to find a spot for it.

Yeah it's definitely on the 'nice to have' -- Tampermonkey is a good suggestion, I may dive in and see if I can get some idea of feasibility that way.

The font changes etc. continue to look really good -- it seems like you've increased the chunk size of comments loaded as well? I'm getting more than previously anyways, which is working well performance-wise AFAICT.

it seems like you've increased the chunk size of comments loaded as well?

Yep, went from 50 comments per page to 200 comments per page :)

This did increase page load time painfully, though - it's tolerable for now but it's not going higher until we have better setups for this.

Huh, is that "observed client-side" or some test dealie?

It's not noticeably longer for me (like, I literally didn't notice for a while because it was a lot closer to the reddit experience) and anyways 'one longer pageload' would be better than 'four slightly shorter pageloads'!

Transition is getting pretty smooth (if not better than Reddit in some ways) -- excellent work man!

More comments