aboutsummaryrefslogtreecommitdiff
path: root/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2025-06-06 03:03:35 +0200
committerSan Jacobs2025-06-06 03:03:35 +0200
commit05bd430377d0085095d9c78e5922642490e1baa3 (patch)
treebb853e1d81abbdeb492cd74b39f291fe2d91bb82 /main.odin
parente50cee75f11f0a9b1b4006daec2381bb497e02f6 (diff)
downloadbetter-report-05bd430377d0085095d9c78e5922642490e1baa3.tar.gz
better-report-05bd430377d0085095d9c78e5922642490e1baa3.tar.bz2
better-report-05bd430377d0085095d9c78e5922642490e1baa3.zip
This is version 0.6 now that I've fixed the sorting behavior
Diffstat (limited to 'main.odin')
-rwxr-xr-xmain.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.odin b/main.odin
index 1a4f4ef..2716171 100755
--- a/main.odin
+++ b/main.odin
@@ -6,7 +6,6 @@ import "core:path/filepath"
import "core:strings"
/*
-TODO: Fix sort direction toggle behavior
TODO: If submitted path is a directory, traverse the tree to find all .CSVs
TODO: Move info that's all the same throughout the table into the info header
*/