You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are able to retrieve a repository's settings upon selecting a new repo. The settings are retrieved in ToolManager.tsx inside the setSelectedRepoFromDrawer function. This task is to use those retrieved settings to populate the options in the GUI.
The text was updated successfully, but these errors were encountered:
Upon selecting a repo, if the repo has saved settings, the user is prompted: That repo has settings already saved. Would you like to load them? YES/NO?
Then regardless of what they choose, when they press the submit button, if the repo already has settings saved, we ask them: That repo has settings already saved. Would you like to overwrite them? YES/NO?
Currently we are able to retrieve a repository's settings upon selecting a new repo. The settings are retrieved in ToolManager.tsx inside the setSelectedRepoFromDrawer function. This task is to use those retrieved settings to populate the options in the GUI.
The text was updated successfully, but these errors were encountered: