Skip to content

publisher-command-center v0.0.4

Choose a tag to compare

@github-actions github-actions released this 20 May 20:31
· 119 commits to main since this release
c61fe37
Add Delete Content Functionality (#134)

* Remove cog icon and add delete content functionality

* Rename modal and troubleshooting delete method

* fix: remove trailing '/'

For some reason, FastAPI does not accept a trailing slash on the end of
the URL path.

* Reload list of content after deletion and version bump

* Update manifest.json

* Fix build issue with manifest

* Add dist/ files for manifest

* Refresh content list after delete instead of reload

* Remove unused `id` parameter

* Remove `dist/` directory and fix manifest

---------

Co-authored-by: tdstein <[email protected]>