Skip to content
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

create layout #456

Merged
merged 14 commits into from
Jun 20, 2024
Merged

create layout #456

merged 14 commits into from
Jun 20, 2024

Conversation

kindlyman343423
Copy link
Contributor

No description provided.

@kindlyman343423 kindlyman343423 requested a review from a team as a code owner June 15, 2024 16:33
Copy link
Contributor

@dcts dcts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments:

  • please setup your linter as there are some formatting issues. You can see them when you run npm run lint. You can install Prettier and ESLint to automate this
  • there are some responsivness issues, please ensure the design work for all viewports (the smallest one 320px width mobile screen).
    image
    Bildschirmfoto vom 2024-06-17 14-41-49

To address the responsiveness, I suggest to have a centered container of 800px that contains 2 400px cols. But when screenwidth is below 600px switches to having the content stacked in a single column again.

Other than that, great work!

public/socials/youtubu.png Outdated Show resolved Hide resolved
src/app/components/NavBar.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
src/app/kpis/page.tsx Outdated Show resolved Hide resolved
@kindlyman343423
Copy link
Contributor Author

fixed all error
pls check

tailwind.config.js Outdated Show resolved Hide resolved
@kindlyman343423
Copy link
Contributor Author

kindlyman343423 commented Jun 18, 2024 via email

package.json Outdated Show resolved Hide resolved
@kindlyman343423
Copy link
Contributor Author

kindlyman343423 commented Jun 18, 2024 via email

@kindlyman343423
Copy link
Contributor Author

i am waiting for your new feedback

@dcts
Copy link
Contributor

dcts commented Jun 19, 2024

  • please remove tailwindcss-scrollbar. We already use tailwind-scrollbar. You should not have a build error, so please investigate that on your end.
  • please fix responsive design. It now has only a single column on all screensizes. It should have a max container with 800px (which Insaw you implemented already), then 2 columns for all screensizes above 600px and switch to a single column for all screensizes below 600px width

package-lock.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
tailwind.config.js Outdated Show resolved Hide resolved
@dcts
Copy link
Contributor

dcts commented Jun 20, 2024

Great work, thank you for fixing all issues!

@dcts dcts merged commit 10e12a0 into DeXter-on-Radix:kpi-dash Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants