Enhance mobile navigation, fix footer and replace mail contact#52
Merged
Conversation
Full desktop nav (7 links + logo + lang switcher + docs + github) had no responsive treatment below 1080px, causing overflow and clipped buttons. Adds a burger toggle that opens a left slide out panel with the nav links and language switcher moved inline.
Citation/CoC, Discord/Group/Email, coming soon meta, and Mission/Vision card grids used fixed inline grid template columns with no breakpoint, overflowing on small screens. Moved them to CSS classes and added stacking rules at 740px/980px.
es, de and zh locale strings used < instead of < for 'reply in < 48h', rendered literally since the text isn't passed through dangerouslySetInnerHTML.
Address was only reachable via the mailto: link on the 'Write' button, not visible as text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces major improvements to the navigation and layout for better mobile responsiveness and maintainability. It also standardizes the community contact email throughout the codebase and refactors several grid layouts to use CSS classes instead of inline styles. Additional minor improvements include updating translation files and cleaning up the footer.
Navigation and Mobile Responsiveness
Navbar.tsx, including a burger menu, backdrop, slide-in menu, and mobile language switcher. Updated CSS inglobals.cssto support these features and hide/show elements appropriately on different screen sizes.htmlandbodyelements to ensure the footer stays at the bottom and the page uses full viewport height.Contact Email Standardization
dashai.nocode@gmail.comwithcontacto@dash-ai.comin the footer, about, community, and contribute routes to ensure a single, up-to-date contact address is used throughout the site.Grid Layout Refactoring
community-grid,abt-mission-grid,citation-grid) in the About, Community, and Contribute routes, and added corresponding CSS for desktop and mobile breakpoints.Footer and Minor UI Updates
Translation and Content Fixes