lyqht / Octokit-lite

🐙 Web UI to perform GitHub operations on multiple repositories
https://octokit-lite.vercel.app
MIT License
14 stars 12 forks source link

[Unfork] Reset repository picker options after submission #25

Open lyqht opened 1 year ago

lyqht commented 1 year ago

Description

Currently at Unfork, after deleting repositories, those repositories stay as options.

The RepositoryPicker component should reset options after user has submitted the repositories for deletion.

For TopicSpace, i think it is ok to leave the repositories selected there after users updated the topics as they might wanna add more topics to the same selected topics.

Relevant code

But there may be unintended UX behaviors caused by downshift component after resetting the state, so please play around with the dropdown after making the changes to ensure that the component still work as intended.

najeebkp commented 1 year ago

Hi @lyqht please assign me this

lyqht commented 1 year ago

@najeebkp thanks!

lyqht commented 1 year ago

Refer to this commit for why the issue is reopened.