branchrust_companion_react/mastercancel
1,060 Commits over 1,796 Days - 0.02cph!
Server Selector re-design
update notificationtoggler and settingsrow
scale icon on toggleswitch
Hide the notification channel settings on Android (use the system UI to do it instead)
replace icons on settings menu
align notification toggle and alert
Merge branch 'master' of rust_companion_react
Stop wrapping on server details
unused declarations
tooltip message
Hub Redesign
adding tooltips to notification
remove server count on servers button
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
DetailsPopover style fixing, mockdata cluster
Proper fix for popover shifting (react-native-popover-view upgrade)
Preemptive fix for popover shifting sometimes
Testing out orientation switching
Styling clustered player overlay
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
Centralize KeyboardAvoidingView into KeyboardAvoider so we can tweak it per platform easier
Some FlatList optimization
Put the player you're signed in as as the topmost player marker
Tappng on grouped player marker will show a a list of their names
Combined player markers when they're close together
Add vending machine clusters
Commas in item quantity, hitslop
Add another mock sell order where there's a very high amount in stock
Fix weird white border showing while the popover is animating in/out
Update mock server to list sell orders and stuff
Add details popover for vending machine markers
Update protobufs for vending machine info
Add all the item info and icons (these are auto generated)
Handling for new notifications, tapping news notification opens in browser
window height check on TeamMemberList
support iPad mini horizontal and above on windowheight
fix keyboard offset bug (iOS)
Use WebBrowser for blog posts, remove BlogView