Wojciech Kozlowski wojtek
  • Joined on 2022-11-15
wojtek created pull request wojtek/musichoard#217 2024-09-21 20:52:10 +02:00
WIP: Daemonize the musicbrainz thread
593797c8ac Fix all old unit tests
Compare 2 commits »
39bd5e7935 Separate interface from implementation
a67e6b937f Errors and types
f4745b5d68 Hide Job structs behind trait
7d99219f44 Put event sender behind interface
993de9a38b Some clean up
Compare 4 commits »
21d0034b97 Remove stuff
b4d3eadd63 Now works
00269411e2 Works... sort of
a980086fe0 Daemon draft
f4472ee95d Api submodule
Compare 5 commits »
38517caf4e Add manual input elements to the app an ui (#216)
wojtek commented on issue wojtek/musichoard#188 2024-09-15 15:20:48 +02:00
Add option for manual input during fetch

Part 1: #214 Part 2: #216

wojtek pushed to main at wojtek/musichoard 2024-09-15 15:20:13 +02:00
38517caf4e Add manual input elements to the app an ui (#216)
wojtek merged pull request wojtek/musichoard#216 2024-09-15 15:20:11 +02:00
Add manual input elements to the app an ui
11d3df8f68 Don't use crossterm type directly
b597edc86f Complete unit tests
cb09f47eb2 Ui unit tests
dd3633cd5f Don't use super:: imports
Compare 2 commits »
4b92254a4d Isolate input lifecycle in one place
e4c77c982d Make input part of machine to reset between states
694242e386 Isolate code
18bbf78a92 Fix unit tests
48e19c1f7f Submit on confirm not cancel
Compare 3 commits »
4c39988d96 More verbosity reduction
wojtek created pull request wojtek/musichoard#216 2024-09-14 23:00:00 +02:00
WIP: Add manual input elements to the app an ui
d5716b79e2 Match naming
e8db0e98d5 Don't be verbose if not needed
20f36bcb0e Do state tracking via types
8acf208968 Input no longer a state
09e1cb7fda Visuals good enough
Compare 7 commits »
wojtek opened issue wojtek/musichoard#215 2024-09-14 13:59:12 +02:00
Migrate to using ratatui's layout