Adds fuzzy search and enhances services UI interactions

Implements advanced service search using Fuse.js
Improves category expand/collapse animations
Adds interactive search functionality for service list

Enhances user experience by enabling quick service filtering and smooth UI interactions
This commit is contained in:
Janus C. H. Knudsen 2026-01-16 01:05:11 +01:00
parent 4cf30e1f27
commit fad5e46dfb
4 changed files with 141 additions and 3 deletions

View file

@ -37,10 +37,16 @@ swp-search-input {
border: none;
background: transparent;
outline: none;
box-shadow: none;
font-size: var(--font-size-base);
color: var(--color-text);
width: 100%;
&:focus {
outline: none;
box-shadow: none;
}
&::placeholder {
color: var(--color-text-tertiary);
}