-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Dev mode #833
Labels
Comments
That's something we agreed we needed with @gspencergoog and @jasmeet0817 , so yes :-) |
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 3, 2022
New file: * `user_preferences_dev_mode.dart`: Collapsed/expanded display of "dev mode" for the preferences page. Impacted files: * `forgot_password_page.dart`: added a system to trigger the dev mode (click 10 times on the action button) * `user_preferences.dart`: added a getter/setter for dev mode * `user_preferences_page.dart`: display the dev mode options - if activated
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 3, 2022
Impacted files: * `attributes_card_helper.dart` * `forgot_password_page.dart` * `product_cards_helper.dart` * `score_card_helper.dart` * `smooth_reveal_animation.dart` * `svg_icon_chip.dart`
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 4, 2022
Impacted files: * `forgot_password_page.dart` * `user_preferences.dart` * `user_preferences_dev_mode.dart`
monsieurtanuki
added a commit
that referenced
this issue
Jan 4, 2022
New file: * `user_preferences_dev_mode.dart`: Collapsed/expanded display of "dev mode" for the preferences page. Impacted files: * `attributes_card_helper.dart`: unrelated - removed useless cupertino.dart imports * `forgot_password_page.dart`: added a system to trigger the dev mode (click 10 times on the action button) * `product_cards_helper.dart`: unrelated - removed useless cupertino.dart imports * `score_card_helper.dart`: unrelated - removed useless cupertino.dart imports * `smooth_reveal_animation.dart`: unrelated - removed useless cupertino.dart imports * `svg_icon_chip.dart`: unrelated - removed useless cupertino.dart imports * `user_preferences.dart`: added a getter/setter for dev mode * `user_preferences_page.dart`: display the dev mode options - if activated
Done in #834. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cf. #826 #812 #782
The text was updated successfully, but these errors were encountered: