[2.x] Seeds Toolbar

Created on 13 January 2025, 3 months ago

Seeds toolbar is a module that reinvents the way the toolbar looks and feels, it provides a vertical toolbar (instead of the traditional horizontal one), and a couple of quality-of-life features such as quick access to add content and a built-in search for the toolbar. The module depends on the Admin Toolbar module.

The project link: Seeds Toolbar →

Gif which explains the toolbar:

📌 Task
Status

Needs review

Component

module

Created by

🇯🇴Jordan yahyaalhamad Palestine

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

Comments & Activities

  • Issue created by @yahyaalhamad
  • 🇮🇳India vishal.kadam Mumbai

    Thank you for applying!

    Please read Review process for security advisory coverage: What to expect → for more details and Security advisory coverage application checklist → to understand what reviewers look for. Tips for ensuring a smooth review → gives some hints for a smoother review.

    The important notes are the following.

    • If you have not done it yet, you should run phpcs --standard=Drupal,DrupalPractice on the project, which alone fixes most of what reviewers would report.
    • For the time this application is open, only your commits are allowed.
    • The purpose of this application is giving you a new drupal.org role that allows you to opt projects into security advisory coverage, either projects you already created, or projects you will create. The project status won't be changed by this application and no other user will be able to opt projects into security advisory policy.
    • We only accept an application per user. If you change your mind about the project to use for this application, or it is necessary to use a different project for the application, please update the issue summary with the link to the correct project and the issue title with the project name and the branch to review.

    To the reviewers

    Please read How to review security advisory coverage applications → , Application workflow → , What to cover in an application review → , and Tools to use for reviews → .

    The important notes are the following.

    • It is preferable to wait for a Code Review Administrator before commenting on newly created applications. Code Review Administrators will do some preliminary checks that are necessary before any change on the project files is suggested.
    • Reviewers should show the output of a CLI tool → only once per application.
    • It may be best to have the applicant fix things before further review.

    For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues → .

  • 🇮🇳India vishal.kadam Mumbai
  • 🇮🇳India vishal.kadam Mumbai

    Fix phpcs issues.

    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml seeds_toolbar/
    
    FILE: seeds_toolbar/seeds_toolbar.libraries.yml
    -------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -------------------------------------------------------------------------------
     16 | ERROR | [x] Expected 1 newline at end of file; 0 found
    -------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------------------------
    
    FILE: seeds_toolbar/seeds_toolbar.module
    ------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------
     446 | ERROR | Doc comment is empty
    ------------------------------------------------------------------------
    
    FILE: seeds_toolbar/assets/css/seeds-toolbar-rtl.css
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      87 | ERROR | [x] Multiple selectors should each be on a single line
      93 | ERROR | [x] Multiple selectors should each be on a single line
     118 | ERROR | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    FILE: seeds_toolbar/assets/css/seeds-toolbar.css
    --------------------------------------------------------------------------------
    FOUND 65 ERRORS AFFECTING 54 LINES
    --------------------------------------------------------------------------------
      93 | ERROR | [x] Multiple selectors should each be on a single line
      93 | ERROR | [x] Multiple selectors should each be on a single line
     103 | ERROR | [x] Multiple selectors should each be on a single line
     106 | ERROR | [x] Multiple selectors should each be on a single line
     106 | ERROR | [x] Multiple selectors should each be on a single line
     106 | ERROR | [x] Multiple selectors should each be on a single line
     106 | ERROR | [x] Multiple selectors should each be on a single line
     106 | ERROR | [x] Multiple selectors should each be on a single line
     115 | ERROR | [x] Multiple selectors should each be on a single line
     118 | ERROR | [x] Multiple selectors should each be on a single line
     126 | ERROR | [x] Multiple selectors should each be on a single line
     142 | ERROR | [x] Multiple selectors should each be on a single line
     180 | ERROR | [x] Multiple selectors should each be on a single line
     180 | ERROR | [x] Multiple selectors should each be on a single line
     183 | ERROR | [x] Multiple selectors should each be on a single line
     183 | ERROR | [x] Multiple selectors should each be on a single line
     206 | ERROR | [x] Multiple selectors should each be on a single line
     206 | ERROR | [x] Multiple selectors should each be on a single line
     206 | ERROR | [x] Multiple selectors should each be on a single line
     297 | ERROR | [x] Multiple selectors should each be on a single line
     412 | ERROR | [x] Multiple selectors should each be on a single line
     473 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     480 | ERROR | [x] Multiple selectors should each be on a single line
     492 | ERROR | [x] Multiple selectors should each be on a single line
     496 | ERROR | [x] Multiple selectors should each be on a single line
     500 | ERROR | [x] Multiple selectors should each be on a single line
     507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
     508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     509 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     512 | ERROR | [x] Multiple selectors should each be on a single line
     516 | ERROR | [x] Multiple selectors should each be on a single line
     520 | ERROR | [x] Multiple selectors should each be on a single line
     547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     548 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     550 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     551 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     554 | ERROR | [x] Multiple selectors should each be on a single line
     571 | ERROR | [x] Multiple selectors should each be on a single line
     574 | ERROR | [x] Multiple selectors should each be on a single line
     574 | ERROR | [x] Multiple selectors should each be on a single line
     574 | ERROR | [x] Multiple selectors should each be on a single line
     577 | ERROR | [x] Multiple selectors should each be on a single line
     601 | ERROR | [x] Multiple selectors should each be on a single line
     605 | ERROR | [x] Multiple selectors should each be on a single line
     608 | ERROR | [x] Multiple selectors should each be on a single line
     644 | ERROR | [x] Multiple selectors should each be on a single line
     647 | ERROR | [x] Multiple selectors should each be on a single line
     683 | ERROR | [x] Multiple selectors should each be on a single line
     700 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     704 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     723 | ERROR | [x] Multiple selectors should each be on a single line
     727 | ERROR | [x] Multiple selectors should each be on a single line
     751 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     753 | ERROR | [x] Multiple selectors should each be on a single line
     771 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     821 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     822 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     824 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     825 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     842 | ERROR | [x] Multiple selectors should each be on a single line
     846 | ERROR | [x] Multiple selectors should each be on a single line
     860 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
     861 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     872 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
     917 | ERROR | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 65 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    FILE: seeds_toolbar/seeds_toolbar.permissions.yml
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     6 | ERROR | [x] Expected 1 newline at end of file; 0 found
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
  • 🇯🇴Jordan yahyaalhamad Palestine

    Will check it.

  • 🇯🇴Jordan yahyaalhamad Palestine

    The new changes were committed to fix the problems. I was not sure about the `SeedsManager.php` point, but I added a better description for the constructor, I made sure to reference other modules to make sure everything is right.

  • 🇮🇳India vishal.kadam Mumbai

    All Twig files are still improperly indented. Ensure that two spaces are used for indentation instead of four spaces or tabs.

  • 🇯🇴Jordan yahyaalhamad Palestine

    Another try to fix the indentation in twig, it seems vscode shows me that the indentation is 2 spaces, but it is actually 4 spaces

  • 🇮🇳India vishal.kadam Mumbai

    Rest looks fine to me.

    Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.

  • Assigned to apaderno
  • Status changed to RTBC 4 days ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Thank you for your contribution and for your patience with the review process!

    I am going to update your account so you can opt into security advisory coverage any project you create, including the projects you already created.

    These are some recommended readings to help you with maintainership:

    You can find more contributors chatting on Slack → or IRC → in #drupal-contribute. So, come hang out and stay involved → !
    Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review → . I encourage you to learn more about that process and join the group of reviewers.

    I thank the dedicated reviewers as well.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
Production build 0.71.5 2024