updated graph rendering to be more efficient. added smooth scrolling, added color type, mmb drag for cutting

This commit is contained in:
2026-03-21 06:57:26 +11:00
parent 1f5da03474
commit ae374db9fb
54 changed files with 9147 additions and 138 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:;" />
<title>picoGraph</title>
<link rel="stylesheet" href="styles/main.css" />
</head>
@@ -10,6 +11,7 @@
<header class="app-header">
<div class="header-primary-actions">
<button id="compileButton" class="header-primary-button" type="button">Compile</button>
<button id="previewButton" class="header-primary-button" type="button" title="Preview cart">Preview</button>
</div>
<div class="header-title">picoGraph</div>
<div class="header-actions">