[#3112] added options to pin collections

This commit is contained in:
Gani Georgiev
2023-10-09 14:26:56 +03:00
parent eae16cc42c
commit 1f4bdfb867
36 changed files with 220 additions and 115 deletions
+1
View File
@@ -17,6 +17,7 @@
- Reintroduced the local `date` field tooltip on hover.
- Speed up the listing loading times for records with large `editor` field values by initially fetching only a partial of the records data (the complete record data is loaded on record preview/update).
- Added "Media library" (collection images picker) support for the TinyMCE `editor` field.
- Added option to "pin" collections in the Admin UI sidebar.
- Removed the explicit charset from the realtime response due to compatability issues with IIS ([#3461](https://github.com/pocketbase/pocketbase/issues/3461)).
_The `Connection:keep-alive` realtime response header was also removed as it is not really used with HTTP2 anyway._