Landing page redesign, dashboard improvements & new settings sections #67

Merged
uz1mani merged 60 commits from staging into main 2026-03-22 16:17:38 +00:00
56 changed files with 4265 additions and 789 deletions
Showing only changes of commit 24fa01dd25 - Show all commits

View File

@@ -145,8 +145,8 @@ function hSegmentPath(
straight = false straight = false
) { ) {
const my = H / 2; const my = H / 2;
const h0 = normStart * H * 0.44 * layerScale; const h0 = normStart * H * 0.3 * layerScale;
const h1 = normEnd * H * 0.44 * layerScale; const h1 = normEnd * H * 0.3 * layerScale;
if (straight) { if (straight) {
return `M 0 ${my - h0} L ${segW} ${my - h1} L ${segW} ${my + h1} L 0 ${my + h0} Z`; return `M 0 ${my - h0} L ${segW} ${my - h1} L ${segW} ${my + h1} L 0 ${my + h0} Z`;