feat: introduce search page + improvements to the search experience

This commit is contained in:
swve 2025-04-06 22:13:26 +02:00
parent 3bc6703f33
commit 12e1d79504
4 changed files with 479 additions and 36 deletions

View file

@ -113,6 +113,10 @@ layer(base);
text-decoration: none;
}
button {
@apply cursor-pointer;
}
* {
box-sizing: border-box;
}