26.6.3
Assets and design foundation release.
Added
- Added a basic assets table with ULID keys, name, serial number, and timestamps.
- Added authenticated
/assetsAPI routes for listing and creating asset records. - Added frontend asset management at
/assets. - Added shadcn-vue, Tailwind, and reusable UI primitives as the frontend design foundation.
- Added a left menu for authenticated frontend navigation.
- Added quiet version display in the frontend, docs, and backend API metadata.
- Added root project README branding for Assets by McGuire Technology.
Changed
- Updated the frontend app brand to
Assetswith the subtitleby McGuire Technology. - Updated Docker builds so backend, frontend, and docs all read the shared
VERSIONSfile. - Updated SPA routing so
/assetsloads the frontend route instead of conflicting with static assets.