branchrust_companion_react/mastercancel
818 Commits over 1,796 Days - 0.02cph!
Add the top left back button back to the settings and pairing screens
Navigation cleanup (also fixes the header swiping away when animating)
WIP color swatch stuff
Finish up swatches, AsyncButton uses it to set color themes with one prop
Fix require cycle
Don't show rust logo on PageMessage when there's a retry button (so it doesn't get pushed off screen)
Fix map jumping away from your player when loading
Retry button on pages if a server fails to load
Login screen shows error if the page fails to load
Fix hub not showing news when you have no servers paired
Split navigation into multiple files
Fix pairing notifications sticking around after opening the pairing screen automatically
Fix new server not being selected after confirming it
Don't report timeout errors
Fix map jumping weirdness?
Tick servers independently
Fix map animating on first load
Add loading indicators to the login page
Fix the steam login page rendering under the status bar
Map now tracks the player's position (unless you've dragged it around)
Fix headerMode float for team tab
Try out floating header mode to fix the header swiping when changing tabs
Report websocket connection failure as a proper error, handle them in the error reporting
No header for login page, transparent status bar too
Fix trying to show both the online dot and leader star
Workaround to allow chat text selection
Enable selectable for chat messages, doesn't work though
Bit bigger, thanks negative margins
Added star on PlayerHead for the team leader
Use PlayerHeads for the team member list
Add player online indicators to chat message avatars
Hide team list when the keyboard is open
Remove chat stuff from devmenu
ChatInput button and some styling
Hide team chat UI when not in a team, don't tick team chat when not in a team
Kill the spawn/death times on team page
Fix pages thinking there are no servers when you remove the server they were showing
Replace all matches (thanks JS)
Remove typings for styled-components cause they suck
Implement chat for the mock server
Team page now has functional team chat
Handle newlines and tabs in server description/rules
Log team chat broadcasts to console
Remove some buttons from devmenu, including logout cause it's annoying
Dev menu buttons to test chat stuff
Slightly more stable map grid (line thickness is still weird though)
Oops forgot the pinch fix