Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

TASK: Add few improvments to CreateTagDialog #201

Closed crydotsnake closed 10 months ago

crydotsnake commented 10 months ago

What I did

I added some small adjustmens to the CreateTagDialog

  1. First, i changed the hover style of the cancel button to error like i already did it in #200
  2. I changed the label in the create dialog to: Title like in the CreateAssetCollectionDialog to keep it consistent. And tbh i see no difference between the word Label and Title. But Title sounds better IMO.

How I did it

I adjusted the CreateTagDialog.tsx component.

How to verify it tag-dialog

Sebobo commented 10 months ago

@crydotsnake the reason for "label" regarding to tags, was that it's called like that in the domain model and in the old UI.

And I'm against colouring all cancel buttons red, see #200