mtkennerly / ludusavi-playnite

Playnite plugin for save backups via Ludusavi
MIT License
141 stars 9 forks source link

Enhance notifications #3

Closed Lacro59 closed 3 years ago

Lacro59 commented 3 years ago

I tested the all game backup and I've a suggestion. The notification contains only the total of game backed up and there is any action on click it. It was super to have a action for show the list of game backed up. I suppose that the same system for all back up by lot. notification

mtkennerly commented 3 years ago

That's a great idea! I didn't even realize that was possible, but I see the docs for ActivationAction now. I'll definitely add this.

mtkennerly commented 3 years ago

This is implemented now. I would have liked to use a normal Playnite dialog, but they can't scroll and they'll go off the screen if you have too many games, so I used a custom webview. It's not super pretty, but it works 🙃 The default background and text color were both black, so I just changed the text to white (and made it sans-serif).

If any games aren't processed, you'll see [IGNORED] or [FAILED] by their names.

image