@saurav-drupal-dev

Account created on 3 September 2024, 4 months ago
#

Recent comments

I have fixed the issue please test and review

Before

After

I have fixed the alignment issue please test and review

Before

After

saurav-drupal-dev changed the visibility of the branch 3495089-content-preview-popup to hidden.

saurav-drupal-dev changed the visibility of the branch 3495089-preview-popup-button-alignment-fix to hidden.

I have only changed "Install and set as Default" icon because set as default has already checkmark icon for it so its better changing only needed one. please review and let me know if there is any changes needed.


I tried to replicate the issue but didn't found it. this might be fixed or m i missing something here?

@giannis makantasis the css should come inside toolbar file because we cannot access dropdown without the admin toolbar. but i am unable to reproduce the issue.

Hi i have tested the MR from #47 its working fine for me.

step followed --
1. enable date module
2. added date range field to any content type
3. create node using that content type
4. fill all field only leave the date one empty

Result--
the node saves fine without form validation error.

MR worked for me RTBC+1

The issue is still not fixed for me i had to manually check the 'Show add more button' then the add more button is appearing.

the issue was still reproducible for me created MR for it.

Before Fix

After Fix

Hi @bnjmnm

the issue you mentioned i am unable to reproduce let me know if i am missing something.

step i followed --

1.go to taxonomy
2.click on any list term
3.add 3 terms used one of them to nest inside one term.

The issue is fixed using suggested resolution.

.dropbutton-action a {
    display: flex
    align-items: center;
    padding: 0 0.5625rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--dropbutton--text-color);
    font-weight: 600;
    height: auto;
    margin: 2px;
}

I have tested the issue its fixed RTBC+ also pipeline lint issue is fixed as well.

please add more details so i can understand clearly and update the step to reproduce (if any).

please correct me if i am on wrong direction as far i understood to fix the alignment how about using padding or transparent border to align it in middle.

please correct me if i am on wrong direction as far i understood to fix the alignment how about using padding or transparent border to align it in middle.

unable to reproduce.
step followed --
- Install gin 8.x-3.0-rc14, set as admin theme
- Attach an ajax callback to e.g. the node form "Preview" button
- Observe that no progress indicator is visible:

loader is visible to me.

@mherchel this will not affect other css because i have used media query for that so i will only apply 100% when the device goto smaller devices where we are using with 100%

You're right that using H2 tags for the Main Menu and Breadcrumbs could have SEO implications, as it may disrupt the heading hierarchy of the page.

The H2 tags are likely coming from the theme's default Twig template for these elements. To fix this, you can override the menu.html.twig or breadcrumb.html.twig file in your theme:

{# menu--main.html.twig #}
<nav class="menu">
  <ul>
    {% for item in items %}
      <li>{{ item.title }}</li>
    {% endfor %}
  </ul>
</nav>

This change ensures proper semantic structure while maintaining accessibility. Don't forget to clear the cache after applying the changes!
Let me know if you'd like further assistance with testing or creating a patch."

Hi @jayemel i have gone through the code structure of claro theme found out these classes are already using some unique selectors like card is getting used with hypens also if we are creating custom theme we can keep different classes because we have easy control there instead of changing in core themes template and style files. let me know if you have any other ideas.

I have started working on this issue updating claro theme classes according to BEM Classes.

for me i am unable to find the sidebar region in block layout

create MR for button fix.

step followed--

  1. For example, using the Admin content view (/admin/content)
  2. Edit the Admin content view (/admin/structure/views/view/content)
  3. Set Exposed form style to Input required
  4. Set Use AJAX to Yes
  5. Save the view
  6. Navigate to Admin content view (/admin/content)
  7. Input a value in the Title filter that produces a result, and see the grey background on Operations links


Before


After

tried creating MR form comment 16 patch but after creating new branch i am unable to fetch it correctly stuck in between

created MR from comment #3 patch still need to update issue summary and steps to reproduce. so i can test the issue and i have added template for it.

tried with logged in logged out but unable to reproduce please add more info on how to reproduce.

how about keeping the box shadow and decrease the height or padding to match the alignment? @all

unable to reproduce the issue please check the attachment.

Steps followed
Create a content type with a mandatory media field
Create a new item of content of this type but fail to add a media item.
Click on save and see that the error is reported at the top but that the field is not highlighted in a red border with red label text as other field types.

Hi ,

i have added style to the footer after adding blocks to the footer regions MR was not possible for me this to so created patch

Before

After

i have installed it on 10.x and didn't see any incompatible msg please share more step to reproduce the issue

The issue is not reproducible i am getting only one menu. please add step to reproduce.

i think the issue is fixed checked on 11.x tried applying MR but didn't see any difference this might be fixed already.

Before

unable to push so created patch for D11 please review

unable to reproduce due to missing steps. tried patch applied successfully not tested yet.

i have added patch fix for the header. the branch is not fetching.


i have also found this all block placement is in wrong place i am trying to make it like olivero block layout please let me know if u any have any suggestions.

added the patch file. i am unable to push the changes due to some push error.

Production build 0.71.5 2024