From 9e0ee99d6e6b9d03221684906db5531103f0d697 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 20 Jul 2022 19:39:43 -0500 Subject: [PATCH] Add todos.txt (during initial dev this is just the simplest route) --- todos.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 todos.txt diff --git a/todos.txt b/todos.txt new file mode 100644 index 0000000000..842f5b9129 --- /dev/null +++ b/todos.txt @@ -0,0 +1,17 @@ +Paul's todo list + +- Posts in Thread and Feed view + - Like btn + - Repost btn + - Share btn + - Navigate to profile on avi or username click +- Thread view + - Mock API support fetch on thread that's not root + - Header (back btn, highlight) + - Navigate on post press + - View likes list + - View reposts list + - Reply control +- Compose post control +- Navigation + - Stack behavior when navigating content \ No newline at end of file