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

[App 780] Navigation Sidebar #115

Open
wants to merge 68 commits into
base: develop
Choose a base branch
from

Conversation

nirbhayel
Copy link

No description provided.

@nirbhayel nirbhayel marked this pull request as ready for review November 15, 2024 11:16
Copy link

@pkniazevych pkniazevych left a 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:

  1. Why do we use export const for some components, but export 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.
  2. 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?

modules/settings/assets/css/style.css Outdated Show resolved Hide resolved
modules/settings/assets/js/app.js Show resolved Hide resolved
<Grid
display="flex"
flexDirection="row"
height="100%">
Copy link

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

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants