Added changes to search by Vicon structure. Added fix for Page view for settings column.

This commit is contained in:
F4ilji
2025-04-03 15:11:04 +05:00
parent b104a04f43
commit 13c45b80d2
17 changed files with 288 additions and 76 deletions
+3 -3
View File
@@ -96,8 +96,8 @@ export default {
headerFilter: false,
underSliderHeader: true,
logos: {
default: '/logos/white_ntspi_logo.svg',
alternate: '/logos/ntspi-logo.svg',
default: '/logos/ntspi_white.svg',
alternate: '/logos/ntspi.svg',
},
}
},
@@ -113,7 +113,7 @@ export default {
}
}
this.headerFilter = this.scrollPosition > 50;
this.headerFilter = this.scrollPosition > 5;
},
},
watch: {