mirror of
https://github.com/directus/directus.git
synced 2026-02-13 04:14:58 -05:00
Various style tweaks (#555)
* 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 * Fix standard font-size of divider label, use large in interface * Add extra date format strings * Structure comments, support date headers * Add ability to delete comments * Add edited on status badge Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -72,11 +72,13 @@
|
||||
"settings_update_success": "Settings updated",
|
||||
"settings_update_failed": "Updating settings failed",
|
||||
|
||||
"activity_delta_created": "Created this item",
|
||||
"activity_delta_created_externally": "Created externally",
|
||||
"activity_delta_updated": "Updated this item",
|
||||
"activity_delta_deleted": "Deleted this item",
|
||||
"revision_delta_created": "Created",
|
||||
"revision_delta_created_externally": "Created Externally",
|
||||
"revision_delta_updated": "Updated {count} Fields",
|
||||
"revision_delta_soft_deleted": "Soft Deleted",
|
||||
"revision_delta_deleted": "Deleted",
|
||||
"private_user": "Private User",
|
||||
"revision_unknown": "Created Outside System",
|
||||
|
||||
"leave_comment": "Leave a comment...",
|
||||
"post_comment_success": "Comment posted",
|
||||
@@ -99,8 +101,17 @@
|
||||
"corresponding_field_name": "Corresponding Field Name",
|
||||
|
||||
"datetime": "DateTime",
|
||||
"today": "Today",
|
||||
"yesterday": "Yesterday",
|
||||
|
||||
"delete_comment": "Delete Comment",
|
||||
|
||||
"date-fns_datetime": "PPP h:mma",
|
||||
"date-fns_date": "PPP",
|
||||
"date-fns_time": "K:mm a",
|
||||
"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",
|
||||
@@ -126,6 +137,10 @@
|
||||
|
||||
"set_to_now": "Set to Now",
|
||||
|
||||
"zoom": "Zoom",
|
||||
"download": "Download",
|
||||
"open": "Open",
|
||||
|
||||
"name": "Name",
|
||||
"primary_key_field": "Primary Key Field",
|
||||
"type": "Type",
|
||||
@@ -151,6 +166,8 @@
|
||||
"add_existing": "Add Existing",
|
||||
|
||||
"comments": "Comments",
|
||||
"no_comments": "No Comments Yet",
|
||||
"click_to_expand": "Click to Expand",
|
||||
|
||||
"select_item": "Select Item",
|
||||
|
||||
@@ -166,8 +183,8 @@
|
||||
"radio_buttons": "Radio Buttons",
|
||||
"checkboxes": "Checkboxes",
|
||||
|
||||
"relationship_not_setup": "The relationship hasn't been configured correctly.",
|
||||
"display_template_not_setup": "The display template hasn't been configured correctly.",
|
||||
"relationship_not_setup": "The relationship hasn't been configured correctly",
|
||||
"display_template_not_setup": "The display template is misconfigured",
|
||||
|
||||
"choose_status": "Choose Status...",
|
||||
|
||||
@@ -835,7 +852,7 @@
|
||||
"reset": "Reset",
|
||||
"reset_password": "Reset Password",
|
||||
"reset_preferences": "Reset all listing preferences",
|
||||
|
||||
"revisions": "Revisions",
|
||||
"revert": "Revert",
|
||||
"revert_copy": "Do you want to revert this item to how it was on {date}?",
|
||||
"role_count": "No Roles | One Role | {count} Roles",
|
||||
|
||||
Reference in New Issue
Block a user