reporust_companion_reactcancel
1,104 Commits over 1,796 Days - 0.03cph!
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
Fix pinch zooming again, disable RN bridge spam
WIP jumpTo zoom, broke pinching though
Fix map controls blocking map input on iOS
Set app to use dark theme
WIP making the map position be the center instead of top left
Hide map markers for dead players
WIP set initial map position
Allow ooming in a bit more
Add a button to the map to jump to your position
Tick servers in parallel instead of having them block eachother
PlayerPosition says the player is in the ocean when they're outside the grid (instead of garbage coordinates)
Fix inverted Y coordinate on PlayerPosition component
Add setting to toggle the map's grid layer
Add another setting to toggle grid cell lables (default off)
Fix map marker position regresion
Fix team members not updating properly because they used Long keys
Fixed team member markers not updating position
Grid almost matches the game now... almost