mah51 / ScuffedMDB

An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
https://smdb.mikeroph.one
MIT License
104 stars 19 forks source link

Minor tweaks to "Edit Review" #37

Closed olig89 closed 3 years ago

olig89 commented 3 years ago
  1. The logic for changing the title works great with one exception; if you open the modal from a movie it defaults to Add, even if a previous review exists (and pre-populates) - potentially a different nesting of the if statements would be a quick fix.

  2. The "Add Review" button on the film page (in cog menu) remains as "add" even if you are editing a review, which is inconsistent. Having it switch to "Edit Review" with something like AiOutlineEdit as the alternative icon would complete the whole flow.