Skip to content

Commit

Permalink
Issue #215: Add operations table header for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Brockbank authored and lkmorlan committed Dec 12, 2023
1 parent 98a85f7 commit 1eb7407
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/sync/views.view.bookmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ display:
admin_label: ''
entity_type: flagging
plugin_id: flag_link
label: ''
label: Operations
exclude: false
alter:
alter_text: false
Expand Down
20 changes: 14 additions & 6 deletions config/sync/views.view.dashboard_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,10 @@ display:
default_row_class: true
columns:
title: title
created: created
link_flag: link_flag
nid: nid
field_last_review_date: field_last_review_date
field_review_status: field_review_status
view_node: view_node
nid: view_node
default: '-1'
info:
title:
Expand All @@ -462,14 +463,21 @@ display:
separator: ''
empty_column: false
responsive: ''
created:
field_last_review_date:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
link_flag:
field_review_status:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
view_node:
sortable: false
default_sort_order: asc
align: ''
Expand Down Expand Up @@ -733,7 +741,7 @@ display:
admin_label: ''
entity_type: node
plugin_id: entity_link
label: ''
label: Operations
exclude: false
alter:
alter_text: false
Expand Down
24 changes: 20 additions & 4 deletions config/sync/views.view.dashboard_moderation_blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ display:
admin_label: ''
entity_type: node
plugin_id: entity_link
label: ''
label: Operations
exclude: false
alter:
alter_text: false
Expand Down Expand Up @@ -665,26 +665,42 @@ display:
row_class: ''
default_row_class: true
columns:
changed: changed
title: title
uid: uid
changed: changed
view_node: view_node
nid: view_node
default: '-1'
info:
title:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
uid:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
changed:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
title:
view_node:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
uid:
nid:
sortable: false
default_sort_order: asc
align: ''
Expand Down
63 changes: 62 additions & 1 deletion config/sync/views.view.saved_searches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ display:
admin_label: ''
entity_type: search_api_saved_search
plugin_id: entity_link_edit
label: ''
label: Operations
exclude: false
alter:
alter_text: false
Expand Down Expand Up @@ -566,6 +566,67 @@ display:
group_items: { }
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
columns:
label: label
created: created
last_executed: last_executed
notify_interval: notify_interval
edit_search_api_saved_search: edit_search_api_saved_search
delete_search_api_saved_search: edit_search_api_saved_search
default: '-1'
info:
label:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
created:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
last_executed:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
notify_interval:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
edit_search_api_saved_search:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
delete_search_api_saved_search:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
override: true
sticky: false
summary: ''
empty_table: false
caption: ''
description: ''
row:
type: fields
query:
Expand Down

0 comments on commit 1eb7407

Please sign in to comment.