No description
Remove /files endpoint and integrate file browser functionality directly into the /status dashboard. This provides a single interface for both analytics and file browsing. - Remove /files route and list_directory handler - Move file listing logic into status_handler as get_file_list helper - Add Total Files stat card and Available Files section to status dashboard - Remove directory_css() and integrate file listing styles into status_css() - Update tests to reflect consolidated functionality - Fix clippy warnings for cleaner code |
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||