Commit graph

17 commits

Author SHA1 Message Date
bronsen
f622a58214 [models] simplify model hierarchy by removing one intermediate layer 2026-01-08 12:06:12 +01:00
bronsen
13121637cf [codestyle] remove commented-out line of code 2026-01-08 12:04:36 +01:00
bronsen
444839b8e6 have Textual handle log messages
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-12-28 21:56:57 +01:00
bronsen
dbd622ed9d make it so that Textual can start the app 2025-12-28 21:56:21 +01:00
bronsen
173d23addf [project] extract tui code into own module, also extraxt (db) models into their own module
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
2025-12-26 18:53:14 +01:00
bronsen
d58ae7aad1 [project] extract low-level database functions into own module 2025-12-26 18:51:07 +01:00
bronsen
de9a8497d8 [deps] drop tortoise in favour of sqlmodel 2025-12-20 04:31:21 +01:00
bronsen
5a190fe590 avoid circular imports 2025-12-10 02:18:33 +01:00
bronsen
6c6ca0e997 create settings module in preparation of aerich
currently, it's only used for tortoise_orm
2025-12-09 21:35:48 +01:00
bronsen
be0d7acf3b [models] add constraints 2025-12-09 21:35:48 +01:00
bronsen
59e68f47bd [models] extract common fields into mixin 2025-12-09 00:53:17 +01:00
bronsen
59d668ba9c [models] move Models into their own module 2025-12-08 17:38:54 +01:00
bronsen
221062ead5 [models] make it so tortoise runs inside textual's async loop thing 2025-12-08 17:38:54 +01:00
bronsen
599d4f579d sprinkle some async over the code 2025-12-04 23:11:41 +01:00
bronsen
8999f5a52f feat(ui): Layout our search results more correctly 2025-12-04 19:28:14 +01:00
bronsen
4fbee9dfee feat(ui): Add Datatable layout 2025-12-04 19:25:18 +01:00
bronsen
65ee1e37c6 feat(ui): Display header, footer, and searchbar 2025-12-04 13:21:49 +01:00