Backend: - Add file_handlers.go: presigned upload/download for item attachments - Add item_files.go: item file and thumbnail DB operations - Add migration 011: item_files table and thumbnail_key column - Update items/projects/relationships DB with extended field support - Update routes: React SPA serving from web/dist, file upload endpoints - Update auth handlers and middleware for cookie + bearer token auth - Remove Go HTML templates (replaced by React SPA) - Update storage client for presigned URL generation Frontend: - Add TagInput component for tag/keyword entry - Add SVG assets for Silo branding and UI icons - Update API client and types for file uploads, auth, extended fields - Update AuthContext for session-based auth flow - Update LoginPage, ProjectsPage, SchemasPage, SettingsPage - Fix tsconfig.node.json Deployment: - Update config.prod.yaml: single-binary SPA layout at /opt/silo - Update silod.service: ReadOnlyPaths for /opt/silo - Add scripts/deploy.sh: build, package, ship, migrate, start - Update docker-compose.yaml and Dockerfile - Add frontend-spec.md design document
104 lines
2.2 KiB
XML
104 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="#cba6f7"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
version="1.1"
|
|
id="svg5"
|
|
sodipodi:docname="silo-bom.svg"
|
|
inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
<defs
|
|
id="defs5" />
|
|
<sodipodi:namedview
|
|
id="namedview5"
|
|
pagecolor="#ffffff"
|
|
bordercolor="#000000"
|
|
borderopacity="0.25"
|
|
inkscape:showpageshadow="2"
|
|
inkscape:pageopacity="0.0"
|
|
inkscape:pagecheckerboard="0"
|
|
inkscape:deskcolor="#d1d1d1"
|
|
inkscape:zoom="24.166667"
|
|
inkscape:cx="5.337931"
|
|
inkscape:cy="20.193103"
|
|
inkscape:window-width="2560"
|
|
inkscape:window-height="1371"
|
|
inkscape:window-x="0"
|
|
inkscape:window-y="0"
|
|
inkscape:window-maximized="1"
|
|
inkscape:current-layer="svg5" />
|
|
<!-- Outer box -->
|
|
<rect
|
|
width="24"
|
|
height="24"
|
|
rx="3"
|
|
fill="#313244"
|
|
id="rect1-7"
|
|
inkscape:label="rect1"
|
|
x="0"
|
|
y="0"
|
|
style="stroke:none;stroke-width:0.75" />
|
|
<rect
|
|
x="3"
|
|
y="3"
|
|
width="18"
|
|
height="18"
|
|
rx="2"
|
|
fill="#313244"
|
|
id="rect1" />
|
|
<!-- List lines (BOM rows) -->
|
|
<line
|
|
x1="8.5062122"
|
|
y1="8"
|
|
x2="18.035316"
|
|
y2="8"
|
|
stroke="#89dceb"
|
|
stroke-width="1.46426"
|
|
id="line1" />
|
|
<line
|
|
x1="8.5415297"
|
|
y1="12"
|
|
x2="18"
|
|
y2="12"
|
|
stroke="#89dceb"
|
|
stroke-width="1.45882"
|
|
id="line2" />
|
|
<line
|
|
x1="8.5062122"
|
|
y1="16"
|
|
x2="18.035316"
|
|
y2="16"
|
|
stroke="#89dceb"
|
|
stroke-width="1.46426"
|
|
id="line3" />
|
|
<!-- Hierarchy dots -->
|
|
<circle
|
|
cx="5.7157421"
|
|
cy="8"
|
|
r="0.67500001"
|
|
fill="#cba6f7"
|
|
id="circle3"
|
|
style="stroke-width:1.35" />
|
|
<circle
|
|
cx="5.7157421"
|
|
cy="12"
|
|
r="0.67500001"
|
|
fill="#cba6f7"
|
|
id="circle4"
|
|
style="stroke-width:1.35" />
|
|
<circle
|
|
cx="5.7157421"
|
|
cy="16"
|
|
r="0.67500001"
|
|
fill="#cba6f7"
|
|
id="circle5"
|
|
style="stroke-width:1.35" />
|
|
</svg>
|