reporust_companion_reactcancel
1,479 Commits over 1,796 Days - 0.03cph!
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
Fix the connection test alwys passing (but still somehow working out in the end)
Force close the connection if the test fails
Test the connection when returning to the app in case we don't get the disconnect event
Tweak reportError - don't push to Sentry in dev mode, always log to the console
Do a soft reload of everything when returning to the app after the connection to the game closes
Fix GameConnection never firing state changes for connected or failed to connect
Disable server ticking when the app isn't active
Add alarm notification setting in-app, move logout button to the very bottom of settings
Fix scrolling on the devices page
Hook up new confirmation modal
modal styling
Add Server Modal
changing everything to components
passing title and description as props
remove button padding
Merge branch 'master' into Modals
Modalbody, footer, header and icon picker + addentity modal
use GameIcon in ModalIconPicker
pass props through to iconpicker
header using GameIcon and prop styling for position
GameIcon style prop, modalbody padding, header props
Pull real data into AddEntityTest
adding iconswitcher functionality back
More data to the modals
Add asyncbuttons to modal footer
new edit entity modal, replace old
set devices to use container, remove unneeded margin
Dialogs on edit switch
notification on smart alarm
adding Delete device modal
add navigation go back on cancel
pageMessage alignment fix
Hook up the new AddServer
Hook up new AddEntity modal
Fix new EditEntity screen
Hook up new confirmation modal
Fix new EditEntity screen
Hook up new AddEntity modal
Hook up the new AddServer
pageMessage alignment fix
add navigation go back on cancel
adding Delete device modal
Dialogs on edit switch
notification on smart alarm
set devices to use container, remove unneeded margin
new edit entity modal, replace old
adding iconswitcher functionality back
More data to the modals
Add asyncbuttons to modal footer
GameIcon style prop, modalbody padding, header props
Pull real data into AddEntityTest