branchrust_companion_react/mastercancel
818 Commits over 1,796 Days - 0.02cph!
Split the hub content component into separate views for phone and tablet
Disable add button when there's invalid input
Fix "last wiped" row having extra padding at the bottom
Add a confirmation dialog before removing
Fix error when removing servers
Fix server list showing nothing as selected after removing the selected server
Remove CCTV view
Remove filesystem stuff cause it doesn't show anything useful
Reorganize the news page
Reorganize devices page
Reorganize the map page
Reorganize the hub page
Reorganize the team page
Reorganize the settings page
Reorganize server switcher page
Some cleanup
Exclude images referenced only by native from assetBundlePatterns (possibly save up to 10MB)
Run npx expo-optimize (saves 2.3 MB)
Try to recurse into subdirectories if they aren't readable
Add a utility page to inspect the filesystem contents
Add a delete button so lewis can hook thins up nicely
Fix rounded corners at bottom of the preview image
Update the server connection info when pairing a server that's already paired
Tick rate adjustments, don't immediately switch to error screen
Add a warning to check if PersistentModel is saving very large amounts of data
Remove debug
Fix ToggleSwitch glitching out on load sometimes
Show a message when the page would be blank
Add dev menu button to open the unknown server modal
Show the server name in tab headers instead of a redundant tab title
Move everything into its own tab and make it more functional
Fix update and logout button height
Fix server images looking very dull
Fix server list issues
Use the same wrapper for the vending machine markers as the one used for player cluster markers
Trigger requests and display the response in a test modal
Swap buffers without fading or flickering
Cleaner and more robust request loop implementation
Componentizing
Update protos
Much better ticking
Render from a list, add some styling
Fix ticking getting stuck
Fix some styling issues
New placeholder image, revert to placeholder image if there's any error
Merge branch 'rtasks'
Fix device error icon not being centered
Remove workaround for keyboard avoiding view - fixes hang when switching between landscape and portrait
Fix oversized header image when using the fallback image
Hide the notification channel settings on Android (use the system UI to do it instead)
Fix login screen closing on Android when switching to another app
Login screen tweaks so it's not the same screen two times in a row
Proper fix for popover shifting (react-native-popover-view upgrade)
Preemptive fix for popover shifting sometimes
Remove extra padding on remove server dialog
Contextual header component on the confirm dialog
Icon picker padding tweak so it can get 3 columns on my phone
Filter timestamps in reverse order so it doesn't do weird stuff
Hide similar timestamps in chat
Fix missing header on team tab when you're not in a team
FIx header not showing on some pages when there's a problem loading data
Fix some require cycles I added recently
Press and hold devices to pick them up and reorder them
Don't use react-native-elements Avatar because it fades in every time it renders (even if the image is already loaded)
Limit the server subscription check so it doesn't run every refresh