Commit graph

13 commits

Author SHA1 Message Date
6ed6ff1a36 Ensure base path always starts and ends with /
The base path is an absolute path, so it should always start with /.
Whenever it is used, it must also always be followed by at least one /,
so baking that into the value makes sense. Finally, we can now
deduplicate the / in case the base path is the root.
2023-08-10 21:03:25 +02:00
794787a4be Use same commit link style everywhere 2023-08-06 23:40:13 +02:00
06e2f25107 Unfold tracked refs by default 2023-08-06 19:07:17 +02:00
90a446a576 Group base template parameters 2023-08-06 18:33:50 +02:00
520ee0f7da Sort and count refs 2023-08-06 13:53:31 +02:00
72f762464d Show all refs on index page 2023-08-06 13:45:16 +02:00
dca83eed55 Show tracked refs from db 2023-08-06 13:14:21 +02:00
755f23dbb9 Set page title properly 2023-08-05 21:33:46 +02:00
db814b6d40 Use <dl> for tracked refs 2023-08-05 21:08:01 +02:00
3b4d8dab72 List tracked refs on index page 2023-08-05 21:03:18 +02:00
e17483b4d6 Set up base template 2023-08-05 14:22:31 +02:00
79667c15b8 Set up sqlx 2023-08-04 01:30:32 +02:00
8b5bfdd231 Use askama to render test template 2023-08-03 19:14:58 +02:00