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

extension: Separate UI into Analyze and Visualize tabs. #8

Closed
2 tasks done
parkerziegler opened this issue Jun 14, 2023 · 0 comments
Closed
2 tasks done

extension: Separate UI into Analyze and Visualize tabs. #8

parkerziegler opened this issue Jun 14, 2023 · 0 comments
Labels
extension Features, bugs, and fixes related to the reviz extension

Comments

@parkerziegler
Copy link
Owner

parkerziegler commented Jun 14, 2023

A core part of reviz's premise is that users can not only analyze existing visualizations but also generate new visualizations by filling program holes with column names. Given this vision, we want to separate the extension UI into separate Analyze and Visualize tabs. The current content of the extension will fall into the Analyze tab. The Visualize tab will host, at a minimum, a Code Mirror editor for the partial program and an output space to render the new visualization.

For this issue, the scope is to:

  • Use @radix-ui/react-tabs to split the UI into separate Analyze and Visualize tabs.
  • Add the scaffolding for the Code Mirror editor filled with the partial program.
@parkerziegler parkerziegler added the extension Features, bugs, and fixes related to the reviz extension label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Features, bugs, and fixes related to the reviz extension
Projects
None yet
Development

No branches or pull requests

1 participant