ekarbe / reddit-viewer

📰 VSCode extension to browse Reddit in code style
https://ekarbe.github.io/reddit-viewer/
MIT License
21 stars 4 forks source link

Commenting #18

Closed ekarbe closed 5 years ago

ekarbe commented 5 years ago

A logged in user should be able to comment on articles and comments

root comment design:

function addComment() {
   const send;
   {{textarea}}
}

childcomment design:

reply: [
   const send;
   {{textarea}}
]
ekarbe commented 5 years ago

For now the Reddit-Viewer won't involve user actions. Only viewing.