Create partial for view agnostic table

This commit is contained in:
mitteneer 2025-05-02 10:00:47 -04:00
parent 3345b20f1f
commit 762a4fd51e
2 changed files with 63 additions and 0 deletions

View file

@ -61,3 +61,11 @@ pub const Rule = struct {
pub const Rules = struct {
rules: []const Rule,
};
pub const Headers = []enum {
Song,
Album,
Artist,
Scrobbles,
Date,
};