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

Adjusting the agg UI following latest UX mocks #1

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

jkppr
Copy link

@jkppr jkppr commented Jul 12, 2024

I invested some time to adjust the UI following the latest mocks from UX we talked about.

I'm not pushing them directly to the PR google#3040 so you can take a look / review them first if everything works. If you merge them here, they should automatically be merged to the PR as well.

image

@@ -347,8 +373,10 @@ export default {
this.selectedYTitle = this.yTitle
},
saveVisualization() {
if (this.selectedChartTitle === "New Visualization") {
this.selectedChartTitle = prompt("Please enter a name for the visualization:")
Copy link
Owner

Choose a reason for hiding this comment

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

if cancel is clicked during this prompt it results in a null value being assigned to selectedChartTitle which causes an error when rendering the LHS menu. I'll add a fix/check for this.

Copy link
Owner

@sydp sydp left a comment

Choose a reason for hiding this comment

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

lgtm thanks for the updates

@sydp sydp merged commit 3df0a2d into sydp:agg_v2_2024 Jul 15, 2024
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