zer0tonin / Mikochi

A minimalist file-manager with streaming capabilities
MIT License
219 stars 12 forks source link

Display a toast on operation success #17

Open zer0tonin opened 3 weeks ago

zer0tonin commented 3 weeks ago

We do not give the user any feedback whenever an operation completes succesfully. For example, when uploading a file, the user will not see anything showing that the upload was completed (aside from the file list changing).

We could create a toast and display it whenever an operation is succesful. This could work just like ErrorContext and have a setSuccess function similar to setError.

AdithyaPadmashali commented 11 hours ago

Hi, @zer0tonin. Could you please assign this to me? I'll be making a PR soon