feat: Introduce configurable icon and card sizes for document views and desktop workspace.

This commit is contained in:
2025-12-01 11:45:58 +01:00
parent fea1bf68c5
commit 033026f57c
9 changed files with 39 additions and 27 deletions
+2
View File
@@ -4,6 +4,8 @@ export const TAG_MIME_TYPES = ['application/x-papercrate-tag', 'text/papercrate-
export const TAG_TEXT_MIME_TYPE = 'text/plain';
export const DEFAULT_GRID_ICON_SIZE = 144;
export const DEFAULT_LIST_ICON_SIZE = 48;
export const DEFAULT_DESKTOP_CARD_SIZE = 300;
export const SORT_OPTIONS = [
{ value: 'title', label: 'Title' },