Nar --
Nar --
**What is the current behavior?** I am creating a custom plugin which uses the `sizeinput` dialog component with an initial value. After editing the width the height does not get...
Dependent on https://github.com/zesty-io/material/pull/98   Closes #2428
**Describe the bug** User permissions not reset on logout **To Reproduce** Steps to reproduce the behavior: 1. Login to manager-ui 2. Logout 3. Relogin using a different account with a...
**Describe the bug** When editing a content item with multiple fields, typing experience is very laggy **To Reproduce** Steps to reproduce the behavior: 1. Go to a content item with...
Once the following imports that are still currently being used in several old components have been completely removed/migrated in manager-ui, we can safely remove the dependency on the [design-system core...
It would be awesome if we'd be able to set the bar margins separately. I'm currently using forge for the tiling and there's a lot of space in between the...
Allows users to replace an existing file with a new file of the same file type without changing the file's name and url in our DAM. Resolves #2661 ### Dependencies...
Fixes #2826 Fixes #2820 Makes sure that the error blurb is shown when the save button is clicked and there are field errors https://github.com/user-attachments/assets/823b064c-b9ae-4f67-928b-77c63e5892f8
**Describe the bug** The field error list only shows up after clicking the Save button for the second time. **To Reproduce** Steps to reproduce the behavior: 1. Go to any...
Bump the react version from v17 to v18 Performance benefits: - Batched updates - `useDefferedValue` and `useTransition` Things to consider: - Dependencies might also need to be updated