Icon-Shelf / icon-shelf

SVG icon manager for developers.
https://icon-shelf.github.io
MIT License
284 stars 27 forks source link

add popup message box on duplicate #52 #140

Closed Shaglock closed 1 year ago

Shaglock commented 1 year ago

Hello, I tried to add the duplicate popup message when you add icon with the same name I had troubles with modal so I decided to do this native popup, here is how it looks.

image

The only issue I didn't manage to solve is that the icon does not change after submit, I thought invalidating queries would solve the issue, but it seems to work only after full refresh.

Shaglock commented 1 year ago

LGTM. I made some changes so that the icons list is refreshed and shows the updated icon preview

Awesome, that's exactly what I couldn't figure out!