As a content manager i want to be able to add new tags
Requirements:
[x] On click on Add Tag button a new component should appear under it and above the table. (example design attached)
[x] We should add Name of the tag, description and color.
[x] We should have Cancel button. On click on cancel we cancel the action and close the component.
[x] We should have a Create button. On click on create we check if we have a tag with the same name. if yes we show a message, if not we create it, show a notification that it was created successfully and close the component.
[x] The new tag should immediately show in the table
As a content manager i want to be able to add new tags Requirements: