wip refactoring

This commit is contained in:
Tim Bendt
2025-05-12 17:19:34 -06:00
parent d75f16c25d
commit 7123ff1f43
13 changed files with 1258 additions and 421 deletions

View File

@@ -128,6 +128,7 @@ class OneDriveTUI(App):
table = self.query_one("#items_table")
table.cursor_type = "row"
table.add_columns("", "Name", "Last Modified", "Size", "Web URL")
table.focus()
# Load cached token if available
if os.path.exists(self.cache_file):