Conversation
sync w/ main
This commit adds a new card to the account settings page that displays the last seen information of the user. The card includes the date and time of the user's last activity, as well as a note indicating the time elapsed since the last activity. This feature enhances the user experience by providing visibility into the user's activity status.
The code changes in the account.page.html file remove an unnecessary ion-card element that was causing layout issues in the account settings page. This change improves the overall user experience by ensuring a clean and consistent layout.
The code changes in the account.page.html file refactor the layout of the account settings page by removing unnecessary ion-card elements and adding a new email verification button. This improves the overall user experience by ensuring a clean and consistent layout and providing a convenient way for users to verify their email addresses.
The code changes in the account.page.html file remove an unnecessary TODO comment that was related to deleting identity functionality. This refactor improves the codebase by removing unused code and ensuring a clean and concise implementation.
The code changes in the account.page.html and account.page.ts files refactor the layout of the account settings page by improving the display of provider status. The changes include updating the ngFor loop to iterate over the providerStatuses array and using the item object to access the provider and connected properties. This refactor enhances the user experience by ensuring a clean and consistent layout and providing clear visibility into the status of each provider.
… providers The code changes in the `oauth2.service.ts` file introduce a new service called `OAuth2Service` that handles authentication with various providers such as Discord, Google, Facebook, and Apple. The service includes methods for signing in with each provider, as well as handling the authentication flow for web and mobile platforms. This refactor improves the codebase by separating the authentication logic into a dedicated service, making it more modular and maintainable.
…tion The code changes in the `oauth2.component.ts` file update the implementation of the OAuth2 component to use the `OAuth2Service` for authentication with various providers such as Discord, Google, Facebook, and Apple. This refactor improves the codebase by separating the authentication logic into a dedicated service, making it more modular and maintainable.
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.
No description provided.