Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

WIP: basic marimekko - #1011

Draft
adrianmroz-allegro wants to merge 6 commits into
masterfrom
marimekko
Draft

WIP: basic marimekko#1011
adrianmroz-allegro wants to merge 6 commits into
masterfrom
marimekko

Conversation

@adrianmroz-allegro

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jan 6, 2023

Copy link
Copy Markdown

⏱️ Lighthouse report

@github-actions

github-actions Bot commented Jan 6, 2023

Copy link
Copy Markdown

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

github-actions Bot commented Jan 6, 2023

Copy link
Copy Markdown

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

@github-actions

github-actions Bot commented Jan 8, 2023

Copy link
Copy Markdown

⏱️ Lighthouse report

@github-actions

github-actions Bot commented Jan 8, 2023

Copy link
Copy Markdown

✅ 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant