-
Notifications
You must be signed in to change notification settings - Fork 1
fix: sidebar behavior #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
feat: export icons
feat: migrate icons from helpcenter and devportal
Fix/icon name
fix: VTEXDevPortalIcon
fix: VTEXLogoFooter
styles: update word-break behavior
|
Testei essa PR atualizando o "@vtexdocs/components": "https://github.com/vtexdocs/components.git#fix/sidebar"Depois executei Problema EncontradoA aplicação falha ao renderizar com o seguinte erro: Parece que o projeto helpcenter importa SugestãoAdicionar os exports dos ícones que estão faltando em export { default as CopyIcon } from './components/icons/copy-icon'
export { default as SearchIcon } from './components/icons/search-icon'Assim que corrigido, posso re-testar as mudanças de comportamento da sidebar. |
…into fix/sidebar
Description
This PR fixes sidebar styling issues affecting navigation on smaller screens.
Now, the sidebar stays open regardless of screen size, and users can close it whenever they want. The solution aligns with the issue raised by the design team: vtexdocs/helpcenter#365
Types of changes