FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

Run bot on permalink should open a popup #33

Open OmgImAlexis opened 2 years ago

OmgImAlexis commented 2 years ago

Either a modal or a window popup should open with the results. Currently there isn't really any user feedback for submitting a link apart from the link disappearing.

FoxxMD commented 2 years ago

The log prints a statement that you are running the bot on the permalink. But yeah its not super noticeable especially if the log is moving fast. The blocking issue with this is that logs aren't associated with individual events, and results aren't available until after running (can take some time depending on what is running). Might be good to fold this into #41 as well.