mirror of
https://github.com/directus/directus.git
synced 2026-02-13 04:35:01 -05:00
Combine layout options (#563)
* icon width * updated pagination style * file preview zoom WIP — shouldn’t show up on MODAL preview * overlay/modal close button styling * duplicate key * bookmark styling * card fade also adds an rgb value for the page background variable * style per page dropdown * cards per page dropdown color * inset non-dense notifications within sidebar * reduce border radius for xs avatars * hide non-expanded prepend/append * reduce sidebar padding this gives content a bit more room * WIP: split and update comments and revisions work in progress * fix collections module name * fix file library title * consistent border on disabled * fix title/breadcrumb positioning * breadcrumb fixes * add “open” button to image interface WIP — this needs the actual logic, and we might want to remove a button * hide presets delete until selection * image shadow and subtext color * Remove breadcrumb calculation * increase contrast for image subtitle * fix textarea hover style * Update src/modules/collections/index.ts * Fix typing of translateresult to format * Add undefined check to collection name * Put v-if on dialog instead of button * Remove breadcrumb logic * Remove breadcrumb calculation * Rename shadow to collapsed in header bar * fix rating star display going over table header * show collection breadcrumb for bookmarks WIP — needs the formatted collection title * shorter error to avoid wrapping * remove periods * new grid layout icon * better inline divier text styling * add v-detail and update layouts to use it * Finish readme of detail * Use translations for default value in title * Add layout options translation * Don't have margin on base component * Add margin to v-detail * Remove duplicated style * Update src/layouts/cards/cards.vue Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -108,10 +108,9 @@
|
||||
|
||||
"date-fns_datetime": "PPP h:mma",
|
||||
"date-fns_date": "PPP",
|
||||
"date-fns_time": "h:mma",
|
||||
"date-fns_date_short": "MMM d, u",
|
||||
"date-fns_date_short_no_year": "MMM d",
|
||||
"date-fns_time": "h:mma",
|
||||
|
||||
"month": "Month",
|
||||
"date": "Date",
|
||||
"year": "Year",
|
||||
@@ -371,7 +370,8 @@
|
||||
"upload_pending": "Upload Pending",
|
||||
"drag_file_here": "Drag & Drop a File Here",
|
||||
"click_to_browse": "Click to Browse",
|
||||
"layout_type": "Layout Type",
|
||||
"layout_type": "{layout} Layout",
|
||||
"layout_options": "Layout Options",
|
||||
"setup": "Setup",
|
||||
|
||||
"none": "None",
|
||||
@@ -518,6 +518,7 @@
|
||||
|
||||
"editing_preset": "Editing Preset",
|
||||
"layout_preview": "Layout Preview",
|
||||
"layout_setup": "Layout Setup",
|
||||
|
||||
"about_directus": "About Directus",
|
||||
"activity_log": "Activity Log",
|
||||
|
||||
Reference in New Issue
Block a user