What problem does it solve?
This Skill helps improve AiDog’s frontend experience when a page feels cluttered, inconsistent, hard to use, or visually off-brand, while preserving the app’s existing Tauri, React, i18n, and theme conventions.
Core Features & Use Cases
- UI and layout refinement: Rework spacing, alignment, hierarchy, and card composition for clearer dashboards, settings pages, and dialogs.
- Interaction and navigation consistency: Keep local-state navigation, navGuard leave-page protection, and shared formatter/component reuse aligned across the app.
- Internationalization and RTL support: Ensure new or updated UI works across seven languages, including Arabic RTL, without hardcoded text or direction bugs.
- Theme-safe visual work: Apply Liquid Glass styling and light/dark theme variables correctly for a consistent look across themes.
- Use case: A settings page feels crowded and inconsistent; use this Skill to reorganize the layout, reuse shared components, fix RTL spacing, and make the experience easier to scan and act on.
Quick Start
Improve the selected AiDog page or component by reviewing the existing theme, shared components, i18n keys, and navigation patterns, then propose or apply UI changes that stay consistent with the project’s Liquid Glass style and accessibility rules.