New Feature
1- WordPress Import wizard auto-scans the domain when selected and lists every wp-config.php found as a clickable card with location hint, WP version, DB info. Subdomain-resident WordPress installations are now reachable without typing paths.
Improvements
2- Advanced manual subpath input still available as collapsed escape hatch, now accepting multi-level paths like subdomains/courses/public_html.
- Four startup fetches (domains, databases, server stats, drift) now fire in parallel via Promise.all instead of sequentially. Slow drift scans no longer block the rest of the page.
Bug Fix
1- MySQL Databases page now shows skeleton placeholders while initial fetch is in flight. Previous behavior (empty page) made the panel look broken. Friendly empty state when no databases exist.