add filtering support

This commit is contained in:
insects 2025-02-06 15:11:32 +01:00
parent e564e87c94
commit 77eeaef8cc
6 changed files with 179 additions and 13 deletions

View file

@ -11,6 +11,20 @@ section {
align-items: center;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
}
select {
width: 100%;
}
.header h1 {
margin-top: 0;
}
.title {
padding: 5px 0;
display: flex;