Version 1.8.2

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-18 22:14:34 +00:00
parent 328098a48c
commit e57c4bf1ac
4 changed files with 447 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
# Keywords Library Page Redesign Plan
**Created:** January 18, 2026
**Updated:** January 18, 2026
**Status:**IMPLEMENTED (v1.8.1)
**Updated:** January 19, 2026 _(v1.8.2 released)_
**Status:**COMPLETED & DOCUMENTED (v1.8.2)
**Page:** `/keywords-library` (was `/setup/add-keywords`)
**Priority:** 🟢 COMPLETED
@@ -10,7 +10,7 @@
## Executive Summary
Comprehensive redesign of the Keywords Library page to:
Comprehensive redesign of the Keywords Library page completed and deployed in **v1.8.2**:
1.**Standardize naming** to "Keywords Library" across frontend, backend, URLs, menus, and admin
2.**Implement cascading filters** like Planner pages (Keywords, Clusters, Ideas)
3.**Remove sector selector** from AppHeader, use site-only selector (partial - route updated)
@@ -19,6 +19,11 @@ Comprehensive redesign of the Keywords Library page to:
6.**Center filter bar** with sector filter added, matching Planner page styling (needs polish)
7.**Show table data by default** (remove "Browse" toggle) (kept existing UX for now)
8.**No backward compatibility** - single source of truth
9.**CRITICAL FIX:** Sector-specific filtering - sites now only see keywords from their configured sectors
**Release:** Version 1.8.2 - January 19, 2026
**Changelog:** See `/CHANGELOG.md` for complete details
**API Documentation:** See `/docs/20-API/ENDPOINTS.md` for Keywords Library endpoints
---