При доступе к настройкам сайта на мобильном устройстве меню разделов ограничивается размером результатов поиска в текущем разделе.
Мои пошаговые действия:
На мобильном устройстве перейдите в «Все настройки сайта»
Введите «email» в поле поиска настроек сайта
Находясь в разделе «Обязательные» (где всего 2 результата), меню слева не позволяет прокручиваться дальше вниз, чем раздел «Файлы»
Выберите «Все», и теперь вы можете прокрутить меню до самого низа (в моём случае — до «Discourse Gamification» внизу)
3 лайка
Я открыл PR, чтобы улучшить это
main ← ux-mobile-admin-filter
closed 02:02AM - 24 Sep 25 UTC
As reported here https://meta.discourse.org/t/site-setting-menu-limited-by-resul… ts-page-size/372904
If you filter the 'all site settings' list and try to scroll down, you're limited by the height of the settings... and can't scroll down to reach other categories.
Can't scroll past "backups" here:
<img height="500" alt="image" src="https://github.com/user-attachments/assets/08f7543f-e704-415d-9191-4ce2551fef27" />
This is because of how overflow is hidden and the menu is absolutely positioned.
This PR adds a new wrapper and applies flex so the menu doesn't have to be absolutely positioned and gets included in the height calculation... so now we can scroll fully:
<img height="500" alt="image" src="https://github.com/user-attachments/assets/bd7654c3-f6c0-42b8-aa27-043300ae4075" />
This menu needs more refactoring in general, but at least makes it more usable on mobile.
3 лайка
Moin
22.Сентябрь.2025 22:26:41
4
Есть ли какие-то новости по этому поводу?
3 лайка
sam
(Sam Saffron)
22.Октябрь.2025 06:42:29
5
Ой, @awesomerobot открыл PR, но никто не успел его обработать, и в итоге он закрылся.
Крис, не мог бы ты его снова открыть и посмотреть, можем ли мы его слить?
3 лайка
Да, извините за задержку. Изначально я пытался исправить проблему с существующей навигацией… но у нас довольно необычный шаблон, который использует абсолютное позиционирование нестандартным образом, чего мы не делаем в других местах.
Сейчас я снова пытаюсь заменить её на наш компонент DMenu, чтобы сделать меню более правильным.
main ← ux-admin-setting-dmenu
opened 10:44PM - 16 Apr 26 UTC
This replaces our old and slightly janky slide-in menu for admin site settings a… nd watched words with DMenu. This makes the implementation more reliable and avoids a couple issues (including https://meta.discourse.org/t/site-setting-menu-limited-by-results-page-size/372904)
Before:
https://github.com/user-attachments/assets/d17c7a35-2cba-4e6f-bdd9-a3697145d0d4
After:
https://github.com/user-attachments/assets/3bf84e5e-a338-42a9-ad40-eac551243205
Вот демо-видео!
2 лайка
system
(system)
Закрыл(а) тему
25.Апрель.2026 13:00:59
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.