branchrust_companion_react/mastercancel
1,060 Commits over 1,796 Days - 0.02cph!
Fix going back from the hub taking you to the authenticating page
Fix setting staying open after logging out and logging back in
Give the header back button a background when floating
Change zoom out clamp to avoid breaking the pan clamps
Create notification channels for Android
Set some WebView flags so blogs on iOS maybe wont be so bad
Make blog tags consistent with website
Error handling for login, make it look a bit nicer
Move the intro before login so we can hide a click
Finishing touches on the header changes - fixes the height being wrong for me for some reason
Switch login to use a browser modal (needs UX polish)
Adding custom header to all pages
styling asyncbutton and overlays
Floating circle button styling
circle button floating prop
Include the settings button on the map tab
bold header
Merge branch 'master' of rust_companion_react
Header height and circle button style
Set the app background color
Remove a bunch of broken safe areas, properly handle safe areas for the tab page headers and team header
Use a custom header component for the tab pages so we don't have layout flickers switching between some tabs
Use SafeAreaProvider and SafeAreaView from react-native-safe-area-context -- fixes the header problems, maybe tabs?
Icon and tab sizing
page headers and styling
Fix hidden text on iOS asyncbutton
more hidden text things
Tabs on iOS and Header white BG
Make the map more zoomed in by default
Fix "inactive" smart alarm text overflowing
Switch to the plain tab view, add a fake page header for Devices page because toggling the header has one frame of weirdness
Default map cell labels to on
Version numbers styling, hit slops on the hub header buttons
Bring the auth stack off the compatibility layer, remove the dynamic below status bar stuff for the login page
Hide the links to other blogs and stuff in BlogView
Reduce the openModal debounce to 1 second
Fix update and login buttons shrinking when toggling the dev menu
Switch the dev menu to use AsyncButton so it's consistent between Android and iOS
Use proc for ToggleSwitch (should speed up mount speed....)
Mostly working React Navigation 5 with compatibility layer
Don't use the compat layer for the modal stack
Remove HeaderStyle duplication
Get rid of the compatibility layer for tabs too
Change header based on the tab thats open
Fix null reference after signing in
Fix skip button on intro doing nothing
Header style fix
Install proper versions of some packages
Fix/workaround status bar weirdness
Expo upgrade + package updated (without React Navigation)
Fix some style and type checker warnings
Another missing unit in styles
Asynchronously register the device for push notifications (will need some UI to show status later)
Remove GlobalState so fast refresh should work properly (hopefully)
Map fixes (but still uses some setValue)
Update splash and Android status bar config
Remove a bunch of setValues from the map, also removed a hacky bit of code in the process
Revert splash screen changes -- apparently this background color is used for all screens and bleeds through for a frame sometimes
Upate the blog endpoint, remove unused stuff
Replace ListItem on Settings screen with our own component (fixes white flash in Android page transition)
Debounce opening modals so it's harder/impossible to open it multiple times
PageMessage positioning between tabs (only devices page is off now)
Remove the "you have no paired servers" message, make PageMissingServer consistent with it
Hide server list info headers when the user has more than 3 paired servers
8px spacing on header buttons
opacity btutons