-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Adapt website footer for mobile and tablet version #4029
Comments
Hi @FelixMalfait , |
Hi @essofyany We have a PR down the line in which we are planning to introduce screensize hook in twenty-website. So to avoid any issues I'll be sharing the file path, name and code. Please use that hook to render different pages. |
Hi @Kanav-Arora |
I'll be commit code in this PR #3984 |
Hi @essofyany |
Hey we merged the PR but it turns out useDeviceType isn't a good solution. We should use https://emotion.sh/docs/media-queries#facepaint instead - fix coming soon |
Ok the new method is finally merged - this is the best approach! #4169 |
We currently have two tools to build our website Twenty.com:
Example page managed by Framer: https://twenty.com/
Example page managed by NextJS: https://twenty.com/user-guide (it's ugly! and not launched. Will be redesigned soon!)
We've done a quick v1 for the footer which you can see on the NextJS page.
But we didn't adapt that design to work on mobile and tablet as it it is on the https://twenty.com/ website.
The goal of this ticket is to copy the behavior of the Framer website on mobile/tablet and implement it on the NextJS version.
Would be amazing if we use an object as source of truth for all links and not copy/paste into 3 files.
Code for NextJS website is in: https://github.com/twentyhq/twenty/tree/main/packages/twenty-website
The text was updated successfully, but these errors were encountered: