CCExtractor / Flood_Mobile

GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.
MIT License
99 stars 124 forks source link

Undo button in snackbar. #113

Open Akshatji800 opened 1 year ago

Akshatji800 commented 1 year ago

Is your feature request related to a problem? Please describe. There is no way to undo our actions performed. For example suppose a user by mistake deletes a torrent download so he will not be any chance to undo his action. Instead he should be given a chance for some seconds to do it.

Describe the solution you'd like Undo button can be implemented in the snackbar instead of dismiss button to undo the action performed.

BhuvanAde commented 1 year ago

@Akshatji800 Can I work on this issue?

Akshatji800 commented 1 year ago

Sure @BhuvanAde assigning the issue to you.

Akshatji800 commented 1 year ago

@BhuvanAde is there any progress on this issue?

BhuvanAde commented 1 year ago

I was facing a issue; I think it is solved now. I will soon try to fixing that.

A-Kashif108 commented 1 year ago

As @BhuvanAde unassigned himself. Can I please take this issue?

Akshatji800 commented 1 year ago

Sure @A-Kashif108 assigning this issue to you

Interstellar07 commented 1 year ago

Is anyone working on this? If not kindly assign this to me. I would love to contribute

Skdahale commented 1 year ago

@Akshatji800 Can I work on this issue?

ALIRAZA17 commented 1 year ago

@Akshatji800 Is anyone working on this one. If not Can you assign me?

lalitkumawat1m commented 1 year ago

can I work on this issue ?

Akshatji800 commented 1 year ago

can I work on this issue ?

Sure @lalitkumawat1m I am assigning this issue to you.

lalitkumawat1m commented 1 year ago

Dear @Akshatji800,

I am writing to you today because I am having an issue running the Flood mobile app locally. When I try to run the app, I get the following error:

Target of URI doesn't exist: 'package:flutter_gen/gen_l10n/app_localizations.dart' I have tried the following to fix the error:

I have restarted my computer. I have closed and reopened Visual Studio Code. I have restarted the Dart Analysis Server. However, the error still persists.

Screenshot 2023-07-14 205156

I would be grateful if you could help me to resolve this issue.

Thank you for your time and attention to this matter.

I hope this helps! Let me know if you have any other questions.

Akshatji800 commented 1 year ago

Dear @Akshatji800,

I am writing to you today because I am having an issue running the Flood mobile app locally. When I try to run the app, I get the following error:

Target of URI doesn't exist: 'package:flutter_gen/gen_l10n/app_localizations.dart' I have tried the following to fix the error:

I have restarted my computer. I have closed and reopened Visual Studio Code. I have restarted the Dart Analysis Server. However, the error still persists.

Screenshot 2023-07-14 205156

I would be grateful if you could help me to resolve this issue.

Thank you for your time and attention to this matter.

I hope this helps! Let me know if you have any other questions.

Hello @lalitkumawat1m please go through the Contribution.md file and follow the setup instructions. This will surely solve your issue. There is just a command that you need to run before running the flutter run command to resolve the issue. I want you to explore Contribution.md file and find that command yourself instead of me helping you directly. :)

tb-rules10 commented 1 year ago

@Akshatji800 can you assign me this issue?

I am considering implementing an 'Undo' button specifically for the delete functionality. As for other snackbars, the dismiss button will remain. Would that be fine?

Akshatji800 commented 1 year ago

@Akshatji800 can you assign me this issue?

I am considering implementing an 'Undo' button specifically for the delete functionality. As for other snackbars, the dismiss button will remain. Would that be fine?

@tb-rules10 the dismiss button will remain for each and every snackbar (even for the delete one), you need to implement an undo button beside the dismiss button. Hope that is clear. Once you confirm that you understood the issue then please reply to this comment and I will assign you the issue.

tb-rules10 commented 1 year ago

Yes, I understood it. You can assign it to me. Just one more thing, undo button has to be implemented only for the delete bar if I'm right?

Akshatji800 commented 1 year ago

Yes, I understood it. You can assign it to me. Just one more thing, undo button has to be implemented only for the delete bar if I'm right?

for now you start with implementing it for delete feature, later we can go ahead with other features as well if it look logical to implement an undo feature for them. Anyways I am assigning this issue to you.

tb-rules10 commented 11 months ago

Any update on my pr?