christopherbot / botghani-notepad

A React-Native notepad app
1 stars 0 forks source link

Improve the Drawer experience #193

Closed christopherbot closed 5 years ago

christopherbot commented 5 years ago

Improve the experience of creating a new list. Seeing the list of lists while trying to create a new list looks messy. Perhaps the drawer can consist of 2 tabs, one for creating a new list, and another for viewing all of your lists. That way we can put more features into the "create" flow, such as color (and maybe other things too eventually???).

clicking on the "+" tab:           clicking on the "list" tab:
+---------------+---------------+  +---------------+---------------+
|               |               |  |               |               |
|       |       |     +----+    |  |       |       |     +----+    |
|    -- + --    |     | ~~ |    |  |    -- + --    |     | ~~ |    |
|       |       |     | ~~ |    |  |       |       |     | ~~ |    |
|               |     +----+    |  |               |     +----+    |
+-             -+---------------+  +---------------+-             -+
|                               |  |                               |
|   Create a New List           |  |   Groceries                   |
|                               |  |                               |
|   [ Type here... ]            |  | ♡ Beers                       |
|                               |  |                               |
|   Select Color []             |  |   My Best Friends             |
|                               |  |                               |
|         [ CREATE ]            |  |   Favourite colors            |
+-------------------------------+  +-------------------------------+