feat: improve iFlow cookie auth UX with duplicate config handling

- Add 409 conflict handling for duplicate iFlow config files
  - Add key creation hint in cookie login section
  - Move extra actions button after delete button for consistency
  - Improve OAuth status badge display logic (hide when idle)
  - Add config toggle enable/disable i18n translations
  - Adjust item-actions spacing from sm to md
This commit is contained in:
Supra4E8C
2025-12-15 01:19:57 +08:00
parent 340c1f1ae5
commit 2757d82007
2 changed files with 16 additions and 18 deletions

View File

@@ -178,6 +178,10 @@
gap: $spacing-xs;
flex-shrink: 0;
svg {
display: block;
}
@media (max-width: $breakpoint-mobile) {
gap: 2px;
}