craft icon indicating copy to clipboard operation
craft copied to clipboard

Craft CMS scaffolding package, for internal projects by Statik.be

Results 50 craft issues
Sort by recently updated
recently updated
newest added

### Description ### Reason for this change

When the necessary cookies are not set, we should block the video and show a message that the user needs to change the settings in order to see the video...

🌱 twig

Suggested format: Name Site - Extra optional meta title content Default format other pages: title page - name website

📦 plugins

![Screenshot 2024-02-22 at 10 13 12](https://github.com/statikbe/craft/assets/5604686/82d72783-fd0b-43d3-aac8-ac8b9e3d7ef6)

🌱 twig

Check if all plugin examples are still working and up to date. Add some extra comments if needed?

📜 typescript
🌱 twig

There is something called the HTMLDialogElement (https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement). This is a native implementation of a dialog. It should be well-supported by now by all browsers. The trickiest is safari 15.4 which...

📜 typescript

Our toggle (accordion) component is now made with aria in mind and works ok. But there is a native construction for things like this. This should be better to use....

📜 typescript

Change the dynamicContentObserver to this. ```js DOMHelper.onDynamicContent( document.documentElement, "select[data-s-autocomplete]", (autocompletes) => { Array.from(autocompletes).forEach((ac: HTMLSelectElement, index) => { if (!ac.hasAttribute("data-s-autocomplete")) return; new Autocomplete(ac, index); }); }, "data-s-autocomplete" ); ```

📜 typescript

Mischien ffe hulp vragen van andrew in de craft discord.

📦 plugins