codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

feat(Tag): Convert Tags to MUI Chip #55

Closed codyswanner closed 3 months ago

codyswanner commented 3 months ago

Tags now use the MUI Chip component. Because it just looks better. This breaks the functionality to remove tags from images, which is addressed in the tag-autocomplete branch (deda428). This will also be merged into this branch before merging into main.