jack222
(name)
Março 2, 2026, 3:42pm
1
Olá,
O indicador sublinhado abaixo das abas “Sugerido” e “Relacionado” está desalinhado verticalmente. Ao alternar entre as duas abas, a linha horizontal aparece em alturas diferentes, resultando em um layout inconsistente.
Acredito que este seja um problema de interface do usuário (UI) que pode precisar ser corrigido.
1 curtida
Obrigado por relatar! Temos algumas alterações nessas abas em andamento que resolverão isso em breve.
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 curtidas
Falco
(Falco)
Março 3, 2026, 11:38pm
3
@awesomerobot as abas sumiram no celular aqui no Meta, isso está relacionado?
3 curtidas
É isso mesmo! Correção a caminho
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" />
2 curtidas