πŸ‡ΊπŸ‡ΈUnited States @yujiman85

Account created on 24 January 2022, almost 3 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States yujiman85

yujiman85 β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I checked this out and all mentions of Drupal CI seem to be gone, I also reran the pipeline to get it to pass. I can't comment on the new wording of the comments since I don't know what it's supposed to become so I'll leave this as Needs Review for now.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I followed the step-by-step directions for this issue and the only time the header disappeared was when there were no results after using an exposed filter. I was able to get the header to stay by enabling "Display even if view has no result" and it was permanently visible. Basically I couldn't reproduce this consistently, just my observation.

Drupal 10.3.10
View block with Ajax enabled
Global text area using token [site:base-url]
Exposed filters for title and published state

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I moved the change into the Olivero theme and targeted the ID for that div. Needs a review.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Branch is updated and just needs a review.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

This looks like it needs a rebase so I can take care of that.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

@smustgrave Alright, I believe I did this right. I rebased the branch and it is up to date now with the commits from this branch. Needs a review.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I wasn't sure if the .js files needed to be touched since those seemed compiled and minified. Please correct me if I'm wrong. This needs a review.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Taking this on to make the other changes.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Going to work on this one and make the updates.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Assigned to myself to take a look and make the required changes.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

+1 for #11. I applied the MR as a patch and it fixed the issue saving multi-select values using the Gin admin theme.

Drupal: 10.3.0
Admin Theme: Gin 8.x-3.0-rc12
Multiselect: 2.0.0-beta4

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Any update on this? I'm having a very similar issue.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Gave it some more thought and came up with another revision.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I agree with #6, that is a bit clearer so I updated the MR. Thank you. Is that clear enough without having to state that the libraries are registered by $extension? I guess "Can either be 'core' or the machine name of the extension that registered the libraries." kinda clears that up.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I added some examples of other data types, added a note about using "\" before classes. Just need confirmation that the examples used and the note about classes are okay.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I tried to add some clarity as to how libraries are referenced in the code as well as provide an example.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Yujiman85 β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

Since this technically works like it's supposed to after changing how the namespaces are structured, I'm going to move this over to "Closed (works as designed)". If that isn't right someone please move it back. The documentation for the API is there but it's two clicks deep from the module page, maybe there could be a more noticeable section highlighting how to structure the namespaces? Especially now since the old way doesn't seem to work after moving to v3.

πŸ‡ΊπŸ‡ΈUnited States yujiman85

I had the same issue with templates not being defined in Twigs using "extends" after the update to the latest version. It seems I was able to fix the situation by updating the namespaces in the info.yml file for my custom theme from the old API to the new one as per https://www.drupal.org/docs/contributed-modules/components/registering-twig-namespaces β†’ . Not sure if this will work for anyone else but worth a shot if your situation is at all similar.

Old:

component-libraries:
  [THEMENAME]:
    paths:
       - components 

New:

components:
  namespaces:
    [THEMENAME]:
      - components

So far I haven't run into any breaking issues but if I do I'll come back to update

Production build 0.71.5 2024