Bug

Bug
The bug is that when there is a dark background, the notification title also appears dark
Bug
Similar bug to the previous one: parts of the text in the dropdown elements for ‘Sort’ and ‘Filter’ appear in a dark color when the background is dark, and there is no way to customize this.
Bug
The bug here is that the button configuration (color and customization) is not applied, nor is it applied to the cell. These values are set within the column Buttons under Labels.
Bug
When a page that has two path parameters is duplicated (original page: /duplicate/:uuid/:id) and, during development, the link of the duplicated page is changed to /duplicate/bug/:id, no error is shown at publish time. However, the error does occur: the duplicated page (/duplicate/bug/:id) displays the content of the original page (/duplicate/:uuid/:id). This behavior follows the logic of path parameters, but it’s frustrating that the error isn’t reported, making it seem as if the publish operation failed. Adding a restriction or detection for path parameters (or a helpful indicator) could help prevent this issue.