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

Align main menu for lf design #2615

Merged
merged 4 commits into from
Sep 20, 2024

Conversation

gaspergrom
Copy link
Contributor

Changes proposed ✍️

What

copilot:summary

copilot:poem

Why

How

copilot:walkthrough

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screenshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@gaspergrom gaspergrom added the Improvement Created by Linear-GitHub Sync label Sep 18, 2024
@gaspergrom gaspergrom self-assigned this Sep 18, 2024
Copy link
Contributor

@joanagmaia joanagmaia left a comment

Choose a reason for hiding this comment

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

If you notive on the top right of the menu, we have a border radius on the main container of the page. Now that we have this new menu I believe this should no longer exist. I believe these are the classes where it is being applied el-container bg-white rounded-tl-2xl

Screenshot 2024-09-18 at 15 28 51

Comment on lines 148 to 151
<style lang="scss">

.app-menu {
--el-menu-base-level-padding: 24px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need this scss at all?

@apply border-r border-gray-200 bg-white py-4 flex flex-col transition-all;

&__link{
@apply w-full flex flex-nowrap items-center border-l-3 h-9 px-5 text-gray-900 text-medium;
Copy link
Contributor

Choose a reason for hiding this comment

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

All menu items have a left gray border when they are not selected. I believe this shouldn't exist

Screenshot 2024-09-18 at 15 28 37
Screenshot 2024-09-18 at 15 28 14

@gaspergrom gaspergrom merged commit 3193a83 into crowd-linux Sep 20, 2024
5 checks passed
@gaspergrom gaspergrom deleted the improvement/menu-design-alignment branch September 20, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants