-
Notifications
You must be signed in to change notification settings - Fork 1
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
OV-62: create-avatar-page #66
Conversation
frontend/src/bundles/common/components/create-avatar/components/dots.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check out project structure and fix your structure please!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also i dont think that is common components
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should move these files into the 'pages' folder since this is a new page, not just a component.
frontend/src/bundles/common/components/create-avatar/components/circles.tsx
Outdated
Show resolved
Hide resolved
frontend/src/bundles/common/components/create-avatar/components/dots.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DRY
you duplicate all your code 2 times!
Creating avatar will be a separate resource, we can create bundle for it. Also you should add route for this page
We should merge sidebar before this one. |
Please update the target brach. Your PR include changes from another |
Why are there 0 files changed right now?... |
I guess because it was merged with sidebar component, and that one was merged to next already |
You should close the pr if there are no changes |
Yes, I guess so |
Create avatar layout component