Add changeset for combined PR

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2021-07-12 17:57:37 +02:00
parent c8572ada50
commit 45b5fc3a83
2 changed files with 8 additions and 5 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Move filter to CatalogFilter component & wrap them in an accordion on smaller screens to improve the UX
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/core-components': patch
'@backstage/test-utils': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
---
Build a general TablePage component to enforce a more responsive layout for the Catalog & API page. Filters are now wrapped in an accordion on smaller screens, enabling the user to see & interact better with the table. Additionally, a test was added, to check that the responsive wrapping is working for the Catalog page.