etesync / etesync-notes

An EteSync backed note taking app
https://www.etesync.com
Other
89 stars 12 forks source link

Add redirect when creating a notebook when creating a task #156

Open martineizayaga opened 3 years ago

martineizayaga commented 3 years ago

The user can create a notebook when they are creating a task. When the notebook is created all the user gets as feedback is a toast notification at the bottom. If the user misses this it can lead to creating the notebook again, making another notebook of the same name (that's what happened to me.)

The app should probably redirect back to the create note page when the notebook is created.

zecakeh commented 3 years ago

Hello ! Thanks for the report. That was the expected flow but it wasn't well implemented. There's actually #117 that's gonna do just that (among other things).