Results 382 comments of Nutomic

That would be too complicated. Is there any particular reason why you want to see the usernames?

For this it would be really helpful if lemmy and lemmy-ui can set proper cache-control headers. Like setting `private` when its an authenticated user, and in case of static assets...

It doesnt need to do any caching on its own, just set the correct HTTP headers. Then admins can configure caching in nginx or another reverse proxy based on their...

> Once a denied user tries to log in, they should be directed to a page that allows them to resubmit a their application. Then a user can keep sending...

Thats a lot of code for something that could also be fixed by editing only [this logic](https://github.com/LemmyNet/lemmy/blob/main/crates/api_crud/src/user/create.rs#L104) to allow another registration if the previous one for that user was rejected....

I tried to test this but the site setup is not working. With a fresh lemmy backend it redirects to `/login` instead of `/setup`, and opening `/setup` directly doesnt work...

If you start with a clean database there is no admin user. Only exception is if you add the `setup` block in `config/config.hjson` in lemmy repo.

For clarification, how are things like notification counts being updated with this change? Is there any automated polling?

Did some quick testing and it seems to work well. However new instance setup is still not working.

Colors seem fine but I would make them lighter or translucent.