feat: add shortcut viewer

This commit is contained in:
2024-04-19 21:51:07 +02:00
parent f1fcf78f6c
commit e575974872
9 changed files with 232 additions and 67 deletions

View File

@ -26,8 +26,8 @@
const aspectRatio = 0.25;
const path = createNodePath({
depth: 4,
height: 24,
depth: 7,
height: 40,
y: 50,
cornerTop,
rightBump,
@ -42,8 +42,8 @@
aspectRatio,
});
const pathHover = createNodePath({
depth: 5,
height: 30,
depth: 9,
height: 50,
y: 50,
cornerTop,
rightBump,

View File

@ -46,8 +46,8 @@
const aspectRatio = 0.5;
const path = createNodePath({
depth: 4,
height: 12,
depth: 7,
height: 20,
y: 51,
cornerBottom,
leftBump,
@ -62,8 +62,8 @@
aspectRatio,
});
const pathHover = createNodePath({
depth: 6,
height: 18,
depth: 8,
height: 25,
y: 50.5,
cornerBottom,
leftBump,