lyqht/Octokit-lite

[Unfork] Reset repository picker options after submission

Offen

#25 geöffnet am 04.10.2022

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (11 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (17 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

  • unfork/index.tsx -> Probably just need to reset the selectedItems state here.

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.

Contributor Guide