Sage Abdullah
Sage Abdullah
The animation for the site-wide alert banner causes layout shift on initial load. This isn't a big issue when browsing the website, but it becomes jarring when you're using the...
Fixes #11940.
For the first step described in https://github.com/wagtail/wagtail/issues/11915#issuecomment-2093342399. Instead of manually rendering them via the parent dropdown component and a custom template, delegate each button's rendering to itself by making use...
Redo of #11933. Fixes #11949. In bb12877, the change of `.title-wrapper` from `inline` to `inline-flex` caused an issue with Safari, which b8dd7f4 tried to fix. Then, further cleanup in 08ee15a...
Hey there, I see that you're using utterances for comments. As we know, it utilizes GitHub Issues, which (given enough time) would flood your repository's issues with comments. I've been...
Our recent discoveries seem to suggest that we won't get rid of `PagePermissionTester`. If that's the case, it's likely that we want to use the same approach for non-page models....
Fixes #11954. Somewhat "solves" the step 2 in #11915 indirectly, albeit not yet documented (via `IndexView.get_list_buttons`/`IndexView.get_list_more_buttons`). The mechanism follows what we already have for the `GroupViewSet`. We could go a...
Running `npm run build` or `npm start` takes excruciatingly long, not sure since when but it started a few releases back. Per https://tailwindcss.com/docs/content-configuration#styles-rebuild-in-an-infinite-loop, we should make sure we don't accidentally...
But don't change what's passed to the `BoundWidget` class (which means still just the first element), so this shouldn't affect any of the `BoundWidget`s. Fixes #11935. ~~Will add tests if...
A fresh take on #10578. Instead of making `PagePermissionTester` a subclass of `ModelPermissionTester` (and making sure the latter could allow the former to retain its logic), I tried to start...