We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is duplicating code of sidebar in application. https://github.com/one-zero-eight/InNoHassle-Website/blob/f1ce6f8304ebac3fb2f264a3aa6c682a41bf4a84/components/layout/Sidebar.tsx#L112-L178 https://github.com/one-zero-eight/InNoHassle-Website/blob/f1ce6f8304ebac3fb2f264a3aa6c682a41bf4a84/components/layout/Sidebar.tsx#L180-L229
To improve overall performance and reduce the size of html page, it would be very good to put everything in one aside element.
It would be great to refactor the sidebar code. I believe that construction from scratch is the best way in this situation.
No response
The text was updated successfully, but these errors were encountered:
danmaninc
Successfully merging a pull request may close this issue.
Bug description
There is duplicating code of sidebar in application.
https://github.com/one-zero-eight/InNoHassle-Website/blob/f1ce6f8304ebac3fb2f264a3aa6c682a41bf4a84/components/layout/Sidebar.tsx#L112-L178
https://github.com/one-zero-eight/InNoHassle-Website/blob/f1ce6f8304ebac3fb2f264a3aa6c682a41bf4a84/components/layout/Sidebar.tsx#L180-L229
To improve overall performance and reduce the size of html page, it would be very good to put everything in one aside element.
Suggested solution
It would be great to refactor the sidebar code. I believe that construction from scratch is the best way in this situation.
Additional context
No response
The text was updated successfully, but these errors were encountered: