-
Notifications
You must be signed in to change notification settings - Fork 33
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
[App 780] Navigation Sidebar #115
base: develop
Are you sure you want to change the base?
[App 780] Navigation Sidebar #115
Conversation
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.
The overall functionality makes sense, just please confirm that the actual integration should go in some other ticket and we're good to go.
I also have confusion with some drifts we're doing from the existing codebase:
- Why do we use
export const
for some components, butexport default
for others? Why do we actively change it? What benefits it provides? As for cons, the code can quickly become inconsistent if we copy the modules from various plugins and also the differences might be confusing for the new team members. - Why do we add those re-export index.js files? That's more an existential question, bc I never really understood why people create those.
I think that's the point we should discuss those and make an agreement. If we start using those approaches, should we also consider updating IO and SM if it's beneficial?
<Grid | ||
display="flex" | ||
flexDirection="row" | ||
height="100%"> |
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.
it still the same, I can share prettier settings for resolve this
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.
I will add it with next PR
No description provided.