Commit Graph

18 Commits

Author SHA1 Message Date
9e7d2edc0d Clean up tui implementation 2023-04-12 10:20:20 +02:00
611bca1c4a Use background colour for active selection 2023-04-11 15:23:18 +02:00
692b97a783 First dynamic version 2023-04-11 14:53:27 +02:00
147e663450 Static TUI mock-up 2023-04-11 13:52:49 +02:00
0ca084cacc Add collection manager 2023-04-11 11:11:53 +02:00
1c29c68321 Port the tui-rs template code 2023-04-11 09:04:00 +02:00
4a71015aaf Add TUI dependencies to cargo 2023-04-10 22:19:29 +02:00
4f28d97cf3 Remove unsafe from BeetsLibraryCommandExecutor (#23)
Closes #22

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/23
2023-04-10 22:03:04 +02:00
67ba032247 Make Library and Database type naming consistent (#21)
Closes #20

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/21
2023-04-10 21:36:43 +02:00
8b89a13b90 Multiple integration tests can call beets at the same time (#19)
Closes #18

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/19
2023-04-10 20:48:44 +02:00
49931ea0ad Add state information to albums and tracks (#16)
Closes #8

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/16
2023-04-10 11:27:07 +02:00
50f4d00e31 Create the main binary (#15)
Closes #7

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/15
2023-04-10 00:17:38 +02:00
5c7579ba23 Add artist as top level in data structure hierarchy (#13)
Closes #12

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/13
2023-04-01 01:59:59 +02:00
83893f1e7e Decouple DatabaseJson from files (#11)
Closes #10

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/11
2023-03-31 16:14:59 +02:00
7400c5ae10 Local collection trait and beets implementation (#9)
Closes #4

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/9
2023-03-31 21:30:06 +09:00
c40b29cd27 Database trait and JSON implementation (#6)
Closes #3

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/6
2023-03-31 21:30:04 +09:00
4de22e5584 First draft of public data structures (#2)
Closes #1

Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/2
2023-03-31 21:29:49 +09:00
d3ea77d62f Initial commit 2023-03-29 05:49:59 +09:00