dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
147 stars 22 forks source link

Feat: `Capture` == `Edit` Mode Screen + Functionality #329

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

As noted in https://github.com/dwyl/mvp/issues/214 our goal is to have a totally separate Edit page so that the person editing the item can fully focus on what they are doing without any distractions. What is not covered in that issue is that the screen for initial Capture is the same and all we will be doing is pre-populating it with item.text and tags when it's in Edit Mode.

Some of this work is captured by @SimonLab in: multiline Flutter TextField https://github.com/dwyl/app/issues/303

Todo