-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Add a full edit mode #1161
Comments
Not a big fan of this: the "^" icon on the right means a collapse/expand feature, which does not seem appropriate to me as each edit (e.g. categories) deserves a full screen. I cannot see how to collapse back when the expanded version has dozens of lines - for instance, it's already a bit messy in the preference page. That said, if you replace each collapse/expand |
Something like that @monsieurtanuki ? |
@teolemon Exactly! Assuming that on that power user mode we open the same edit pages as we do in the normal product page. |
How each edit page should look like? That goes beyond the initial purpose of this issue. |
yes, indeed, the focus at this point is to have a way to access all sections of editing. |
|
@teolemon Then this issue is about:
|
Everyone should have access to the edit mode, with a prompt to signup or login if you click on it without being logged in |
@teolemon I've just done it, but now I think that we miss the "edit" notion: Perhaps it's better with a more explicit "edit" icon: |
The last one might be the one (not too far from my left handed thumb) |
New file: * `edit_product_page.dart`: Page where we can indirectly edit all data about a product. Impacted files: * `new_product_page.dart`: added a button that calls the new `EditProductPage` * `Podfile.lock`
Done in #1164. |
…utrition page Impacted files: * `edit_product_page.dart`: now calling the edit nutrition page; now pops a "changed?" bool; refactored the `ListTile`s * `knowledge_panels_builder.dart`: refactored with the new cache call * `new_product_page.dart`: now refreshes the page after edits * `ordered_nutrients_cache.dart`: refactored as a black box regarding the get/download combo
…#1167) Impacted files: * `edit_product_page.dart`: now calling the edit nutrition page; now pops a "changed?" bool; refactored the `ListTile`s * `knowledge_panels_builder.dart`: refactored with the new cache call * `new_product_page.dart`: now refreshes the page after edits * `ordered_nutrients_cache.dart`: refactored as a black box regarding the get/download combo
Who for
What
Mockup
Link to Figma
Part of
The text was updated successfully, but these errors were encountered: