aboutsummaryrefslogtreecommitdiff
path: root/asset-sources
AgeCommit message (Collapse)Author
2024-02-10fix eslintDaniel Schadt
2024-02-10offer a language choice at the bottomDaniel Schadt
2024-02-01remove superfluous console.log statementsDaniel Schadt
2024-02-01fix ts lintDaniel Schadt
2024-01-20use <template> tagDaniel Schadt
This is semantically more sound than using a hidden div
2023-08-22make cursor a pointer for favourite starsDaniel Schadt
2023-08-17show favourite star on home pageDaniel Schadt
2023-08-16initial work on track favouritesDaniel Schadt
2023-06-19hide friends that are already taggedDaniel Schadt
2023-05-25make Fietsboek text a link to home pageDaniel Schadt
2023-05-08add a button to change the sorting on home pageDaniel Schadt
Currently it is realized via a small cookie that is set, which might not be optimal. It's also not too bad though and works just well. And I'm not sure how a better alternative would look like.
2023-03-24move (most of the) JavaScript code to TypeScriptDaniel Schadt
Yay, types! (And a lot of escape hatches)
2023-03-22use sass for the CSS filesDaniel Schadt