fixes and backwards compatability with new registry types

This commit is contained in:
Lucy Cifferello
2024-06-04 21:25:29 -04:00
parent 206c185a3b
commit bd4d89fc21
18 changed files with 120 additions and 38 deletions

View File

@@ -33,6 +33,7 @@ header {
1;
border-width: 0;
border-right: 0.125rem solid;
overflow: visible;
}
@media screen and (min-width: 1536px) {

View File

@@ -66,6 +66,7 @@ export class MenuComponent implements OnDestroy {
this.query = ''
this.categoryService.resetQuery()
this.categoryService.changeCategory(category)
this.categoryService.handleNavigation()
}
onQueryChange(query: string): void {