Skip to content

Commit

Permalink
Add success and error snackbars to the templates list page (#36808)
Browse files Browse the repository at this point in the history
* Add success and error snackbars to the list page

* Fix Unit Test error

* Apply 'is-navigation-open' to interface skeleton

* Fix NavigationToggle unit test

* Apply suggestions from code review

Co-authored-by: Robert Anderson <robert@noisysocks.com>

* Use deleting

* Remove snackbars for creation

* Add notices for reverting

* Fix test

* Add getLastEntityDeleteError

* Add comment

Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
Co-authored-by: Robert Anderson <robert@noisysocks.com>
  • Loading branch information
3 people authored and talldan committed Nov 26, 2021
1 parent 49aa1fb commit 0cd336c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-site/src/components/list/style.scss
Expand Up @@ -140,3 +140,9 @@
height: $grid-unit-40;
border-radius: 100%;
}

.edit-site-list.is-navigation-open .components-snackbar-list {
@include break-medium() {
margin-left: $nav-sidebar-width;
}
}

0 comments on commit 0cd336c

Please sign in to comment.