jack222
(name)
2 Marzo 2026, 3:42pm
1
Ciao,
L’indicatore sottolineato sotto le schede “Suggeriti” e “Correlati” è verticalmente disallineato. Passando tra le due schede, la linea orizzontale appare ad altezze diverse, con conseguente layout incoerente.
Credo che questo sia un problema dell’interfaccia utente che potrebbe necessitare di essere risolto.
1 Mi Piace
Grazie per la segnalazione! Abbiamo in programma alcune modifiche a queste schede che risolveranno presto il problema.
main ← dev-render-more-tabs-header
merged 04:40PM - 02 Mar 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 Mi Piace
Falco
(Falco)
3 Marzo 2026, 11:38pm
3
@awesomerobot le schede sono scomparse su mobile qui su Meta, è correlato?
3 Mi Piace
È così! Correzione in arrivo
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 Mi Piace