Hide admin toolbar completely (on non-admin-routes)

Created on 19 August 2022, almost 3 years ago
Updated 13 February 2023, over 2 years ago

Motivation

I was missing the functionality to completely toggle away the toolbar.
Because on different projects i had different problems with the auto-pushdown if you have fixed elements in your layout or if you are developing and your kint/dpm hides behind the toolbar and i just wanted to quickly check how it would look without the toolbar without loging out or open an inkognito-tab.

Implementation

It´s a quick and dirty js and css solution, which adds a toggle button to hide and show the toolbar in the topleft, i implemented it only on non-admin-routes because it didnt bother me on admin routes. It´s quick and dirty because i made it for myself, but why not share it with you because it kinda does it´s job.

Caveats

Its not fancy at all, it does not save it´s state through request, it´s css is optimized for Claro admin, the "toggle" is fixed on mobile even though (parts) of the mobile toolbar are not.

Feature request
Status

Needs review

Version

3.1

Component

Code

Created by

🇩🇪Germany sascha_meissner Planet earth

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇩🇪Germany sascha_meissner Planet earth

    I´m not sure why this works for me and not for you.
    Within the patch i use utf-8 symbols ▲ and ▼

  • 🇮🇳India vinaymahale

    Any updates or work done here?

  • 🇩🇪Germany Anybody Porta Westfalica

    Really good and helpful idea! Especially when theming projects and you need to be logged in, but the admin toolbar should be toggled away. In mobile devices it's quite space-consuming.

    So yes, would be nice to proceed here.
    As a first step, the patch might be turned into a MR for easier review and merge?

  • 🇩🇪Germany sascha_meissner Planet earth

    Thanks Anybody,
    so what really needs to be done IMHO is to make it work properly with oliviero and probably also with gin admin theme. Besides that making it a MR seems to be a good step. I hope i can take a dive into this again soon, because on the sites i´m using this it´s actually very handy and on other sites where i dont/cant use this i find myself often in the browsers element inspector and remove the toolbar to see whats under it ... :)

  • Status changed to Needs work almost 2 years ago
  • 🇩🇪Germany Anybody Porta Westfalica

    Thanks, might also go into https://www.drupal.org/project/gin_toolbar - what do you think makes more sense? Or should you ask the admin_toolbar maintainers first, if they are interested in this feature?

  • 🇨🇭Switzerland handkerchief

    +1 for this feature! I've wanted that for a long time for the same reason as the author of this issue.

  • 🇩🇪Germany Anybody Porta Westfalica
  • 🇩🇪Germany sascha_meissner Planet earth

    Thank you for the feedback :-)
    This was my first try to contribute something when i started learning Drupal, it turned out to be more complicated than i thought due to the fact that admin-themes are variable and come with their own markup. Now two years later i´m thinking that it would still be a nice feature, gin-theme tried to adress it a little bit by putting stuff into the sidebar but still there is no way to also remove the top-bar. So what i am thinking of right now is that the toggling could be made with a keyboard-combination sth. like "shift + h" with no button at all, so there the whole problem-layer with positioning and styling the button would disappear. I´ll try to code something up when i have an oppurtunity/time :)

  • 🇨🇭Switzerland handkerchief

    Great! Until now, we have always had to solve this by creating a new role especially for this scenario, which is an unnecessary effort.

  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 8
    last update over 1 year ago
    Waiting for branch to pass
  • Status changed to Needs review over 1 year ago
  • 🇩🇪Germany sascha_meissner Planet earth

    Hey i just implemented what I was describing in my last comment.
    You can now use the key-combination "Shift + H" to toggle the toolbar, IMHO this is working veeeery good, i like it very much, also my team does :P
    Due to the fact that there is no css required anymore it just works, no matter if you use Claro or Oliviero or other theme. I also removed the differenciation between admin and non admin routes, because i didnt see the point anymore.
    Also i created an issue fork and a mergerequest.
    Please test and review my changes :)

  • 🇨🇭Switzerland handkerchief

    Thank you very much for your work. But I am a bit confused. The toolbar on the left disappears, but:
    - The padding on the left remains
    - The toolbar at the top of the screen remains

    Just the icons of the toolbar on the left are gone. I currently have zero benefit. The goal would be to be able to hide the admin areas in the frontend as if you were viewing the website anonymously. But the admin bars still disrupt the whole layout.

  • Status changed to Needs work over 1 year ago
  • 🇩🇪Germany sascha_meissner Planet earth

    @handkerchief, now I see what you mean... it works good for the "regular" admin-toolbar in bartik or oliviero, but it has issues on gin-theme i didnt test. Let me see if i can figure something out for gin

  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 8
    last update over 1 year ago
    Waiting for branch to pass
  • Status changed to Needs review over 1 year ago
  • 🇩🇪Germany sascha_meissner Planet earth

    @handkerchief Works fine now with gin as admin-theme as well :-)
    Built in a little check if it´s gin and if so also hiding the "gin-secondary-toolbar--frontend" and correctly overwriting the paddings, this didnt work before because gin uses !important rules here, please review and test.

  • 🇨🇭Switzerland handkerchief

    @sascha_meissner thank you very much, it's working now.
    When hidden and when reloading, the page jumps because the toolbar is displayed first. This is due to the nature of the thing when the script is executed, so probably not much can be changed. In any case, a big step forward, thanks again.

  • Open on Drupal.org →
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 8
    last update 12 months ago
    Waiting for branch to pass
  • 🇩🇪Germany sascha_meissner Planet earth
  • First commit to issue fork.
  • Pipeline finished with Failed
    4 months ago
    Total: 503s
    #412536
  • First commit to issue fork.
  • 🇩🇰Denmark ressa Copenhagen

    Thanks! Perhaps the "Implementation" section could include an image or two, based on the latest MR?

  • 🇩🇪Germany sascha_meissner Planet earth

    Sry guys, i started this but didnt find the time to come back to finish.

    IMHO there is two things left that need work

    1. Put this into a submodule, so it is better isolated, optionally and probably preferred by the maintainers.
    2. Have an indicator that your toolbar is currently not displayed somewhere.

  • 🇩🇰Denmark ressa Copenhagen

    Thank you for fast feedback @sascha_meissner, it's greatly appreciated. And I understand, things can get in the way. I have added the remaining tasks in the Issue Summary.

    There is also the new feature of letting the menu stay at the top, which may help in some cases.

  • Pipeline finished with Success
    3 months ago
    Total: 453s
    #436592
  • 🇩🇪Germany sascha_meissner Planet earth
  • 🇩🇪Germany sascha_meissner Planet earth

    Thank you @ressa !

    So i already putted this into a submodule for now :)
    IDK whether this feature will ever make its way into the module, but personally i still like it and have the personal motivation to at least leave this clean because it´s the first contribution i ever created when i started with drupal :P

  • 🇩🇰Denmark ressa Copenhagen

    Nice thanks! The first contribution is always special :)

  • First commit to issue fork.
  • Pipeline finished with Canceled
    26 days ago
    Total: 180s
    #491350
  • Pipeline finished with Success
    26 days ago
    Total: 446s
    #491353
  • Pipeline finished with Canceled
    26 days ago
    Total: 271s
    #491358
  • Pipeline finished with Success
    26 days ago
    Total: 519s
    #491366
  • 🇩🇪Germany Grevil

    Did some minor adjustments. Generally works great and definitly helps! Great work @sascha_meissner!

    Someone should take a final look at the CSS changes and test it with the gin theme active.

    Furthermore, I am unsure if the current key combination of "ctrl + alt + h" will suffice for toggling the toolbar. Maybe we should add a small button somewhere, which toggles the toolbar?

    At last, we should discuss, whether the current key combination feels the most DX friendly and document the key combination somewhere (probably in the tooltip of the toggle button)

    EDIT:
    Ah, and:

    Have an indicator that your toolbar is currently not displayed [...].

    (#48)

  • Pipeline finished with Success
    26 days ago
    Total: 489s
    #491396
  • 🇩🇪Germany Grevil

    Alright, I changed the key combination to "Alt + h" (since the Key combo for admin toolbar search is "Alt + a" I thought "Alt + h" might be more in line.

    Furthermore, I implemented the collapse / expand button. @thomas.frobieter will now begin for the final styling + remaining fixes.

    After that, we can do a final DX discussion.

  • Pipeline finished with Success
    25 days ago
    Total: 446s
    #492053
  • 🇩🇰Denmark ressa Copenhagen

    Thanks for all the efforts here! I have a few comments:

    • In Firefox, Alt + h opens the Help menu item, so maybe Alt + Ctrl + h is necessary?
    • Instead of "Toggle", could it be branded as a "Hide shortcut"? It is then immediately clear what the feature does. "Toggle" is ambiguous, and could mean for example switching between a Light and Dark mode.
    • Since this affects the entire Admin Toolbar, and to keep things simple (I am not sure the maintainers prefer a new module ... @dydave: What do you think?), maybe -- instead of in a new module -- we can instead add it as an option on the Admin Toolbar settings page (/admin/config/user-interface/admin-toolbar) below the new "Toolbar sticky behavior" and "Toolbar hoverIntent behavior" settings, which were just added ... Perhaps something like this?

      [ ] Enable Hide shortcut
      Adds a keyboard shortcut (Ctrl + Alt + h) to hide and show the Admin Toolbar.

    • Could we use capitalized function keys, like we do for Admin Toolbar Search shortcut (i.e. Alt + Ctrl + h) and on the Module shortcuts page?
  • thomas.frobieter made their first commit to this issue’s fork.

  • Okay, I've added CSS + icons. I've also tested and fixed Gin, with its four toolbar styles.

    Moved the .toolbar-expand-floating-button into body, because Gin hides #toolbar-administration in some situations.

    I haven't checked smaller viewports / mobile yet.

    I think we should not use hide(), show() and toggle() as function names in the JS file, as all three are jQuery functions, which is confusing. My naming is certainly not perfect yet either.

    I am not sure about the settings.initial_toolbar_padding_top / settings.initial_toolbar_margin_left. What is the purpose of these settings? I am not a big fan of manipulating styles in JS. If possible, we should set classes instead and put the required CSS in admin_toolbar_toggle.css.

  • Pipeline finished with Success
    25 days ago
    Total: 272s
    #492357
  • 🇩🇰Denmark ressa Copenhagen

    Restoring "Needs discussion" tag, sorry @Grevil :)

    I thought it was a left over tag, but now see it was added yesterday ...

  • Pipeline finished with Success
    23 days ago
    Total: 445s
    #493581
  • 🇫🇷France dydave

    Thanks a lot everyone for the great work on this issue, with the CSS, JS and icons! 😍
    It really looks great, thanks a lot!

    Based on the work in the previous merge request, I created the new merge request MR !146 above at #61 which suggests a different approach for the implementation of this feature:

    The shortcut keys were changed in this MR 😅
    How about Alt + p? Could that work for you?
    I have a plugin/extension in my browser locally that is using Ctrl + Alt + h already...
    So I thought we could maybe try with "Alt + p" ?

    For the setting, I thought we could do something similar to Access Admin Toolbar search field via keyboard shortcut alt + a Active and add a setting in the recently added Advanced section of the settings form.

    Most of the work in MR !146 is around the CSS and JS logic:
    Again, I thought we could maybe try to capitalize/build on top of what was done in Add Show on scroll-up / Always hide option to Disable sticky toolbar Active and re-use the display/hide animation and states/classes that were already defined.
    The JS code was refactored to use Vanilla JS, fix ESLINT errors and implement a logic toggling CSS classes in the 'body' tag of the page, based on the local storage.
    All the CSS styles and images for the toggle links were moved from the previous merge request.👌

    Unfortunately, in this first draft, support for the Gin Theme had to be dropped: 😖
    I noticed the 'hide_on_scroll_down' sticky behavior doesn't work very well with the Gin theme as well, so I thought maybe we could potentially address the issues at the same time.
    Additionally, I "think" there is already quite a lot in this MR, so perhaps support for Gin for this feature should be part of a follow-up issue, maybe with a bit more generic approach? 😅

    I would greatly appreciate to have your feedback and reviews on this new merge request, in particular, the shortcut key, the wording, labels, textual elements in general, the CSS/JS code and approach, etc...
    Thanks in advance!🙂

  • 🇩🇰Denmark ressa Copenhagen

    Thanks @thomas.frobieter and @dydave! I agree with the solution in the latest MR, to include the feature inside Admin Toolbar module, and not as a separate module, to keep things simpler.

    I also noticed the Gin-specific code, and handling Gin-specific solutions in a follow up issue seems like a good idea.

    Perhaps the new feature could be placed on same level as "Toolbar sticky behavior" and "Toolbar hoverIntent behavior", below them, and not under "Advanced settings"?

    Instead of "Toggle", it could be branded as the less ambiguous "Hide shortcut" to make it immediately clear what the feature does. "Toggle" is ambiguous, and could mean for example switching between a Light and Dark mode. The option could then be something like [ ] Enable Hide shortcut (Alt + p) ... But if everyone agree that "Toggle" is best, that's also totally all right :)

  • Pipeline finished with Success
    21 days ago
    Total: 368s
    #494639
  • Everything looks very good and clean to me now!

    Alt+P works fine for me. I've added it to the title text of the toggle buttons!

    Additionally, I "think" there is already quite a lot in this MR, so perhaps support for Gin for this feature should be part of a follow-up issue, maybe with a bit more generic approach?

    +1 for this.

  • 🇩🇰Denmark ressa Copenhagen

    Hide vs. Toggle

    About renaming from "Toggle" to "Hide", maybe it's too much work? I think we should at least visit the subject, and then decide if it's too much effort ...

    My reasoning is this: "Toggle" means changing the state of something (like I already commented, see #63 Hide admin toolbar completely (on non-admin-routes) Needs review ).

    Think about the Link weight button. It is using these words in the GUI:

    • "Show row weights"
    • "Hide row weights"

    .. in the code you see this: tabledrag-toggle-weight-wrapper

    But the button doesn't say "Toggle", right?

    Advanced

    Also, I do think moving it up a level from "Advanced" could be considered (again, see #63 Hide admin toolbar completely (on non-admin-routes) Needs review ).

  • 🇫🇷France dydave

    Thanks a lot @ressa as usual for the great help and feedback!

    Thanks also Thomas (@thomas.frobieter) for the prompt and positive feedback on this updated merge request.

    @ressa: No problem at all for all the suggested changes! 🙂

    I have just moved the 'enable_toggle_shortcut' checkbox from the "Advanced" to the "Toolbar sticky behavior" ✅
    It certainly makes sense, at least from a code perspective, since the setting is using the same CSS as the 'hide_on_scroll_down' sticky behavior.

    I have also updated the checkbox label to: Enable keyboard shortcut (Alt + p) to show/hide the toolbar and couldn't find any more toggle keyword in the visible textual elements.

    Should we also change toggle everywhere else? Or could we still at least keep it, as it is currently, for the variable names and such?
    See for example, the name of the config: enable_toggle_shortcut

    I think it "should" be fine to maybe keep it for variable names and in the code in general, as long as it is not visible by users and identifies clearly the feature for developers.

    Otherwise, I've noticed we're using 'Alt + p' (lower case) in the form, but 'Alt +P' (upper case) in the JS code, see:
    https://git.drupalcode.org/project/admin_toolbar/-/merge_requests/146/di...
    Are we fine keeping both? Or should we standardize with one of the two?

    Feel free to send us more feedback, reviews and comments!
    Thanks in advance! 🙂

  • 🇩🇰Denmark ressa Copenhagen

    Pure awesomeness @dydave, that's much better!

    How about slimming down the label to this?

    [ ] Hide or show the toolbar with shortcut (Alt + p)

    I think, that toggle can stay "behind the scene" for example in variable names, it's the user facing part that's important

    Though the config names perhaps should perhaps be updated from enable_toggle_shortcut to enable_hide_show_shortcut, since you could argue that config is also a sort of user facing component ... Or is it easier to update everything from xyz_toggle_var to xyz_hide_show_var? I'll let you be the judge :)

    About case, since we are using "Alt + key" everywhere else, I think we should also use "Alt+p" here.

  • 🇫🇷France dydave

    Thanks again @ressa for the very clear and speedy reply!

    OK, I've dealt with the simple changes, with the checkbox label and "Alt+p" (lower case) ✅

    Concerning the variable name, this is a much bigger change 😅
    enable_toggle_shortcut
    Indeed, the keyword toggle is in all the names of the CSS/JS files, classes, functions and/or variable names in the JS code, etc... 😅

    Besides, I "think" the keyword "toggle" in terms of code, in this particular context, should be "legit", in the sense, it actually toggles CSS classes in the body tag of the page, from one state (visible) to another (hidden) and vice versa.
    This is what the JS function toggle actually does:
    https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/toggle

    Maybe we could change it to something like toggle_display_shortcut or toggle_toolbar_shortcut?
    Of if you think hide_show_shortcut could work better, then I would also be fine with that 👌

    But in any case, if we were to make this change, we would better be 100% sure of the new name, since this is a pretty impactful change that could break quite a lot of things in this MR 😅

    Moving back to Needs review for more feedback!
    Thanks again! 🙂

  • 🇫🇷France dydave

    Other questions:
    1 - What about existing sites?
    With the current MR, when existing sites upgrade to this feature, it will be disabled by default (since the setting does not exist, has not been initialized), until the settings for is saved.
    Should the feature be enabled or disabled after upgrade?

    2 - Test with Sticky behavior disabled:
    When hiding the toolbar, the icon stays fixed on screen, when the toolbar itself stays as the top of the page.
    Do we want to make this behavior consistent by having the expand icon also stay at the top of the page (instead of following the scroll)?

  • 🇩🇰Denmark ressa Copenhagen

    Thanks @dydave, for fast updates! The update label reads great now, it's immediately clear what it does.

    To update toggle, or not: It's totally fine as it is then. The config variable is a minor detail, and probably understandable by most users. So let's keep toggle behind the scene :)

    Behaviour with Sticky: I am fine with the current behaviour, but you could argue that it should slide away as well, if "Disabled, show on scroll-up" is selected. But I think it is fine as it is, especially if it takes a lot of work to tweak just right.

    Enabled/Disabled/hook_update: This feature could be considered fairly niche (I will probably never use it) so maybe it should actually be disabled by default? This would also mean that there is no need for a hook_update. I believe this is the last outstanding task to consider. (As a side note, the shortcut conflicts with a browser add-on I use.)

  • 🇫🇷France dydave

    Sounds great @ressa! 👍

    Thanks a lot once again for keeping this feature on track 😅

    Indeed, if you still find any textual element related with this feature that should be changed, we would surely be glad to do so.
    Otherwise, let's keep the variable names as they are for now 👌

    I have just updated the merge request to:

    • Disable the 'toggle_shortcut' feature by default: Added a hook update to add the config variable value to module's config (a bit cleaner) and disabled the feature on install by default.
    • Fix the expand button position for the disabled sticky behavior: Added the expand button CSS selector to the existing disable sticky CSS styles.
    • Remove unused svg files, copied from the previous merge request and related with support for Gin. We can surely reuse these files in another merge request to fix compatibility with the Gin theme.

     
    Updated the Functional Tests accordingly and they all seem to still pass 🟢

    As a side note, the shortcut conflicts with a browser add-on I use.

    Not sure what we could do for the shortcut though 😅
    Would you have any suggestions of keys or ideas?

    Other than that, I did another overall review of the code of the merge request and any potential conflict with other features, and at this point, we should be OK 👌

    Back to Needs review for more testing, reviews and feedback on the latest changes.
    Thanks in advance!🙂

  • 🇩🇰Denmark ressa Copenhagen

    Hi @dydave and right back -- thanks for implementing the feedback so fast, 21 May is getting closer 😅

    Your updates look great, and the shortcut is disabled on install by default. Nice touch that the icon is now also sticky, if "Disabled" is selected. And great with the clean up, it is always a good idea to remove unused code, and that tests are still green!

    I think the current shortcut is fine, it's a custom one I defined myself. At some point in the future, it could be considered to offer a predefined list of shortcuts in a drop-down, so that it would be selectable, where "Alt + p" could be the default, for example these?

    Alt + p
    Alt + h
    Ctrl + Alt + p
    Ctrl + Alt + h
    Shift + Alt + p
    Shift + Alt + h
    

    But a drop-down feature is probably best saved for next version, so this feature is RTBC 🚀

    PS. A tiny detail, which perhaps could be fixed here as well when committing, is that perhaps "Toolbar: sticky" could be updated to just "Toolbar sticky" (or something like that) without the colon symbol, in this string?

    The following settings mostly provide advanced configuration of the JavaScript behavior of the Toolbar: sticky and hoverIntent.

  • 🇮🇳India JatinGupta40

    @dydave I tried applying the patch but it didn't worked out.
    I tried on Drupal v10.4.8.

  • 🇩🇰Denmark ressa Copenhagen

    @jatingupta40 The patch applied fine when I tried it, as it should do, when it says "MR !146 mergeable". That literally means that the patch applies with the latest dev-version of the module ...

    This is the method I use, and as the last command shows, there are no error messages, showing that the patch was applied:

    $ composer require drupal/admin_toolbar:3.x-dev@dev
    $ cd web/modules/contrib/admin_toolbar/
    $ wget https://git.drupalcode.org/project/admin_toolbar/-/merge_requests/146.diff
    $ patch -p1 < 146.diff 
    patching file admin_toolbar.install
    patching file admin_toolbar.libraries.yml
    patching file admin_toolbar.module
    patching file config/install/admin_toolbar.settings.yml
    patching file config/schema/admin_toolbar.schema.yml
    patching file css/admin_toolbar.disable_sticky.css
    patching file css/admin_toolbar.toggle_shortcut.css
    patching file images/icons/collapse.svg
    patching file images/icons/expand.svg
    patching file js/admin_toolbar.sticky_behavior.js
    patching file js/admin_toolbar.toggle_shortcut.js
    patching file src/Form/AdminToolbarSettingsForm.php
    patching file tests/src/Functional/AdminToolbarSettingsFormTest.php
    
  • First commit to issue fork.
  • 🇨🇦Canada adriancid Montreal, Canada

    Thanks

  • 🇫🇷France dydave

    @ressa, thanks a lot for the very constructive and quick feedback, it's super appreciated! 🙏

    Looks like we're going to have to be careful not to keep issues RTBC for "too" long in the issue tracker...
    Otherwise they just might get abruptly merged 😅

    Sorry I didn't have the time to make the suggested changes for the wording of the settings form before the MR got merged 😅

    No worries: "Luckily" the 3.x build pipelines are now failing with PHPCS errors 🥳
    So I'll make sure the changes to the form are added in the next MR to be merged asap to fix the dev branch build pipelines 👌

    Otherwise, once again, I personally think you have great UX and feature ideas: I like very much your suggestion of a dropdown list of suggested shortcuts to make it configurable 👍 (efficient, simple, clear)
    We could immediately create this ticket (feature) and probably group it/do the same kind of implementation for the Search focus shortcut ( Allow shortcut key to be configurable Active ). Some tickets, in particular feature requests could already start getting planned for the following release.

    Additionally, we still have a spin off/follow-up ticket to create for this one ==> Improve compatibility with the Gin theme.
    We definitely want to keep the work from @thomas.frobieter specifically related to supporting GIN, mostly the CSS and JS files (MR!70).
    We'll most likely end up adapting/keeping most of the code, probably organized a bit differently.

    So that's already 3 or 4 new tickets on which we could start working for the following release 👍

    Lastly, thanks a lot for taking the time to kindly explain to other contributors/users how to apply patches or help testing module's merge request and for all the kind words and encouragements in other issues.

    Special thanks to @sascha_meissner for getting this issue started and @grevil and @thomas.frobieter for helping getting it over the line!🙏

  • 🇫🇷France dydave

    raaaaa.... looks like it was a random build fail 😅

    Retrying the PHPCS job came back green 🟢
    So the pipelines actually seem fine.

    Let's try to make this change to the form wording in the next MR 👌

  • 🇩🇪Germany Grevil

    Awesome! Thanks, @dydave and @ressa for your quick back 2 back finalization of this! 😍

  • 🇩🇰Denmark ressa Copenhagen

    Thanks @dydave for all the great work here in Admin Toolbar, you're doing a stellar job! And yes, that was a bit of an abrupt merge ... 😅

    It would have been great to be able to do the final small tweaks in this MR, but it's a good idea to include them in the next MR

    Thank you for the nice words about my suggestions, I just try to approach it from up above, and see it from the perspective of a regular user (such as myself) -- like, are the headings and features easily understood at a glance, is the interaction user friendly, etc.?

    I know how you can easily focus on getting the code working, while forgetting about the user interface. In 📌 Add date formats without time Active , it was only at the last minute, after @penyaskito luckily noticed that the order of dates could be improved, with better sorting, that it got fixed ... I had overlooked that they were jumbled up, since my focus was on navigating the GitLab UI, writing (unused) updates_hooks, etc. 🙂

    So building Drupal is a team effort, where we all take on different roles at different times, and help each other out, however we can.

    I like your idea about merging the shortcut issue into a "Meta" issue, where we can deal with both "Admin Toolbar Search" and the new "Hide Toolbar" feature. I have updated the shortcut issue, so it is now aimed at both the Search and Hide Toolbar features. It's great that there are new features in the pipeline for future versions of Admin Toolbar!

    Thanks @sascha_meissner for sharing your idea and code, and @grevil and @thomas.frobieter for pushing this feature forward! It's very encouraging with the friendly and positive approach from for example DROWL.de developers and @dydave, where the tone can occasionally be a bit too focused on efficiency in some issues, with hardly a thank you or gratitude. So I really appreciate the positive tone in the many projects you are maintaining, and issues you are involved in.

  • 🇩🇪Germany sascha_meissner Planet earth

    Wow i´ve been off for 2 months family time and did not expect THIS to happen 😍
    Thank you so much for following up on this @ressa @grevil @dydave @thomas.frobieter and everybody else on this

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024