radicle-heartwood-lfs/radicle-tui/src
Alexis Sellier e6baeab0c9
cob: Guarantee there is always a latest revision
We change `Patch::latest` to always return something, because a patch is
malformed if it doesn't have at least one revision, and thus would not
load in the first place.

This also implies that there is a latest revision in the face of
concurrent updates.

Note that currently, traversal order for concurrent updates is still random.
This will be fixed in another patch.
2023-05-26 10:31:00 +02:00
..
app tui: Redraw on resize 2023-05-23 12:33:31 +02:00
cob cob: Guarantee there is always a latest revision 2023-05-26 10:31:00 +02:00
ui cob: Guarantee there is always a latest revision 2023-05-26 10:31:00 +02:00
app.rs tui: Implement page stack and page state 2023-05-12 14:35:03 +02:00
cob.rs tui: Add module providing access to patch cob 2023-04-18 16:21:54 +02:00
lib.rs tui: Redraw on resize 2023-05-23 12:33:31 +02:00
main.rs tui: Implement patches workspace 2023-04-18 16:21:54 +02:00
ui.rs tui: Add custom block implementation 2023-04-28 10:22:58 +02:00