Скачать uiXpress v1.2.14 - A Simple Yet Powerful Admin Theme for WordPress Nulled Free
= v1.2.14 =
* Release Date [Current Date] *
* Added minimal animated progress indicator panel for plugin uploads
- Replaced small spinner in upload button with elegant progress panel
- Shows file name being uploaded with animated progress bar
- Minimal dark design with zinc color palette
- Smooth slide-up animation when upload starts
- Positioned at bottom center of screen for visibility
- Follows dark minimalist design system
* Redesigned Magic Dark Mode with per-page opt-in system
- Replaced global toggle with per-page opt-in approach for better control
- Uses CSS-based invert filter (`filter: invert(1) hue-rotate(180deg)`) for efficient dark mode conversion
- Added quick actions in global search to enable/disable magic dark mode per page
- Pages can be individually added to magic dark mode list via search actions
- Automatically excludes images, videos, iframes, and media elements
- Better performance with no DOM manipulation overhead
- Smooth transitions when toggling dark mode
- Handles dynamically added content automatically
- Added comprehensive exclusions for charts, code blocks, and color pickers
- Removed global "Magic dark mode" toggle from settings (now per-page only)
- Fixed settings persistence and reactivity issues
- Magic dark mode now properly saves and loads on page refresh
* Improved Menu Scrollbar Styling
- Updated menu component with modern slimline scrollbar design
- 6px width scrollbar with smooth transitions
- Enhanced dark mode support with appropriate color schemes
- Always visible when content overflows (removed hover-only behavior)
- Cross-browser support for Webkit and Firefox
- Applied to both minimized and standard menu states
* Made adoptedStyleSheets globally available via Vue provide/inject
- Created useAdoptedStyleSheets composable for easy access to shared stylesheet
- Provided adoptedStyleSheets from menu-wrapper.vue root component
- Child components can now inject and reuse the same stylesheet instance
- Reduces code duplication and ensures consistent styling across ShadowRoot components
* Updated all language translation files.
* Fixed menu link URL encoding and active state detection
- Fixed issue where menu links were being double-encoded (e.g., %2F for / in query parameters)
- Added URL formatting logic to decode URLs before rendering to prevent encoding issues
- Improved active link detection to check window.location against menu item URLs
- Added support for checking both encoded and decoded versions of URLs and window.location
- Implemented precedence logic where direct location matches take priority over WordPress native active state
- Direct matches now properly deactivate conflicting menu items at the same level
- Fixed WooCommerce analytics link names disappearing issue caused by URL encoding mismatches
- Centralized URL matching logic in reusable utility function (isCurrentLocationMatch.js)
- Applied fixes to both top-level menu items and submenu items