Skip to content

Conversation

@adrianmroz-allegro
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

⏱️ Lighthouse report

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

size-limit report 📦

Path Size
build/public/main.js 1.74 MB (+0.13% 🔺)
build/public/polyfills.es5.js 42.71 KB (+0.01% 🔺)
build/public/dnd.es5.js 4.61 KB (0%)

@github-actions
Copy link

github-actions bot commented Jan 6, 2023

✅ Deployed successfully to: https://turnilo-marimekko-gmbbyye42a-ew.a.run.app

@github-actions
Copy link

github-actions bot commented Jan 8, 2023

⏱️ Lighthouse report

@github-actions
Copy link

github-actions bot commented Jan 8, 2023

✅ Deployed successfully to: https://turnilo-marimekko-gmbbyye42a-ew.a.run.app

type Key = string;

export function mapValues<K extends Key, S, T>(obj: Record<K, S>, fn: Unary<S, T>): Record<K, T> {
export function mapValues<K extends Key, S, T>(obj: Record<K, S>, fn: Binary<S, K, T>): Record<K, T> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add unit test for added keys parameter

const X_AXIS_HEIGHT = 50;
const Y_AXIS_WIDTH = 50;
const BREAKPOINT_SMALL = 768;
const BREAKPOINT_SMALL = 748;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do we change it here? Or adjust e2e test for Large Screen?

right,
top: CONTROL_PANEL_HEIGHT
top: CONTROL_PANEL_HEIGHT,
bottom: 20 // TODO: from .cube-view .center-panel margins
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ugh, somehow we should resolve this. Right now visualisations have bigger stage than is available.

@@ -0,0 +1,209 @@
/*
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file is as WIP as it gets.

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