| 1 | # To-Do Items |
| 2 | |
| 3 | Endless rambling of things to fix and improve |
| 4 | |
| 5 | - [x] Add `publishedDate` to `rssPost` |
| 6 | - [x] Order posts by newest first |
| 7 | - [x] Instead of "by author" if Author is unavailable, use blog/feed name |
| 8 | - [x] Add auto-find RSS feed when adding a feed |
| 9 | - [x] When scrolling through one feed and then selecting another, make the content scroll back to the top |
| 10 | - [x] Can't open add feed dialog when on mobile |
| 11 | - [x] Add error handling and checks for adding a feed |
| 12 | - [x] Add loading states for new feed |
| 13 | - [x] Collapse both side bars if desired? |
| 14 | - [x] Update logo in top left |
| 15 | - [x] Marking Read and Unread |
| 16 | - [x] Change Reset to "Log out" or something along those lines |
| 17 | - [x] Add About to settings menu? |
| 18 | - [x] Add Home screen with start button + acknowledgements |
| 19 | - [x] Import + Export OPML in settings |
| 20 | - [x] Automatically select first feed on load |
| 21 | - [x] Add initial app suspense |
| 22 | - [x] Fix long blog names on mobile in nav sidebar |
| 23 | - [x] YouTube feed support |
| 24 | - [x] Detect Categories in OPML |
| 25 | - [x] CRUD categories |
| 26 | - [x] Check broken html characters in post titles |
| 27 | - [x] Update Author name to Blog Name in list of posts |
| 28 | - [x] Fix mobile navigation through posts |
| 29 | - [x] Add another relay |
| 30 | - [x] Updated README.md |
| 31 | - [ ] Write blog post |