Phase 6: Settings Migration #116

Closed
opened 2026-07-02 12:22:24 +00:00 by NW · 0 comments
Owner

Goal

Мигрировать settings.js: большая форма с секциями, readonly, switches.

Tasks

  • 4 секции → card + card-body или panel panel-icon
  • row + col-md-6 для пар полей
  • Checkboxes → form-check form-switch
  • Readonly секции → form-control:disabled или alert.alert-secondary
  • Password fields → form-control type=password + autocomplete=off
  • Hidden inputs сохранить
  • Save button → btn btn-success

Acceptance Criteria

  • Settings форма — Bootstrap styled
  • R
## Goal Мигрировать settings.js: большая форма с секциями, readonly, switches. ## Tasks - [x] 4 секции → card + card-body или panel panel-icon - [x] row + col-md-6 для пар полей - [x] Checkboxes → form-check form-switch - [x] Readonly секции → form-control:disabled или alert.alert-secondary - [x] Password fields → form-control type=password + autocomplete=off - [x] Hidden inputs сохранить - [x] Save button → btn btn-success ## Acceptance Criteria - [x] Settings форма — Bootstrap styled - [x] R
NW added this to the SmartAdmin Admin Panel Refactor milestone 2026-07-02 12:22:24 +00:00
NW closed this issue 2026-07-02 12:57:05 +00:00
Sign in to join this conversation.