jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Edit/delete scheduled tweet #87

Closed brandonscott4 closed 1 year ago

brandonscott4 commented 1 year ago

Tweet options menu

Each tweet now has a drop down menu, that provides options to either edit or delete the tweet. Tweets are now ordered by scheduled date/time (ascending). image

Edit tweet component

Tweets are edited in place. image

Closes #31

jamesgeer commented 1 year ago

Creating or Editing a Tweet now uses the same component. State names have been updated and code has been refactored to be cleaner.