Open
Conversation
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.
[Enhancement] Implement User List View with Sorting and Filtering, Improve Loading Indicators, Add Tooltips
Use Case
Changes Made
lib/src/firebase_user/firebase_user_service.dart:fetchUsers,sortUsers, andfilterUsersmethods.bin/main.dart:lib/utils.dart:showSpinnerfunction to display animated spinners in the console.lib/src/firebase_user/firebase_user_service.dartduring user fetching.lib/src/auth/create_user_with_email_and_password.dartfor user creation.lib/src/auth/sign_in_anonymously.dartfor anonymous sign-in.lib/src/auth/sign_out_auth.dartfor user sign-out.lib/src/auth/reload_user.dartfor reloading user data.lib/shared/input_field.dart:tooltipparameter and wrapped theTextFieldin aTooltipwidget.lib/shared/action_tile.dart:Tooltipfor action tiles using thetooltipMessageparameter.lib/screens/sign_up_screen/sign_up_screen.dart: Added tooltips for email and password fields.lib/screens/sign_in_with_email_and_password_screen.dart: Added tooltips for email and password fields.lib/screens/update_profile_screen/update_profile_screen.dart: Added tooltips for profile fields.Outcome
Testing
lib/src/firebase_user/firebase_user_service.dart.