James Anderson
James Anderson
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: win32 Arch: x64 Version: Windows...
Organize the sidebar with custom sorting styles. Include the ability to sort by secondary and tertiary user group, etc. Base the group categorization on user's display group username style?
Display a green ring around profile pictures to indicate if a user is currently in the chat room or not.
Display a quick love button when hovering over messages, similar to Discord. LIke rains, could have a feature to randomly quick love one of the last x chatters. Support the...
Improve the convo gambling experience. Potential to create specific sections to visualize the convo games.
Custom Discord-like theme for convos. Similiar to https://i.imgur.com/IVM9k5E.png
Highlight your username when you are mentioned. Additional checkbox setting to play the audible chime when mentioned.
Show relative timestamps under each message (relative if less than a day, absolute if greater)
fixes #786
In the React server code, there is a ternary where they create a new Request object and forward all properties on `RequestInit` to it. This won't work in workerd due...