diff --git a/VERSION.json b/VERSION.json index 71c075a5..9be816ca 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,8 +1,9 @@ { - "version": "1.2.2", - "last_build": "2026-04-11-1123", - "commit": "c42b1", + "version": "1.2.3", + "last_build": "2026-04-11-1131", + "commit": "a5e2f", "changelog": [ + "v1.2.3: System-wide UI consistency (standardized font sizes, removed uppercase)", "v1.2.2: UI Readability refactor (Removed uppercase/tracking, increased font sizes)", "v1.2.1: Git path persistence, master/dev/vX branching, and UI case-sensitivity fix", "v1.2.0: Structured category management with grouping support", diff --git a/dev_docs/ARCHIVE_LOGS.md b/dev_docs/ARCHIVE_LOGS.md index b1fcf145..aaa1dc37 100644 --- a/dev_docs/ARCHIVE_LOGS.md +++ b/dev_docs/ARCHIVE_LOGS.md @@ -1,15 +1,15 @@ -### [2026-04-11 11:21] v1.2.2: UI Readability & Density Optimization -**Purpose:** System-wide removal of `uppercase` transformations and `tracking-widest` spacing. Increased base font sizes for labels and buttons from `9px`/`10px` to `xs`/`sm` across all pages and components to improve accessibility and readability. Updated Gemini model reference in UI to 2.0 Flash. +### [2026-04-11 11:30] v1.2.3: System-Wide UI Homogenization +**Purpose:** Completed UI refactoring for all secondary pages (`Inventory`, `Logs`, `Scanner`, `IdentityCheckOverlay`). Standardized font sizes to `xs`/`sm`, removed legacy `uppercase` styling, and fixed Title Case for buttons. Handed over a fully consistent high-density UI. **Modified Files:** -- `frontend/app/page.tsx` -- `frontend/app/admin/page.tsx` -- `frontend/app/login/page.tsx` -- `frontend/components/BottomNav.tsx` -- `frontend/components/AIOnboarding.tsx` -- `frontend/components/AdminOverlay.tsx` -- `frontend/components/LogsOverlay.tsx` +- `frontend/app/inventory/page.tsx` +- `frontend/app/logs/page.tsx` +- `frontend/components/Scanner.tsx` +- `frontend/components/IdentityCheckOverlay.tsx` +- `VERSION.json` - `dev_docs/ARCHIVE_LOGS.md` +### [2026-04-11 11:21] v1.2.2: UI Readability & Density Optimization + ### [2026-04-10 21:59] v1.2.1: Infrastructure & UI Dynamic Versioning # Archive Logs diff --git a/frontend/app/inventory/page.tsx b/frontend/app/inventory/page.tsx index 6e39d8e4..b1bc57f9 100644 --- a/frontend/app/inventory/page.tsx +++ b/frontend/app/inventory/page.tsx @@ -210,14 +210,14 @@ export default function InventoryPage() {
Categories
+Categories
{stats?.total_categories || categories.length}
Item Types
+Item Types
{stats?.total_items || inventory.length}
+
{inventory.filter(i => i.category === cat).length} Item types in stock
Stock
+Stock
))} @@ -359,7 +359,7 @@ export default function InventoryPage() { {isEditing ? (Centralized Transaction Logs
+Centralized Transaction Logs
Retrieving logs from cloud...
+Retrieving Logs From Cloud...
Select operator profile to continue
{user.username}
-{user.role}
+{user.username}
+{user.role}