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
mediaand created:listsanddetails)
UI Modification
- Corrected
profileandnotificationdropdown overflow
New Features
- Added a
label systemfor each type of media: you can now add labels to every media to group them together as you which - Added very simple
Adminuser management - User can now delete their own account (finally!)
- Added db migration using
flask-migrate(finally!)