Privacy Policy DSGVO with sheets for categories, export-, check- and first erase-functions

This commit is contained in:
2026-08-06 20:27:26 +00:00
parent fc82a28290
commit daac478714
12 changed files with 511 additions and 34 deletions
+1
View File
@@ -162,3 +162,4 @@ See [UPDATE-NOTE.md](UPDATE-NOTE.md).
- [0.5.5.39](UPDATE-0.5.5.39.md) Privacy read-only tabs and permission-aware dashboard counts.
- [0.5.5.40](UPDATE-0.5.5.40.md) Privacy exports available to all authenticated users.
- [0.5.5.41](UPDATE-0.5.5.41.md) Dark-mode filter readability, persisted table sorting, and generated row numbers.
+8
View File
@@ -0,0 +1,8 @@
# Version 0.5.5.41
## Changes
- Improved readability of chart status and category filter options in dark mode.
- Table sorting is now stored per table in browser state and restored when the user returns.
- Every standard data table now receives a generated first column with visual row numbers.
- Row numbers are recalculated after filtering, sorting, and partial server-side table refreshes and are not database identifiers.
+7
View File
@@ -0,0 +1,7 @@
# Version 0.5.5.43
- Added drag handles to resize every standard table column.
- Stored column widths independently for each table and column.
- Kept the asset list's existing horizontal-scroll width calculation in sync.
- Added keyboard resizing with the left and right arrow keys.
- Added double-click on a separator to reset a column to its default width.