Skip to content

Commit

Permalink
[ACS-6565] ADW - Document List View Header - UX Bugs (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta authored Feb 7, 2024
1 parent 3824864 commit 5f16e41
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 @@ -2165,7 +2165,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-no-grow-cell",
"sortable": true,
"desktopOnly": true,
"order": 40,
Expand All @@ -2177,7 +2177,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 adf-min-width-cell",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand Down Expand Up @@ -2370,7 +2370,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-no-grow-cell",
"format": "timeAgo",
"sortable": true,
"desktopOnly": true,
Expand All @@ -2383,7 +2383,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 adf-min-width-cell",
"sortable": true,
"desktopOnly": true,
"order": 60,
Expand Down Expand Up @@ -2469,7 +2469,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-no-grow-cell",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand Down Expand Up @@ -2542,7 +2542,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-no-grow-cell",
"sortable": true,
"desktopOnly": true,
"order": 50,
Expand All @@ -2554,7 +2554,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 adf-min-width-cell",
"sortable": true,
"desktopOnly": true,
"order": 60,
Expand Down

0 comments on commit 5f16e41

Please sign in to comment.