Skip to content

[Feature Request] Menu to compile  #93

Description

@gwwatkin

Issue Description

Run example/upload circuit is not on the first page. Having that on the first page makes it much more encouraging for a user to actually try the compiler.

Successful tools like the Godbolt compiler explorer have the can access the functionality on the main page.

Proposed Solution

Two options

  1. Pass the circuit to the compile page and then run from there. Passing the circuit might be tricky. Options to explore are browser cache, fancy requests or an auxiliary lambda.
  2. Run the compilation on the main page, i.e the URL does not change after compiling. Ideally the compilation view would have it's own URL

Additional References

https://stackoverflow.com/questions/52238637/react-router-how-to-pass-data-between-pages-in-react

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions