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

Open
wants to merge 5 commits into
base: release/fs-ui
Choose a base branch
from

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
@@ -10,7 +10,6 @@ import "../pico/button-group.scss";
import "../pico/property.scss";
import { TrackingDisclosure } from "../tracking";
import { getVersion, setVersion } from "../versions";
// import { useDialog } from "./dialog";
Copy link
Collaborator

Choose a reason for hiding this comment

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

(nit) remove

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is removed, no?

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