mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
208 stars 18 forks source link

Update confirm button CSS classname #73

Closed mtalcott closed 1 week ago

mtalcott commented 1 week ago

Fixes https://github.com/mtalcott/google-photos-deduper/issues/71

CSS classname that was being observed on the confirmation button upon deleting a photo changed. One of the downsides of this approach.

Ideally I'd have E2E tests running to catch this sort of change and react more quickly rather than waiting for people to report it's broken, but alas, finite time!