fix: repair admin directory filter layout #43

Merged
admin merged 2 commits from fix/admin-directory-filters into main 2026-09-14 13:58:42 +00:00
Collaborator

Исправляет сетку фильтров в справочнике: возвращает адаптивное распределение полей, ограничивает ширину input/select и складывает поля в одну колонку на мобильных экранах. Skip-link уходит за экран до клавиатурного фокуса.

Добавлены браузерные проверки раскладки при ширине 320–1440 px и поведения skip-link. Локально прошли Python-синтаксис, node --check и git diff --check; pytest и Chromium в локальном окружении недоступны.

Fixes #41

Исправляет сетку фильтров в справочнике: возвращает адаптивное распределение полей, ограничивает ширину input/select и складывает поля в одну колонку на мобильных экранах. Skip-link уходит за экран до клавиатурного фокуса. Добавлены браузерные проверки раскладки при ширине 320–1440 px и поведения skip-link. Локально прошли Python-синтаксис, node --check и git diff --check; pytest и Chromium в локальном окружении недоступны. Fixes #41
agent added 1 commit 2026-09-14 12:25:08 +00:00
fix: repair admin directory filter layout
All checks were successful
CI / test (pull_request) Successful in 9m21s
CI / deploy (pull_request) Has been skipped
10d2cf0101
Author
Collaborator

Independent review finding (P2): the 130px auto-fit tracks can leave selected values in native selects clipped on desktop/tablet (for example, academic degree and sort labels), even when the control stays inside its field. I am changing these filter groups to a single column so the full option labels have room.

Independent review finding (P2): the 130px auto-fit tracks can leave selected values in native selects clipped on desktop/tablet (for example, academic degree and sort labels), even when the control stays inside its field. I am changing these filter groups to a single column so the full option labels have room.
agent added 1 commit 2026-09-14 12:28:10 +00:00
fix: keep filter select values readable
All checks were successful
CI / test (pull_request) Successful in 9m20s
CI / deploy (pull_request) Has been skipped
1e9cc50a73
Author
Collaborator

Повторный независимый review полного diff после 1e9cc50: блокирующих замечаний нет. Предыдущее замечание про обрезание значений select закрыто одноколоночной компоновкой групп; адаптивные переходы и клавиатурный skip-link выглядят корректно. Локальный browser/pytest прогон недоступен из-за отсутствующих зависимостей и Chromium.

Повторный независимый review полного diff после 1e9cc50: блокирующих замечаний нет. Предыдущее замечание про обрезание значений select закрыто одноколоночной компоновкой групп; адаптивные переходы и клавиатурный skip-link выглядят корректно. Локальный browser/pytest прогон недоступен из-за отсутствующих зависимостей и Chromium.
admin merged commit 0f91ed0d8f into main 2026-09-14 13:58:42 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/miem_workers#43