feat(automation): add coming soon page and navigation entry

Add Automation route and navigation item with in-development badge
Include localized wordings, icon, and design docs for the new section
This commit is contained in:
2026-05-03 12:05:29 +08:00
parent 95d76522df
commit ef82fc805d
7 changed files with 38 additions and 3 deletions

View File

@@ -2439,6 +2439,10 @@ button:disabled,
--soon-accent: var(--pokemon-yellow);
}
.coming-soon-panel--automation {
--soon-accent: var(--type-steel);
}
.coming-soon-panel--events {
--soon-accent: var(--pokemon-red);
}