Skip to content
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

Feature/extension card cleanup #252

Merged
merged 2 commits into from
Mar 3, 2023
Merged

Feature/extension card cleanup #252

merged 2 commits into from
Mar 3, 2023

Conversation

schroda
Copy link
Collaborator

@schroda schroda commented Feb 27, 2023

preparation for i18n usage + cleanup

break;
case 'uninstall':
uninstall();
case ExtensionState.OBSOLETE:
Copy link
Contributor

@akabhirav akabhirav Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@schroda I wanted to know if this is the same mechanism used in the tachiyomi app. Last time this happend it was confusing to me. When I clicked on the obsolete button it started to uninstall the extension. Should we change this behaviour so that the user knows what they are doing by clicking on this?

Maybe just saying that the extension is obsolete as a label and then giving the uninstall button should work. I remember tachiyomi app doing that once, long time ago

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea how that works in tachiyomi, never used that app

Maybe just saying that the extension is obsolete as a label and then giving the uninstall button should work. I remember tachiyomi app doing that once, long time ago

another option could also be to add a group "Obsolote" (or some other name) in the "Source" screen and have the "action" be "Uninstall"

but this can/should be done in a separate pr

Copy link
Contributor

@akabhirav akabhirav Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, this should be taken up in another PR, rest of the things look good. I will open an issue for this

@AriaMoradi AriaMoradi merged commit dcc18bb into Suwayomi:master Mar 3, 2023
@schroda schroda deleted the feature/extension_card_cleanup branch March 11, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants