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

Fs UI bug fixes #464

Merged
merged 5 commits into from
Oct 3, 2024
Merged

Conversation

netalondon
Copy link
Collaborator

  1. "Select existing folder" resulted in a failure if a folder was already selected.
  2. Hardware Simulator: If there were no HDL project directories, the chip menu would still contain the project 1 chips. Choosing them resulted in a file not found error.

@@ -21,6 +21,43 @@ import {
removeLocalAdapterFromIndexedDB,
} from "./base/indexDb.js";

async function cloneTree(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be in a "file system utilities" file somewhere

components/src/stores/base.context.ts Outdated Show resolved Hide resolved
web/src/shell/settings.tsx Show resolved Hide resolved
@DavidSouther DavidSouther merged commit d37683e into nand2tetris:release/fs-ui Oct 3, 2024
1 check passed
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 this pull request may close these issues.

2 participants