diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-15 09:07:13 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-15 09:07:13 -0500 |
commit | 64cd6680e21d613609d423e55bd39249d38626f8 (patch) | |
tree | 4be5b0a327b02d0e6848b8c956a9d9d4c1c8b500 /README.md | |
parent | 180f43bdcfb0caee65df510bf98b36e313f3fd07 (diff) | |
download | hn-64cd6680e21d613609d423e55bd39249d38626f8.tar.gz hn-64cd6680e21d613609d423e55bd39249d38626f8.tar.bz2 hn-64cd6680e21d613609d423e55bd39249d38626f8.zip |
add basic functionality to view items and discussions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,8 @@ A scratch pad of ideas that may be useful to implement: - [x] Add minimal CSS. - [x] Add functionality to view a user's profile. -- [ ] Add functionality to view item-specific page with comments (`ConstructStoryDiscussion`). +- [x] Add functionality to view item-specific page with comments (`ConstructStoryDiscussion`). + - [ ] Load recursive descendant threads. - [ ] Add functionality to handle polls (`ConstructPoll` & `ConstructPollOpt`). - [ ] Add functionality to load more items or paginate. |