bitprj / bit-next

Home Page:https://bit-next.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure Layouts

bryanwong8 opened this issue · comments

Is your feature request related to a problem? Please describe.
We need to create mobile, tablet, and mobile layout for the Explore, Profile, Organization, Write a Blog, User Dashboard and Setting page.

Describe the solution you'd like
Should implement each page with different layouts.

Figma Design

  • Explore
  • file: pages/index.tsx

Screen Shot 2020-05-17 at 9 27 34 PM

  • UserProfile
  • file pages/profile/[pid].tsx

Screen Shot 2020-05-17 at 9 27 50 PM

  • Organization
  • file: pages/organization/[pid].tsx

Screen Shot 2020-05-17 at 9 27 57 PM

  • Article
  • file: pages/article/[pid].tsx

Screen Shot 2020-05-17 at 9 28 10 PM

  • UserDashboard
  • file: pages/user/[pid].tsx

Screen Shot 2020-05-17 at 9 28 19 PM

  • Settings
  • file: This can be more of a component used within the user dashboard settings

Screen Shot 2020-05-17 at 9 28 35 PM

Component Details