Ao acessar as configurações do site no celular, o menu é restrito pelo tamanho dos resultados da pesquisa dentro da seção atual.
Meu passo a passo:
No celular, vá para ‘todas as configurações do site’
Procure por ‘email’ na caixa de pesquisa de configurações do site
Ao estar na seção ‘required’ (com apenas 2 resultados), o menu à esquerda é impedido de rolar mais para baixo do que a seção ‘files’
Selecione ‘all’, e agora você pode rolar o menu até o fim (no meu caso) ‘Discourse Gamification’ na parte inferior
3 curtidas
Abri um PR para melhorar isso
main ← ux-mobile-admin-filter
opened 04:59PM - 11 Jul 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 curtidas
Moin
Setembro 22, 2025, 10:26pm
4
Há alguma notícia sobre isso?
3 curtidas
sam
(Sam Saffron)
Outubro 22, 2025, 6:42am
5
Oh meu Deus, @awesomerobot abriu um PR, mas ninguém o atendeu a tempo e ele acabou fechando.
Kris, você deveria reabri-lo e ver se conseguimos mesclar?
3 curtidas
Sim, desculpe o atraso aqui. Originalmente, eu estava tentando corrigir o problema com a navegação existente… mas é um padrão bastante incomum que temos; ela faz algumas coisas estranhas com posicionamento absoluto que não fazemos em outros lugares.
Estou fazendo outra tentativa aqui para substituí-la pelo nosso componente DMenu, o que a torna um menu mais adequado.
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
Aqui está um vídeo de demonstração!
2 curtidas