userlamalovecancel
branchrust_companion_react/mastercancel

794 Commits over 1,553 Days - 0.02cph!

4 Years Ago
Remove a bunch of broken safe areas, properly handle safe areas for the tab page headers and team header
4 Years Ago
Use a custom header component for the tab pages so we don't have layout flickers switching between some tabs
4 Years Ago
Use SafeAreaProvider and SafeAreaView from react-native-safe-area-context -- fixes the header problems, maybe tabs?
4 Years Ago
Make the map more zoomed in by default
4 Years Ago
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
4 Years Ago
Default map cell labels to on
4 Years Ago
Version numbers styling, hit slops on the hub header buttons
4 Years Ago
Bring the auth stack off the compatibility layer, remove the dynamic below status bar stuff for the login page
4 Years Ago
Hide the links to other blogs and stuff in BlogView
4 Years Ago
Devices page tweaks
4 Years Ago
Reduce the openModal debounce to 1 second
4 Years Ago
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
4 Years Ago
Use proc for ToggleSwitch (should speed up mount speed....)
4 Years Ago
Version bump
4 Years Ago
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
4 Years Ago
Update some packages
4 Years Ago
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
4 Years Ago
Upate the blog endpoint, remove unused stuff
4 Years Ago
Some ChatInput styling
4 Years Ago
Replace ListItem on Settings screen with our own component (fixes white flash in Android page transition)
4 Years Ago
Debounce opening modals so it's harder/impossible to open it multiple times
4 Years Ago
PageMessage positioning between tabs (only devices page is off now)
4 Years Ago
Remove the "you have no paired servers" message, make PageMissingServer consistent with it
4 Years Ago
Hide server list info headers when the user has more than 3 paired servers
4 Years Ago
Bump to 0.0.5
4 Years Ago
Hide the jump to player button when the map is already following the player
4 Years Ago
Support adding multiple mock servers Authenticating screen spinner styling Back button should be grey to match other header buttons
4 Years Ago
Smaller font size on player marker
4 Years Ago
Make settings button consistent with server switcher Removed header title for Hub Removed useless headers from Devices and News tabs
4 Years Ago
Make map jump to your death marker if you're dead Hide player markers of dead people Add smart switch and alarm icons, use them as the defaults for those entities
4 Years Ago
Fix weird centering on PageMessage
4 Years Ago
TypeScript upgrade Update protos (removes MapNote.id)
4 Years Ago
Rename to Rust+
4 Years Ago
Fix map jumping to the bottom left instead of center when there's no player marker
4 Years Ago
Fix possible divide by zero (and possible hard crash in reanimated)
4 Years Ago
Simplified keyboard theme code Better authenticating screen
4 Years Ago
Made the chat send button a bit easier to hit
4 Years Ago
Hub memoizing, cleanup
4 Years Ago
Better ChatInput behavior
4 Years Ago
Memoize more team stuff
4 Years Ago
More
4 Years Ago
Memoize a bunch of stuff + some cleanup
4 Years Ago
Add margin between server name and the radio button on the server switcher (so long names dont almost touch it) Use the right icon for BackButton Don't show a checkmark on servers that aren't selected Allow AsyncButton to be styled again, remove redundant styles (hopefully this isn't the cause of the iOS problem...) Confirm dialog colors "cancel" buttons grey instead of green Don't use a transparent header on the blog because it overlaps the blog when you scroll down
4 Years Ago
Fix server switcher height calculation Fix server switcher height not updating properly when changing
4 Years Ago
Don't allow the hub to go behind the status bar Improve server title positioning
4 Years Ago
Set tab page navigationOptions properly now that they're memoized
4 Years Ago
React.memo all the tab pages
4 Years Ago
Fix hub rendering the loading indicator on the left side for a few frames when loading the app
4 Years Ago
Fix off center page headers now that the settings button is gone on some
4 Years Ago
Hide "unhandled" error when loading the map on servers that don't support the new map markers