branchrust_companion_react/mastercancel
818 Commits over 1,796 Days - 0.02cph!
Fix keyboard avoider for android
Move userInterfaceStyle to where it belongs (I think?)
Allow the YouTube embed origin for the BlogView (possible fix for iOS)
Show map notes on the map (personal and team ones)
Team markers go above monument markers
Use avatar for the player markers on the map
Don't watch the Team for every ChatLine
Unload the map when switching servers (so it doesn't auto load), cache style in MarkerRoot
Add an error when a model is being watched many times, don't watch MapState in MarkerRoot
Don't watch servers in the server switcher (that auto connects to them all and ticks them)
Mock server uses your local steamid now, refactor to get rid of circular dependency
Better formatting for the map size
Add a toggle switch to the smart alarm entity to switch notifications on/off for it
Fix header text not centered
Push the "jump to me" button in more, give it more consistent colors
ServerHeader uses NetworkImage
Memoized a bunch of stuff in the map's GridLayer to see if its faster
Add devices tab with mock switch and alarm
Don't automatically open notifications when the app isn't in the foreground
Team tab cleanup, with styled-components too
Show queued players (if any) in the server info area
Pass through style prop on some core components (fixes styled-components extending)
Automatically close the bottom drawer when clicking on something
Updates team member list on chat screen, fixed a few other styles
Bottom drawer only on hub
WIP bottom drawer (visible on all tabs)
News page, Padding is now numbers (use PaddingPx for string with suffix)
Some tab bar styling, fix keyboard avoiding for chat
Headerless team tab, <Page> can apply the offset to not go under the status bar now
Remove the old color constants file
More styled-components, maybe working image preloading, more cleanup
WIP components cleanup and pulling components/styles from Lewis's playground
Clicking blogs opens them in a fullscreen WebView now (external links will go to the actual browser though)
Revert the in-app blog view (moving to branch)
Types for styled-components
Blog header image
WIP paragraphing and whitespace collapsing
Fix map jumping to the bottom left corner
Transparent header for the map tab
Proper monument names on the map, also use the same font as the game
Switch SafeAreaView to React Navigation's copy (it lets you isable specific sides)
Special content on the team tab if the player isn't in a team
Set the chat input placeholder color
Fix keyboard covering chat textbox on iOS
Fix PlayerHead not showing avatar on iOS because of out of range borderRadius
Add a <StatusBar> back in cause it maybe does stuff for iOS
Add jarryd to the mocking data
NetworkImage will now show the placeholder image if the image fails to load for whatever reason