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

folder showing even after deleting #265

Closed
AyushNigam-1 opened this issue Oct 1, 2023 · 3 comments
Closed

folder showing even after deleting #265

AyushNigam-1 opened this issue Oct 1, 2023 · 3 comments

Comments

@AyushNigam-1
Copy link
Contributor

AyushNigam-1 commented Oct 1, 2023

folder inside collection doesn't get remove from the list even after deleting ,
Screenshot 2023-10-01 145005
I have deleted the Demo folder in the Demo12389 , but it still showing ,
but restarting the application fixes the issue .

AyushNigam-1 added a commit to AyushNigam-1/bruno that referenced this issue Oct 1, 2023
@AyushNigam-1 AyushNigam-1 changed the title item showing even after deleting folder showing even after deleting Oct 1, 2023
helloanoop added a commit that referenced this issue Oct 1, 2023
helloanoop added a commit that referenced this issue Oct 1, 2023
@helloanoop
Copy link
Contributor

helloanoop commented Oct 1, 2023

Merged!

@not-known-person Thanks for taking caring of this!

The phantom folder issue is only on Windows. This works perfectly fine in mac and linux. I've just added this commit so that this fix is applied only on windows.

On Mac and Linux this might end up with multiple redux updates (likely not harmful), but still choosing not to do it since rename and delete feature is pretty stable on mac and linux.

Also, another debugging tip. When you bring up the app, you can open developer tools and turn on debugging by executing window.__IS_DEV__ = true

On my mac, as you see below in the screenshots I have 3 IPC events. addDir when I added the test directory and upon rename - two subsequent events unlinkDir and addDir which is basically a rename. I am suspecting you are not seeing this in windows.

image

@helloanoop
Copy link
Contributor

This has been released in v0.16.5
You can download the latest version from the website.

Thanks @not-known-person

Closing this issue. Please re-open if the issues still persists.

@AyushNigam-1
Copy link
Contributor Author

Thank you so much for your kind words! It's been a pleasure contributing to the project, and I'm glad I could be of help. I look forward to more opportunities to work together and make the project even better.

Scotsoo added a commit to Scotsoo/bruno that referenced this issue Oct 14, 2023
…me/delete needs to be run only on windows"

This reverts commit fcc12fb.

# Conflicts:
#	packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js
#	packages/bruno-app/src/utils/common/platform.js
Its-treason added a commit to Its-treason/bruno that referenced this issue Oct 14, 2023
…me/delete needs to be run only on windows"

This reverts commit fcc12fb.
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 a pull request may close this issue.

2 participants