WIP: create main menu helper #430

Closed
ricsdeol wants to merge 1 commits from feat/main_menu_helper into main
ricsdeol commented 2024-02-11 11:40:00 +08:00 (Migrated from github.com)

maybe-menu

  • Fix Hover other menu
  • Fix Layout Helper Test

Closes #428
/claim #428

![maybe-menu](https://github.com/maybe-finance/maybe/assets/719970/7434207f-f32e-4f41-982e-6e1b6893e178) - [ ] Fix Hover other menu - [ ] Fix Layout Helper Test Closes #428 /claim #428
algora-pbc[bot] commented 2024-02-11 11:40:05 +08:00 (Migrated from github.com)
💵 To receive payouts, [sign up on Algora](https://console.algora.io/auth/signup), [link your Github account](https://console.algora.io/onboarding/solver) and [connect with Stripe/Alipay](https://console.algora.io/onboarding/solver).
robzolkos (Migrated from github.com) reviewed 2024-02-11 14:21:48 +08:00
@@ -0,0 +2,4 @@
<%= link_to link_path, class: "block hover:bg-white border hover:border-[#141414]/[0.07] rounded-xl hover:text-gray-900 hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center #{menu_link_active_class(link_path)}" do %>
<% yield %>
<% end %>
</li>
robzolkos (Migrated from github.com) commented 2024-02-11 14:21:48 +08:00

Could this be done in the helper? ( so we don't need to go view -> helper -> view) ?

Could this be done in the helper? ( so we don't need to go view -> helper -> view) ?
Shpigford commented 2024-02-12 02:50:22 +08:00 (Migrated from github.com)

Closing in favor of #435. Thank you for working on this!

Closing in favor of #435. Thank you for working on this!

Pull request closed

Sign in to join this conversation.