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
78 lines
1.8 KiB
XML
78 lines
1.8 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="svg2"
|
|
sodipodi:docname="silo-commit.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="defs2" />
|
|
<sodipodi:namedview
|
|
id="namedview2"
|
|
pagecolor="#ffffff"
|
|
bordercolor="#000000"
|
|
borderopacity="0.25"
|
|
inkscape:showpageshadow="2"
|
|
inkscape:pageopacity="0.0"
|
|
inkscape:pagecheckerboard="0"
|
|
inkscape:deskcolor="#d1d1d1"
|
|
inkscape:zoom="34.176828"
|
|
inkscape:cx="12.347547"
|
|
inkscape:cy="11.528279"
|
|
inkscape:window-width="2560"
|
|
inkscape:window-height="1371"
|
|
inkscape:window-x="0"
|
|
inkscape:window-y="0"
|
|
inkscape:window-maximized="1"
|
|
inkscape:current-layer="svg2" />
|
|
<!-- Git commit style -->
|
|
<rect
|
|
width="24"
|
|
height="24"
|
|
rx="3"
|
|
fill="#313244"
|
|
id="rect1"
|
|
inkscape:label="rect1"
|
|
x="0"
|
|
y="0"
|
|
style="stroke:none;stroke-width:0.75" />
|
|
<line
|
|
x1="12"
|
|
y1="2"
|
|
x2="12"
|
|
y2="8"
|
|
stroke="#cba6f7"
|
|
id="line1" />
|
|
<line
|
|
x1="12"
|
|
y1="16"
|
|
x2="12"
|
|
y2="22"
|
|
stroke="#cba6f7"
|
|
id="line2" />
|
|
<circle
|
|
cx="12"
|
|
cy="12"
|
|
r="4"
|
|
fill="#313244"
|
|
stroke="#a6e3a1"
|
|
id="circle1" />
|
|
<!-- Checkmark inside -->
|
|
<polyline
|
|
points="9.5 12 11 13.5 14.5 10"
|
|
stroke="#a6e3a1"
|
|
stroke-width="1.5"
|
|
fill="none"
|
|
id="polyline2"
|
|
transform="matrix(0.6781425,0,0,0.6781425,3.9573771,4.1768251)" />
|
|
</svg>
|