File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG.md
22
3+ ## 0.30.0 (unreleased)
4+
5+ - ** Fix** : the search feature in the shell component was not working when no menu item was defined.
6+
37## 0.29.0 (2024-09-25)
48 - New columns component: ` columns ` . Useful to display a comparison between items, or large key figures to an user.
59 - ![ screenshot] ( https://github.com/user-attachments/assets/89e4ac34-864c-4427-a926-c38e9bed3f86 )
Original file line number Diff line number Diff line change 158158
159159<body class =" layout-{{ #if sidebar }} fluid{{ else }} {{ default layout ' boxed' }} {{ /if }} " {{ #if theme }} data-bs-theme =" {{ theme }} " {{ /if }} >
160160 <div class =" page" >
161- {{ #if (or (or title (or icon image )) menu_item )}}
161+ {{ #if (or (or title (or icon image )) ( or menu_item search_target ) )}}
162162 <header id =" sqlpage_header" >
163163 {{ #if sidebar }}
164164 <aside class =" navbar navbar-vertical navbar-expand-lg" {{ #if sidebar_theme }} data-bs-theme =" {{ sidebar_theme }} " {{ /if }} >
196196 <h1 class =" mb-0 fs-2 text-truncate flex-grow-1" style =" flex-basis:0" >
197197 <a class =" text-decoration-none" href =" {{ #if link }} {{ link }} {{ else }} /{{ /if }} " >{{ default navbar_title title }} </a >
198198 </h1 >
199- {{ #if menu_item }}
199+ {{ #if ( or menu_item search_target ) }}
200200 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbar-menu" aria-controls =" navbar-menu" aria-expanded =" false" aria-label =" Toggle navigation" >
201201 <span class =" navbar-toggler-icon" ></span >
202202 </button >
Original file line number Diff line number Diff line change 1+ select ' shell' as component,
2+ ' /' as search_target,
3+ ' It works !' as search_value;
You can’t perform that action at this time.
0 commit comments