LB (Ben Johnston)
LB (Ben Johnston)
I cannot seem to access that Figma (might not be public), nonetheless, here are some comments from previous work done via https://github.com/wagtail/wagtail/issues/2309 & others (links below). Not huge blockers -...
@SyedImtiyaz-1 - please note that there are two previous comments that advise the figma link is not working. Also this issue is flagged as needs design decision so I do...
@eveningtree thanks for flagging this issue - we have an ongoing discussion thread here https://github.com/wagtail/wagtail/discussions/9553 It might be good to keep this issue open for now but add some more...
With https://developer.mozilla.org/en-US/docs/Web/API/Document/currentScript `currentScript` we can probably access the `script` element and store the URL path on it. ``` // django template land ``` ``` // .../icons.js import { initIconSprite }...
No trouble at all @salty-ivy - thanks for your patience in getting a review - really appreciate you wanting to contribute and being happy to take on feedback.
Does anyone know why we did not get this into 4.2? I'm happy to merge now but not sure if we were still waiting on something. @zerolab / @allcaps Maybe...
Thanks Thibaud
Another way to get around this without the Javascript hack is to override the default on the Slug field for the class. Have not battle tested this but early testing...
Kind of related - https://github.com/wagtail/wagtail/issues/1063 (live fields, where some field is automatically updated based on some other field/s). Flagging as a potential for the RFC 78 Stimulus project - similar...
Moving to Stimulus project in progress, I am actively working on this and will see if I can get a PR up in due course. This will piggy back off...