Skip to content

Commit

Permalink
Move bulk actions menu to the Footer, consolidate with floating toolb…
Browse files Browse the repository at this point in the history
…ar and total items display (#64268)

Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
4 people committed Aug 28, 2024
1 parent b22314d commit 8236cf6
Show file tree
Hide file tree
Showing 15 changed files with 376 additions and 641 deletions.
6 changes: 2 additions & 4 deletions packages/base-styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ $z-layers: (
".block-editor-template-part__selection-modal": 1000001,
".block-editor-block-rename-modal": 1000001,
".edit-site-list__rename-modal": 1000001,
".dataviews-bulk-actions__modal": 1000001,
".dataviews-action-modal": 1000001,
".editor-action-modal": 1000001,
".editor-post-template__swap-template-modal": 1000001,
Expand Down Expand Up @@ -194,7 +193,6 @@ $z-layers: (
// Site editor layout
".edit-site-page-header": 2,
".edit-site-page-content": 1,
".edit-site-patterns__dataviews-list-pagination": 2,
".edit-site-templates__dataviews-list-pagination": 2,
".edit-site-layout__canvas-container": 2,
".edit-site-layout__sidebar": 1,
Expand All @@ -211,8 +209,8 @@ $z-layers: (
// Ensure selection checkbox stays above the preview field.
".dataviews-view-grid__card .dataviews-selection-checkbox": 1,

// Ensure quick actions toolbar appear above pagination
".dataviews-bulk-actions-toolbar": 2,
// Ensure footer stays above the preview field.
".dataviews-footer": 2,
);

@function z-index( $key ) {
Expand Down

This file was deleted.

This file was deleted.

Loading

1 comment on commit 8236cf6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 8236cf6.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10594464502
📝 Reported issues:

Please sign in to comment.