Skip to content

Commit

Permalink
Add TabNav navigate on click (#3664)
Browse files Browse the repository at this point in the history
*Co-authored-by: Ndricim <[email protected]>
  • Loading branch information
camelCaseChris authored Apr 11, 2024
1 parent ec4ce5c commit f4a7e45
Show file tree
Hide file tree
Showing 8 changed files with 466 additions and 218 deletions.
2 changes: 1 addition & 1 deletion bundle-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const filesAndLimits = [
},
{
path: 'core/public/luigi.css',
limit: 900
limit: 1000
},
{
path: 'plugins/auth/public/auth-oauth2/plugin.js',
Expand Down
2 changes: 1 addition & 1 deletion core/src/navigation/LeftNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
function semiCollapsibleButtonClicked() {
isSemiCollapsed = SemiCollapsibleNavigation.buttonClicked();
if (document.getElementsByClassName('fd-tabs').length > 0) {
if (document.getElementsByClassName('luigi-tabsContainerHeader').length > 0) {
dispatch('resizeTabNav', {});
}
setBurgerTooltip();
Expand Down
Loading

0 comments on commit f4a7e45

Please sign in to comment.