mirror of
https://github.com/directus/directus.git
synced 2026-02-12 21:35:08 -05:00
109 tiny tweaks (#574)
* no cursor when disabled * consistent disabled styling * divider icon alignment * don’t show last item’s border * notifications spacing * status placeholder * default status icon placeholder * fix textarea focus style * tags styling * proper tags padding when empty * proper input number step hovers * show background color * Fix data-model collections overview name class * Don't use display template for batch mode * Fix headline being hidden * Use formatted name fo bookmarks breadcrumb * Move drawer open to app store * Fix tests * slider value style * Add comments to users/files * Make comments selectable * Move window width drawer state to app parent * Fix private user condition * Allow relationships to system collections * Refresh revisions drawer detail on save and stay * Add disabled support to m2o / user * Center v-infos * Hide default drag image * Ellipsis all the things * Use icon interface for fallback icon * Render icons grid based on available space * Fix ellipsis on cardsl * fix batch edit checkbox styling * Let render template ellipsis its raw values * Fix render template * Default cropping to current aspect ratio * missing translation * secondary button style so sorry, rijk… it’s the only one (promise) * Add image dimensions, add drag mode * track the apology * no elipses on titles * Add cancel crop button * Only show new dimensions on crop * Inform file preview if it's in modal * preview styling * Install pretty-bytes * Show file info in drawer sidebar * Use outline icons in drawer sidebar * don’t confuse null with subdued text value * edge-case justification * Show character count remaining * Fix storybook + typing error * Add length constraints to color * Watch value prop * Fix tags * Open icon on icon click * Fix overflow of title * Show batch editing x items * Fix edits emptying input on cancel * Don't count locked filters in no results message * simple batch edit title * Fix headline being invisible * Add no-options notice to interfaces/displays * Use existing collection preset in browse modal * Don't emit null on invalid hex * Use correct titles in modal-detail * style char remaining * file info sidebar styling * Another attempt at trying to make render template behave in any contetx * Show remaining char count on focus only * Remove fade, prevent jumping * Render skeleton loader in correct height * Fix o2m not fetching items * Pass collection/field to render display in o2m * Add no-items message in table * Add default state to v-table * Allow ISO8601 in datetime interface * Title format selected icon name * avoid blinking bg on load * align characters remaining * Default to tabular in browse modal * Add disabled string * Add center + make gray default notice * Add disabled-no-value state * Export getItems * Expose refresh method on layouts * Fix (batch) deletion from browse) * Fix interface disabled on batch * Add interface not found notice * Add default label (active) for toggle interface * Use options / prop default for toggle * Support ISO 8601 in datetime display * Render edit form in form width * Fix deselecting newly selected item * Undo all selection when closing browse modal * Fix deselecting newly selected item * wider divider * update webhooks table * Fix checkbox label disappearing * Fix tests.. by removing them Co-authored-by: Ben Haynes <ben@rngr.org>
This commit is contained in:
@@ -130,9 +130,22 @@
|
||||
"december": "December"
|
||||
},
|
||||
|
||||
"drag_mode": "Drag Mode",
|
||||
"cancel_crop": "Cancel Crop",
|
||||
|
||||
"many_to_many": "Many to Many (M2M)",
|
||||
"one_to_many": "One to Many (O2M)",
|
||||
"many_to_one": "Many to One (M2O)",
|
||||
"original": "Original",
|
||||
|
||||
"file_details": "File Details",
|
||||
"dimensions": "Dimensions",
|
||||
"size": "Size",
|
||||
"created": "Created",
|
||||
"modified": "Modified",
|
||||
"checksum": "Checksum",
|
||||
"owner": "Owner",
|
||||
"folder": "Folder",
|
||||
|
||||
"set_to_now": "Set to Now",
|
||||
|
||||
@@ -170,6 +183,12 @@
|
||||
|
||||
"select_item": "Select Item",
|
||||
|
||||
"no_items": "No items",
|
||||
|
||||
"disabled": "Disabled",
|
||||
|
||||
"interface_not_found": "Interface \"{interface}\" not found",
|
||||
|
||||
"item_count": "No Items | One Item | {count} Items",
|
||||
"no_items_copy": "It looks like you don’t have any items in this collection. You can click the button below to add an item.",
|
||||
"all_items": "All Items",
|
||||
@@ -185,7 +204,9 @@
|
||||
"relationship_not_setup": "The relationship hasn't been configured correctly",
|
||||
"display_template_not_setup": "The display template is misconfigured",
|
||||
|
||||
"choose_status": "Choose Status...",
|
||||
"active": "Active",
|
||||
|
||||
"choose_status": "Choose a status...",
|
||||
|
||||
"users": "Users",
|
||||
"files": "Files",
|
||||
@@ -265,7 +286,7 @@
|
||||
|
||||
"back": "Back",
|
||||
|
||||
"editing_image": "Editing Image...",
|
||||
"editing_image": "Editing Image",
|
||||
"square": "Square",
|
||||
"free": "Free",
|
||||
"flip_horizontal": "Flip Horizontal",
|
||||
@@ -507,6 +528,9 @@
|
||||
|
||||
"adding_in": "Adding New Item in {collection}",
|
||||
"editing_in": "Editing Item in {collection}",
|
||||
"editing_in_batch": "Batch Editing {count} Items",
|
||||
|
||||
"no_options_available": "No options available",
|
||||
|
||||
"settings_data_model": "Data Model",
|
||||
"settings_collections_fields": "Collections & Fields",
|
||||
@@ -709,6 +733,7 @@
|
||||
"extensions_missing": "No Extensions Found",
|
||||
"extensions_missing_copy": "Make sure you have the system extensions installed.",
|
||||
"extra_spacing": "Extra Spacing",
|
||||
"fallback_icon": "Fallback Icon",
|
||||
"fetching_data": "Fetching Data",
|
||||
"field": "Field | Fields",
|
||||
"field_already_exists": "Field Already Exists: {field}",
|
||||
|
||||
Reference in New Issue
Block a user