Create a prototype of the new top contextual bar - #3398483
Closes #3398483
Merge request reports
Activity
1 <nav class="breadcrumb control-bar__breadcrumbs" role="navigation" aria-labelledby="system-breadcrumb"> 2 <h2 id="system-breadcrumb" class="visually-hidden">Breadcrumb</h2> 3 <ol class="breadcrumb__list"> 4 <li class="breadcrumb__item"> 5 <a href="#" class="breadcrumb__link">Back to site</a> Almost sure you can do this in this MR (despite the fact it's a prototype only)
Edited by Konstantin Shupenkochanged this line in version 3 of the diff
added 1 commit
- 15a3ef12 - Hidden node tasks + toolbar on node creation
- js/admin-extra-toolbar.js 0 → 100644
9 * Third is mobile shadow. 10 * Fourth is close sidebar button on mobile. 11 * 12 * @type {Drupal~behavior} 13 * 14 * @prop {Drupal~behaviorAttach} attach 15 */ 16 17 ( 18 (Drupal, once) => { 19 const HTML_TRIGGER_EVENT = 'toggle-admin-extra-toolbar'; 20 const SIDEBAR_CONTENT_EVENT = 'toggle-admin-extra-toolbar-content'; 21 22 Drupal.behaviors.arminExtraToolbarProcessHtmlListener = { 23 attach: (context) => { 24 // if (context === document) { added 8 commits
-
022c8893 - 1 commit from branch
project:1.x
- 21f8c124 - Create a prototype of the new top contextual bar - #3398483
- d5050d81 - One thing i forgot.
- ff2e582e - Prototyped content
- c21423d7 - Hidden node tasks + toolbar on node creation
- 87c2d62c - Resolving feedbacks
- 8ebb811c - Resolving feedbacks
- 1806455a - Fixing feedbacks
Toggle commit list-
022c8893 - 1 commit from branch
added 9 commits
-
57336c9a - 1 commit from branch
project:1.x
- ab97c3a7 - Create a prototype of the new top contextual bar - #3398483
- a1212a1e - One thing i forgot.
- 017f0c23 - Prototyped content
- c2728cb6 - Hidden node tasks + toolbar on node creation
- f9ccd794 - Resolving feedbacks
- e306f47f - Resolving feedbacks
- 2b6ccc20 - Fixing feedbacks
- 9bfeed9a - Resolving feedbacks
Toggle commit list-
57336c9a - 1 commit from branch
added 9 commits
-
2cecbbc2 - 1 commit from branch
project:1.x
- c0f108d2 - Create a prototype of the new top contextual bar - #3398483
- a7b13b26 - One thing i forgot.
- 4cb3b481 - Prototyped content
- ecd9beb9 - Hidden node tasks + toolbar on node creation
- 0c7c96f0 - Resolving feedbacks
- e64f3a1a - Resolving feedbacks
- b70b0df7 - Fixing feedbacks
- db982a75 - Resolving feedbacks
Toggle commit list-
2cecbbc2 - 1 commit from branch
added 10 commits
-
89b54319 - 1 commit from branch
project:1.x
- d083c0ca - Create a prototype of the new top contextual bar - #3398483
- f997c3f5 - One thing i forgot.
- 29e13c99 - Prototyped content
- 0160b85c - Hidden node tasks + toolbar on node creation
- 528a9975 - Resolving feedbacks
- 65418eb3 - Resolving feedbacks
- 642f7837 - Fixing feedbacks
- 52cc3b59 - Resolving feedbacks
- ab4eccd8 - Lost user icon
Toggle commit list-
89b54319 - 1 commit from branch
added 14 commits
-
e04d01d0...98c02a2b - 4 commits from branch
project:1.x
- b2ad3928 - Create a prototype of the new top contextual bar - #3398483
- 1b9731ff - One thing i forgot.
- c2ae1dc0 - Prototyped content
- 4484ec38 - Hidden node tasks + toolbar on node creation
- 66f42cf8 - Resolving feedbacks
- 4278be4e - Resolving feedbacks
- 0b61175a - Fixing feedbacks
- daec6861 - Resolving feedbacks
- c0326d0a - Lost user icon
- 07f9b375 - Resolving feedbacks
Toggle commit list-
e04d01d0...98c02a2b - 4 commits from branch
Please register or sign in to reply