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
anddetails
)
UI Modification
- Corrected
profile
andnotification
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!)