branchrust_companion_react/mastercancel

1,036 Commits over 1,553 Days - 0.03cph!

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