Skip to content

Commit

Permalink
[ACS-6565] ADW - Document List View Header - UX Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta committed Jan 29, 2024
1 parent c77528c commit 1f3fdb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 40,
Expand All @@ -2176,7 +2176,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand Down Expand Up @@ -2366,7 +2366,7 @@
"sortingKey": "modifiedAt",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"class": "adf-ellipsis-cell adf-expand-cell-2",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"format": "timeAgo",
"sortable": true,
"desktopOnly": true,
Expand All @@ -2379,7 +2379,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-expand-cell-2",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 60,
Expand Down Expand Up @@ -2464,7 +2464,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand Down Expand Up @@ -2536,7 +2536,7 @@
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON",
"type": "date",
"format": "timeAgo",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand All @@ -2548,7 +2548,7 @@
"sortingKey": "modifiedByUser",
"title": "APP.DOCUMENT_LIST.COLUMNS.MODIFIED_BY",
"type": "text",
"class": "adf-ellipsis-cell adf-expand-cell-1",
"class": "adf-ellipsis-cell adf-expand-cell-3",
"sortable": true,
"desktopOnly": true,
"order": 60,
Expand Down

0 comments on commit 1f3fdb1

Please sign in to comment.