عند الوصول إلى إعدادات الموقع على الجوال، تكون القائمة مقيدة بحجم نتائج البحث ضمن القسم الحالي.
خطواتي:
على الجوال، انتقل إلى ‘جميع إعدادات الموقع’
ابحث عن ‘email’ في مربع البحث الخاص بإعدادات الموقع
عندما تكون في قسم ‘required’ (مع نتيجتين فقط)، يتم منع القائمة الموجودة على اليسار من التمرير إلى أبعد من قسم ‘files’
حدد ‘all’، والآن يمكنك تمرير القائمة بالكامل لأسفل إلى (في حالتي) ‘Discourse Gamification’ في الأسفل
3 إعجابات
لقد فتحت طلب سحب لتحسين هذا
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 إعجابات
Moin
22 سبتمبر 2025، 10:26م
4
هل هناك أي أخبار حول هذا؟
3 إعجابات
sam
(Sam Saffron)
22 أكتوبر 2025، 6:42ص
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، 1:00م
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.