disabled mouse selection when changing the sidebar width

This commit is contained in:
Gani Georgiev
2024-07-09 18:31:34 +03:00
parent 1e8e70c53c
commit 8560e90c08
36 changed files with 54 additions and 44 deletions
+9
View File
@@ -1,3 +1,12 @@
## v0.22.17
- Disabled mouse selection when changing the sidebar width.
_This should also fix the reported Firefox issue where the sidebar width "resets" on mouse release out of the page window._
- Updated the logs delete check and tests to prevent accumulating logs that needs to be deleted for more than a day.
_This is a side-effect introduced with the fix from the previous release. With the upcoming v0.23.0 it is changed to run as part of the new shared `app.Cron()` and not be dependent on the last logs batch write._
## v0.22.16
- Fixed the days calculation for triggering old logs deletion ([#5179](https://github.com/pocketbase/pocketbase/pull/5179); thanks @nehmeroumani).