reporust_companion_reactcancel
1,104 Commits over 1,796 Days - 0.03cph!
React.memo all the tab pages
Fix hub rendering the loading indicator on the left side for a few frames when loading the app
Fix off center page headers now that the settings button is gone on some
Hide "unhandled" error when loading the map on servers that don't support the new map markers
Another possible host for login
Add a button to update the app's JS code
Add version info to the bottom of settings screen (probably only works in proper builds, we'll see)
Add logout button to the settings menu (so its not in the dev menu anymore)
Allow more origins for blog embeds (Steam, YouTube, Twitch, Soundcloud)
Allow the origin https://store.steampowered.com when logging in
Use our custom switch for the settings screen
Make the hub server notification toggler use the switch component
Server switcher height adjustment
Update icon (but not android's)
Update server switcher because the text height changed
Update confirmation modal a bit
Bold the active text for smart alarms, formatting
Don't pull entity name from pairing notification (will be removed from the Rust server too)
Fix janky notification toggler when editing alarms
Add some instructions to deploy to the Android and iOS stores
Proper fix for map error on iOS
Revert "Speculative map fix for iOS"
This reverts commit f17baf725c1797f260ed60d955a5e65e755d9805.
Merge branch 'master' of github.com:Facepunch/rust_companion_react
# Conflicts:
# components/Map/markers/CH47Marker.tsx
Speculative map fix for iOS
Fix automatic server switch not working properly after pairing an entity
Version bump
Long press devices to open editing screen
Device notification toggle
Can now delete devices too
Better sanity check for authentication
Cache style object in MapView
Set default icons for devices, update name and icon if pairing an entity that already exists
Revert "Upgrade to Expo SDK 36"
This reverts commit 552d9acdc0326fa4dc8f75ece48a290386be7a65.
Change hub header title to "Hub"
Better padding on the android icon, version bump
Need to checkout with LFS
Fix ugly border around avatars for no reason
Mostly upgrade to React Navigation v5 (from v3)
* They removed switch navigators so will need to do that another way
* Forwarding screen options from tab to stack is totally broken because they removed some fucntions it needs (probably another way to do it)
* Performance is awful (in dev mode at least)
* Warnings spewing out of a few things
Fix sentry sourcemap upload
Setup intro screen (with temp useless content)
Icon picker and stuff for add device screen
Setting entity name on the add device screen, need to do the icon picker now
Entity pairing page styling
Fix sudden huge gap on hub, better spacing on pairing buttons
Some pairing page tweaks (wip)
WIP custom switch component so we can style it nicely
Remove duplicate SettingsButton
No transparent headers on some modals