b9e02af74acf1b1813d868ed09fbbc6209b6b398
Improvements to category tree UX: - Auto-expand parent category after creating subcategory at any nesting level - Recursive ancestor expansion using elegant DOM traversal with .closest() - Smooth scroll to newly created category with visual feedback - Replace icon buttons with text: "Развернуть все" / "Свернуть все" - Eliminates confusion between "+" for adding category vs expanding tree Technical implementation: - URL parameter ?expand=<parent_id> to preserve state after page reload - Recursive expandAncestors() function traverses up the DOM tree - Uses :scope selector for precise parent-child relationship queries - Auto-cleans URL parameter after expansion using history.replaceState() 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
Python
57%
HTML
32%
JavaScript
9.5%
CSS
1.1%
Shell
0.4%