1
0
Commit Graph

7 Commits

Author SHA1 Message Date
a104f6f2c0 Improve search script 2024-05-06 12:45:39 +02:00
8ace90578e Add favicon 2024-01-26 17:12:11 +01:00
aa289de836 Search optimisation
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
9d2305bd68 Search optimisation 2022-09-30 22:05:25 +02:00
5403e0e556 Enable search on category listing 2021-12-04 22:10:40 +01:00
30ba45ccb1 More font styles and formats 2021-12-02 13:09:26 +01:00
7cd81915fa Custom font and rendering 2021-12-02 11:36:56 +01:00