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

Fix standardize home layout menu UX #21

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rsdeus
Copy link
Member

@rsdeus rsdeus commented Feb 3, 2025

🎩 What? Why?

The Home Menu layout doesn't work well, some elements are too narrow, others too wide.

📌 Related Issues

https://git.octree.ch/decidim/decidim-nightly/-/issues/81

📷 Screenshots

image

♥️ Thank you!

@rsdeus rsdeus requested a review from froger February 3, 2025 15:15
Copy link
Member

@froger froger left a comment

Choose a reason for hiding this comment

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

All fine, but it seems there are some unused css classes left

@@ -39,15 +39,15 @@ def breadcrumb_root_menu
@breadcrumb_root_menu ||= ::Decidim::BreadcrumbRootMenuPresenter.new(
:menu,
self,
container_options: { class: "menu-bar__main-dropdown__menu" }
Copy link
Member

Choose a reason for hiding this comment

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

if remove the __main, I would expect the __main class be removed as well here:

@@ -3,7 +3,7 @@
<%= render :metadata %>
<%= cell "decidim/content_blocks/menu_breadcrumb_last_activity", model, hide_participatory_space: true %>
</div>
<ul class="menu-bar__secondary-dropdown__menu">
Copy link
Member

Choose a reason for hiding this comment

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

If remove this class, I would expect to have this css class removed also from styles

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

Successfully merging this pull request may close these issues.

2 participants