Skip to content

MyLists v1.1.0

Compare
Choose a tag to compare
@Crossoufire Crossoufire released this 18 Feb 16:21
· 107 commits to main since this release

CHANGELOG v1.1.0

Under the Hood

  • Typos
  • Small fixes and ESLint
  • Replaced private and public route component with Higher Order Function (HOF)
  • Added a new very short live token for admin elevation (5 minutes)
  • Improved the clicked outside hook
  • Changed some functions to variable holding functions

Code Refactoring (backend)

  • Split blueprints for visibility and readability (split media and created: lists and details)

UI Modification

  • Corrected profile and notification dropdown overflow

New Features

  • Added a label system for each type of media: you can now add labels to every media to group them together as you which
  • Added very simple Admin user management
  • User can now delete their own account (finally!)
  • Added db migration using flask-migrate (finally!)