mlool / workday-calendar-extension

MIT License
58 stars 22 forks source link

Fixed drawer bug #28

Closed rcrym closed 5 months ago

rcrym commented 5 months ago

There was a bug where if you had previously closed the UI and then refreshed the page, the drawer would start in its default open position and then play the closing animation.

Now it will just render immediately in the state you left it in last, either open or closed, without any animation.

rcrym commented 5 months ago

Fixed the bugs where the homepage was squished and the navbar icons were gone