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

Voting #17

Closed ekarbe closed 5 years ago

ekarbe commented 5 years ago

Integrate voting for articles and comments into the extension

Article overview design

let {{articleid}} = [+, 43345, -, "Title", author, subreddit];

Article detail design

let score = [+, 43345, -];

Comment design

score = [+, 43345, -];
...
this.open( +, 43335, -);
ekarbe commented 5 years ago

Problem: There is a authorization error when trying to vote with the old.reddit.com/api/vote POST request.

ekarbe commented 5 years ago

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