-
-
Notifications
You must be signed in to change notification settings - Fork 105
Send feedback on uninstall #2394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
What do you think about sending the signal directly in the flatpak backend? And eventually doing the same for installed? |
|
@leolost2605 yeah when I was doing this it felt extremely convoluted and messy. Do you want me to refactor first? |
leolost2605
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we maybe DRY this a bit? E.g. change the mainwindow.send_installed_toast to send_toast and have it take the performed package op as an argument. Then we could also unify the checking for the window active etc.
051eae8 to
32224ec
Compare
Fix notification body text DRY toast sending Add user feedback issue to appcenter metadata
32224ec to
f147f89
Compare
|
@leolost2605 fixed and proposed #2398 for merging after this with some more cleanup |
Fixes #2393