feat(playlists): implement playlist plugin

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2022-07-02 00:00:52 -04:00
parent f0ad9f3c64
commit d3737da337
115 changed files with 9042 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Export `HeaderActionMenu` and expose default `Table` icons via `Table.tableIcons`
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-playlist': minor
'@backstage/plugin-playlist-backend': minor
'@backstage/plugin-playlist-common': minor
---
Implement playlist plugin, check out the `README.md` for more details!
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
Reset page cursor on search filter change