Conversation
- Removed unused parseTimeToTimestamp function and replaced it with a utility function in the widget. - Updated FriendDetailScreenContent to use the new parseTimeToTimestamp utility. - Improved FriendRequestsScreenContent by resetting processedRequests on friendRequests change. - Enhanced ConnectScreenComponents with a new filter chip layout for better UI. - Refactored EmptyClassroomsContent to fetch empty classrooms based on selected time slots and improved error handling. - Updated MainComposeApp to pass navController to ScheduleComposeScreen for navigation. - Modified ScheduleScreenContent to handle card clicks for navigating to course details. - Added URL decoding utility to Constants for better handling of encoded strings. - Cleaned up TodayWidget by optimizing data fetching and updating logic.
…managing participants
- Introduced a new preference category for Support & Feedback in settings. - Added functionality to send support emails directly from the app. - Implemented a dialog for campus selection with API integration for updates. - Enhanced analytics with app navigation tracking. - Updated constants for support email and GitHub issues link. - Improved logout functionality with better preference handling. - Added a new drawable for support icon. - Added a new bottom sheet for settings reminders in Reminders tab
- Added constants for active friends fetched status and list. - Updated MainComposeApp to fetch and cache active friends on launch. - Modified LogoutHelper to reset active friends fetched status on logout. - Created ActiveFriendResponse data class for handling active friends API responses. - Created GhostPostResponse data class for handling ghost mode API responses. - Removed unused imports and cleaned up code for better readability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Please check the type of change your PR introduces:
Purpose
Fixed friends by ghosted by default
Approach
By fetching active friends when unfriended/added
Does this PR introduce any new bug?