Rework nav/nav_item components

Created on 12 August 2024, 2 months ago
Updated 16 September 2024, about 1 month ago

Problem/Motivation

While doing ✨ Ensure media library popin is usable Postponed , I looked at nav and nav_item and I think those patterns and preprocess for menu local tasks/task can be simplified with the links normalization.

I think nav_item can be integrated directly into nav and maybe navbar_nav and nav could become only one pattern.

Add tab / tab_pane component

https://getbootstrap.com/docs/5.3/components/navs-tabs/#javascript-behavior

Update PreprocessFilterTips to use it.

Changes summary:

  • nav component reworked:
    • use links prop type for menu elements: improve site building features
    • add card_header prop type to remove the last pattern preprocess
    • add tab_content slot for easier tab content generation (maybe not site buildable, but at least it ease custom development)
  • preprocess_menu_local_task transformed into preprocess_menu_local_tasks to do our stuff directly in menu_local_tasks
  • no more need of the menu-local-task template
  • nav_item component removed
  • last pattern preprocess removed!
  • fix button variant in dropdown
✨ Feature request
Status

Fixed

Version

5.0

Component

Code

Created by

🇫🇷France Grimreaper France 🇫🇷

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024