Display icon_default from Paragraphs Module in Frontend Editing Overlay

Created on 22 February 2025, about 1 month ago

Problem/Motivation

The frontend_editing module does not display the icon_default (which is provided by the Paragraphs module) when adding Paragraph entities via the overlay. The proposed changes ensure that, when available, the icon_default is displayed in the overlay along with improved styling for a more cohesive experience.

Steps to reproduce

  1. Enable the frontend_editing module.
  2. Create or use a content type that includes a Paragraph field.
  3. Open the overlay for adding a new Paragraph entity.
  4. Notice that the icon_default from the Paragraphs module is not displayed.

Proposed resolution

Update the rendering logic in the frontend_editing module so that it conditionally displays the icon_default (provided by the Paragraphs module) in the overlay when available. In addition, apply styling enhancements to ensure that the icon appears consistent and visually appealing.

Remaining tasks

  • Conduct thorough testing across different environments and configurations.
  • Verify that the changes do not cause any unintended side effects.
  • Gather community feedback and adjust the implementation as necessary.

User interface changes

  • The overlay for adding Paragraph entities will now display the icon_default if it is available.
  • Enhanced styling has been applied to ensure the icon integrates smoothly with the overall frontend editing interface.

API changes

No API changes are introduced; the update solely affects the presentation layer of the frontend_editing module.

Data model changes

There are no changes to the underlying data model. This update is strictly limited to the rendering and styling aspects.

✨ Feature request
Status

Active

Version

1.8

Component

User interface

Created by

🇩🇪Germany marcphilipps

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

Merge Requests

Comments & Activities

  • Issue created by @marcphilipps
  • 🇩🇪Germany a.dmitriiev

    Hi @marcphilipps,

    Thank you for your suggestion, I think this would be a valuable improvement of the module. Please next time create a merge request of your changes as it will be easier for review. I have created the MR myself from your branch, but there is one problem: https://git.drupalcode.org/project/frontend_editing/-/jobs/4457641 - your changes do not pass coding standards check and therefor the MR shows many changes that are not relevant to the issue and they also break coding standards. Could you please check the changes again and make sure that you follow the coding standards? You can always check whether MR passes all checks in MR pipeline.

    Thank you again,

    Looking forward to see this merged.

  • Pipeline finished with Success
    about 1 month ago
    Total: 147s
    #432500
  • Pipeline finished with Success
    about 1 month ago
    Total: 148s
    #432527
  • Pipeline finished with Success
    about 1 month ago
    Total: 151s
    #432531
  • Pipeline finished with Success
    about 1 month ago
    Total: 265s
    #432537
  • Pipeline finished with Success
    about 1 month ago
    Total: 172s
    #432573
  • Pipeline finished with Success
    about 1 month ago
    Total: 225s
    #433202
  • Pipeline finished with Success
    about 1 month ago
    Total: 168s
    #433209
  • Pipeline finished with Success
    about 1 month ago
    Total: 150s
    #433223
  • Pipeline finished with Success
    about 1 month ago
    Total: 148s
    #433227
  • Pipeline finished with Canceled
    about 1 month ago
    Total: 84s
    #433303
  • Pipeline finished with Success
    about 1 month ago
    Total: 234s
    #433306
  • Pipeline finished with Success
    about 1 month ago
    Total: 336s
    #434305
  • Pipeline finished with Success
    about 1 month ago
    Total: 164s
    #435545
  • 🇩🇪Germany itothegore

    The latest commit works flawlessly for me. I tested it with Drupal 10.4.3, and everything functions as expected.

    Thanks for implementing this feature! 😊

  • 🇩🇪Germany a.dmitriiev

    I have fixed some more style linting issues and removed div from li element, as the idea was to mimic what paragraphs widget does, and it has li with class and inside only input.

    Please check and review.

  • 🇩🇪Germany itothegore

    Looks good, but the elements are positioned slightly next to each other. There is an option to apply the button class to the

  • element so that it appears like a container.
  • 🇩🇪Germany marcphilipps

    Thank you for your work on this merge request. I have tested everything, and it all works perfectly on my end. Have a nice weekend!

  • 🇩🇪Germany a.dmitriiev

    @itothegore, what admin theme are you using? It looks like it is Gin, right? Here are the screenshots from Gin (in blue colors) and Claro (in grey colors) from my installation. Don't you see the sidebar the same? I made even the screenshot from wide state, where the buttons are placed in columns. Maybe browser cache?

  • 🇩🇪Germany itothegore

    I’ve deployed the latest version, and now it looks exactly the same as on your end – blue for the Gin theme and gray for the Claro theme.

    It looks great, thank you!

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

  • Production build 0.71.5 2024