jack222
(name)
Mars 2, 2026, 3:42
1
Bonjour,
L’indicateur de soulignement sous les onglets « Suggéré » et « Connexe » est verticalement désaligné. Lors du passage d’un onglet à l’autre, la ligne horizontale apparaît à différentes hauteurs, ce qui entraîne une disposition incohérente.
Je pense qu’il s’agit d’un problème d’interface utilisateur qui pourrait nécessiter d’être corrigé.
1 « J'aime »
Merci de nous l’avoir signalé ! Nous avons des changements en cours pour ces onglets qui devraient bientôt remédier à cela.
main ← dev-render-more-tabs-header
approved 09:24PM - 27 Feb 26 UTC
This makes these tabs for suggested topics less fragile by rendering the tabs di… rectly within the `th` cell, rather than implementing them outside the table an absolutely positioning them.
<img width="2038" height="828" alt="image" src="https://github.com/user-attachments/assets/f746dbaf-cbd0-4fcc-9147-73856782b5a9" />
This is done by moving the tab state into a `MoreTopicsTabsService` so `TopicCell` can access it directly.
2 « J'aime »
Falco
(Falco)
Mars 3, 2026, 11:38
3
@awesomerobot les onglets ont disparu sur mobile ici sur Meta, est-ce lié ?
3 « J'aime »
C’est le cas ! Correction en cours
main ← fix-show-mobile-suggested-tabs
opened 12:29AM - 04 Mar 26 UTC
Follow-up to b89e514552fdc029b2b998adc7024e10b1049574
Since the tabs now rend… er in the table header, we need to force them to appear on mobile (because we hide the table header)
Before (missing tabs):
<img width="400" alt="image" src="https://github.com/user-attachments/assets/1014af57-ae84-4850-bbd3-48690ba6802b" />
After:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/405e8052-2138-444a-8676-1cb51a3c7331" />
1 « J'aime »