Commit 0a238b239741686dff3e8eec203f8d00f0a42486
update todos
Matt McKegg committed on 10/30/2016, 2:06:39 AMParent: 95ada6ce3dc14afeb118c99f3e7d9e22e575fd4c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -20,14 +20,17 @@ | ||
20 | 20 | - [x] Compressed feed (the algorithm :wink:) |
21 | 21 | - [x] Endless scrolling (or load more) on main feed [fake paginate, add a new section, leave the current one and remove the top most] |
22 | 22 | - [x] Display fixed banner at top of view when there are new updates [scrolls to top of page and reloads view when clicked] |
23 | 23 | - [x] Preserve scroll on back button |
24 | +- [x] Treat the different "views" more like tabs. They preserve their state when switched between [scroll position, forms]. | |
25 | +- [x] Show digs on posts in a nicer way (make it clear that you've dug something) | |
26 | +- [ ] Improve UI on profiles | |
27 | + - [ ] Move contacts to sidebar | |
28 | + - [ ] Better selection of names / avatar | |
29 | +- [ ] Display number of updates available on Feed buttons. Clicking reloads page. | |
30 | +- [ ] Figure out when to automatically reload / or inject changes into feeds | |
24 | 31 | - [ ] Roll-up about messages |
25 | -- [ ] Join Pub interface | |
26 | -- [ ] Notifications drop down (show unread mentions, digs, replies) | |
27 | - - [ ] to support this, we need to track subscriptions and read status | |
28 | -- [ ] Treat the different "views" more like tabs. They preserve their state when switched between [scroll position, forms]. | |
29 | -- [ ] Search | |
32 | +- [ ] "Join Pub" interface | |
33 | +- [ ] Improve search UI | |
30 | 34 | - [ ] Easy navigation sidebar |
31 | 35 | - [ ] Contacts sidebar |
32 | -- [ ] Show digs on posts in a nicer way (make it clear that you've dug something) | |
33 | 36 | - [ ] Add more todos! |
Built with git-ssb-web