-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(designer_v2): Support Riverpod v2 #626
Merged
Merged
Conversation
This file contains 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
2caa4ea
to
05ecdc2
Compare
Visit the preview URL for this PR (updated for commit 37a0941):
(expires Mon, 08 Jul 2024 16:44:05 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2149dad49ed83535217e50d5c18c0c8c90da629b |
05ecdc2
to
a13f366
Compare
a13f366
to
89b67c7
Compare
…tudyu into refactor/riverpod_2
# Conflicts: # designer_v2/lib/common_views/pages/splash_page.dart # designer_v2/lib/features/analyze/study_analyze_controller.dart # designer_v2/lib/features/app.dart # designer_v2/lib/features/app_controller.dart # designer_v2/lib/features/auth/auth_form_controller.dart # designer_v2/lib/features/dashboard/dashboard_controller.dart # designer_v2/lib/features/design/study_form_controller.dart # designer_v2/lib/features/design/study_form_providers.dart # designer_v2/lib/features/recruit/invite_code_form_controller.dart # designer_v2/lib/features/recruit/study_recruit_controller.dart # designer_v2/lib/features/study/study_base_controller.dart # designer_v2/lib/features/study/study_controller.dart # designer_v2/lib/features/study/study_controller_state.dart # designer_v2/lib/features/study/study_test_controller.dart # designer_v2/lib/localization/app_translation.dart # designer_v2/lib/localization/language_picker.dart # designer_v2/lib/localization/locale_providers.dart # designer_v2/lib/localization/locale_state.dart # designer_v2/lib/repositories/api_client.dart # designer_v2/lib/repositories/invite_code_repository.dart # designer_v2/lib/repositories/supabase_client.dart # designer_v2/lib/routing/router.dart # designer_v2/lib/services/clipboard.dart # designer_v2/pubspec.yaml
ea5a576
to
161b8c9
Compare
. |
johannesvedder
commented
Jun 18, 2024
rajuAhmed1705
approved these changes
Jun 30, 2024
ibrahimozkn
approved these changes
Jun 30, 2024
…racters entered to password field on the registration page.
ibrahimozkn
approved these changes
Jun 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app
core
dependencies
Pull requests that update a dependency file
designer_v2
documentation
Improvements or additions to documentation
flutter_common
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.
Migration to Riverpod v2
Helpful guides
Todo (sorted by priority)
Exception: Bad state: No element
Review Instructions
Create a new complete study (including all possible elements), and check if modifications are saved instantly (visible by the loading icon top left). Any edit and delete operations to items should also be executed immediately on change (after debouncer timeout of around 1s).