You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin Color Scheme Integration: The Quick Menu and other UI elements now adapt to the user's selected WordPress admin color scheme for a more personalized and integrated experience. This is achieved by dynamically generating CSS variables based on the active scheme's colors.
Changed
UI Styling:
The hover-state border color for the keyboard shortcut hint in the admin bar now uses the accent color from the user's admin theme.
The selected view toggle button (Cards or Expanded) in the Quick Menu now uses the theme's accent color for its background.
The main popout menu is now properly inset below the admin bar instead of covering the full screen.
Code Optimization:
Removed a duplicate action hook for printing critical CSS on the frontend, streamlining asset loading.