Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 20:31

[2.0.1] - 2024-11-13

🚀 Features

  • New Additions
    • Protecting player deletions with a confirmation pop-up now
    • Added automatically opening drawer after loging or page visit if user is authenticated
    • Added closing drawer on logouts
    • Added "loading" information to drawer when it's on fetch for first time
  • Buttons upgrade
    • Added titles for add/remove/update
    • Changed icon for update
    • Changed color for remove
  • Enhance confirmation dialog functionality and improve version handling
    • Updated the confirmation dialog to provide clearer context when confirming player updates and deletions.
    • Adjusted version number format in the project configuration for better clarity.
    • Enhanced the user interface with more intuitive button labels and colors.

🐛 Bug Fixes

  • Fixing bugs
    • Making drawer get rendered regardless of auth state
    • Fixing drawer was staying open on logouts
    • Protecting the drawer in drawer component for auth state to display proper messages
    • Remove redundent closeAll dialog calls