Sage Abdullah
Sage Abdullah
This PR adds a new "What's New in Wagtail 4" banner on the dashboard and a new "Help" menu in the sidebar. To achieve this, a generic concept of Dismissible...
This PR adds a resize grip to the side panel that resizes the side panel when dragged. Works with mouse, touch, and keyboard. For keyboard accessibility, the side panel is...
KBBI is used as reference
Fix #9667. _Please check the following:_ - [x] Do the tests still pass?[^1] - [x] Does the code comply with the style guide? - [x] Run `make lint` from the...
Fixes #9692. See the issue for more details on the rationale. _Please check the following:_ - [x] Do the tests still pass?[^1] - [x] Does the code comply with the...
### Issue Summary As of https://github.com/django/django/commit/5c23d9f0c32f166c81ecb6f3f01d5077a6084318 in https://github.com/django/django/pull/16297, our tests fails against Django's `main` branch. That commit separates how `JSONField` and its lookups serialise the data. Previously, the serialisation is...
Fixes #9680. Couldn't come up with a better example for the models here... suggestions welcome.
### Issue Summary When editing a page or snippet that has a short content so that the whole form takes less space than the available vertical viewport space, and a...
Fixes #9459.
### Issue Summary The workflow history page renders empty `` tags instead of showing the workflow names: ### Steps to Reproduce 1. Spin up bakerydemo 2. Submit a page to...