userlamalovecancel
branchrust_companion_react/nexus-uicancel

40 Commits over 153 Days - 0.01cph!

1 Year Ago
Upgrade to expo SDK 44
1 Year Ago
Zone Name -> Key
1 Year Ago
Show an icon on the server you are currently assigned to
1 Year Ago
Support removing server groups so the button does something now
1 Year Ago
Fetch player info from the nexus to get appKey etc Remove appKey fields from server and notification data
1 Year Ago
Automatically correct the IP address and port of paired nexus servers if they changed Ungroup servers when their zone is not found in the nexus anymore
1 Year Ago
Update protos Automatically add other servers from the nexus when we have at least one already
1 Year Ago
Render server groups under a group header
1 Year Ago
Fix nexus servers not immediately being grouped correctly when adding/removing them Automatically refresh groups once in a while just in case data changes
1 Year Ago
Refactor the mock configs so we can do that better and get it reflecting the nexus params too
1 Year Ago
Show unique names for the mock servers instead of stomping them all to the same value
1 Year Ago
WIP server grouping for nexus
1 Year Ago
Update sentry config Fix error page message shown when not in a clan Update react-class-model Update protos Add function to call the nexus API to get its details
1 Year Ago
hub lottie test Merge branch 'nexus-ui' Delete all the CCTV camera stuff Possible crash fix after dripsy changes Add monument name for arctic research base Hide the server logo component on the hub if the server didn't set one Merge branch 'master' into release Version bumpb Merge branch 'master' into release Hide the clan section on the FUE Fix the update available button on the hub being under the header a bit Fix the "not a real server" message being over the header a bit Update items Update translations Merge branch 'master' into release Version bump to 0.0.24 because Google Delete the KeyboardOffset component because it turned out to be useless and causes issues with focussing textboxes Revert the dynamic background color for chat input (it made the caret look invisible) Fix unable to scroll the devices list Merge branch 'master' into nexus-ui
1 Year Ago
Only enable the clans UI in Rust+ dev/staging for now
1 Year Ago
Fix missing padding on the clan members list Add elevation to modals so it looks a bit less odd with the clan background
1 Year Ago
Fix model content not being centered vertically
1 Year Ago
Show the clan member limit (if there is one) Localization support for the clan UI
1 Year Ago
Fill in the chat channel switcher header text Always show the chat channels even if not in a team/clan (they show a message when not in one)
1 Year Ago
Revert "Revert "Dripsy beginnings for the Hub"" This reverts commit b70d66d43b7a0ad347099fe8238fc0e2a1eb5b77. Fix app crash user component rewrite StyledAvatar dripsy Styled Avatar, NewsList and NewsItem Dripsy Container Dripsy Header, News, Styled Avatar, Theme colours Notifications, more colours Server Switcher font families, game icon, game item Game Item, ImageOverlay, Modal Root, NotifStatus, OnlineStatus PageLoading, PageMessage, Separators, ServerIcon, ServerTime and Spinner StyledButton, SafeAreaHeader styles Async button add dripsy gradient, player capsule and teaminterface ChatInput and Chatline Fix clan banner doing a weird fade every time you switch tabs (Android only?) Fix AsyncButton missing padding Fix GameIcon clipping the right off the edit badge Fix PageMessage missing spacing on the left/right Update react-native-draggable-flatlist to fix reordering devices (it's faster too!) Fix multiple player map marker not collapsing the avatars down (style wasn't passing through) Merge branch 'dripsy' into nexus-ui
2 Years Ago
Revert "Dripsy beginnings for the Hub" This reverts commit c7107a60dfffec7b6cc4435d24a2d6f4da05eb69.
2 Years Ago
Set up notification channel for clan announcements with toggle for it
2 Years Ago
Provide clan member online status and hook it up
2 Years Ago
Null checks to prevent errors on logout
2 Years Ago
More reliable clan color gradient logic
2 Years Ago
Set up RPCs and models for clan chat Refactor the chat components so they can use either the team or clan chat models Mock setup for clan chat Team tab is now a chat tab Header can now be used to switch between team and clan chat (very rough atm)
2 Years Ago
Set up rpcs to set the clan motd and send messages to clan chat Implement setting the clan motd
2 Years Ago
Fix slowness on chat UI again Show the clan logo and color nicer
2 Years Ago
Padding for bottom safe area in bottom tab bar
2 Years Ago
Implement PlayerCapsuleTablet (didn't use localization and promote did nothing) Add a dev tool to spoof the signed in steam ID as someone else when rendering things Show the signed in player name in the drawer now that we can Provide the member and role instance of the signed in player to the clan UI
2 Years Ago
Update react-class-model to fix the map not loading
2 Years Ago
Fix server time being invisible
2 Years Ago
Automatically refresh clan using data pushed from the game Update react-class-model to fix a bug where the motd timestamp wouldn't update
2 Years Ago
Hook up the ClanMemberInfo modal
2 Years Ago
Fill in the rest of the data for the clan info mock Deserialize int64 timestamps to JS Dates Render the motd timestamp on the clan tab
2 Years Ago
Update react-class-model and other stuff
2 Years Ago
Fill in player names for clan motd and the member list
2 Years Ago
Replace the API we use to retrieve avatars with a hook-based one which provides the avatar URL and their profile name Should also fix the avatars not refreshing in the app
2 Years Ago
Initial work to get clan info into the app
2 Years Ago
Switch to a custom bottom tab bar component so we can hide the tabs in a much less janky way Switch software keyboard layout mode to resize for Android, hide bottom tabs on keyboard open (Android only) Remove console.log Update eas.json to reflect schema changes since last trying it Merge branch 'master' into nexus-ui