I'm unable to replicate, this should have been fixed in the most recent release, can you confirm it's still happening?
Much better, thanks! I do feel that the post numbers on the left are redundant, maybe we could go further and imitate phpbb by putting the profile information in that area? Only on desktop of…
I like the currently no-top-nav style, and I like what you've done with the search sidebar, maybe we could keep the search icon where it currently is and show search results in the sidebar or a…
The content package in https://github.com/coracle-social/welshman is what is used to parse content, but it doesn't handle emails it looks like.
This looks good, but I think it's a little too close to a reddit metaphor. Here are some elements that might help:
- Pagination — at the bottom, allow users to skip to the first/last page,…
I understand what you're saying, and it may be necessary, but it introduces visual clutter, which is something I want to avoid in flotilla if at all possible. I've also experienced confusion…
This PR is full of just in case things like this, why do we need so much verbose stuff when we have full control over the html template? Just assume it's there, because it is. This would cut the PR in half at least.
The invite path isn't the only one we need to render. This file should cover pretty much anything: calendar events, polls, chat rooms, etc. We might not always be able to fetch the data, but we should try to render it. Continuing with the current approach will result in 2k LOC probably; if we import @welshman/app, it will make all of it much easier (and solve caching at the same time).