feature/improve-tag-organization-ux #8
Reference in New Issue
Block a user
Delete Branch "feature/improve-tag-organization-ux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
## Changes ### Version System - Added version pattern: YYYY.MM.PATCH (e.g., 2026.01.1) - Created version.ts files for both API and web packages - Initial version: 2026.01.1 ### Web UI - Display version in small green text (light green: #90ee90) under Basil logo - Added hover tooltip showing "Version 2026.01.1" - Logo link also shows version in title attribute - Styled with opacity transition for hover effect ### API - Added /api/version endpoint returning JSON: {"version": "2026.01.1"} - Updated server startup message to show version - Console output: "🌿 Basil API server v2026.01.1 running on..." ### CSS Styling - .logo-container: Flex column layout for logo and version - .version: 0.65rem font, light green (#90ee90), 0.85 opacity - Hover increases opacity to 1.0 for better visibility - Cursor set to "help" to indicate tooltip Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>