radicle-heartwood-lfs/radicle-tui/src/ui
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
..
cob cob: Guarantee there is always a latest revision 2023-05-26 10:31:00 +02:00
components tui: Update navigation design 2023-04-28 11:41:33 +02:00
widget tui: Use default colors in theme 2023-05-10 17:20:13 +02:00
cob.rs tui: Add ui wrapper for patches 2023-04-18 16:21:54 +02:00
components.rs tui: Reorganize component modules 2023-04-24 17:49:56 +02:00
ext.rs tui: Add custom block implementation 2023-04-28 10:22:58 +02:00
layout.rs tui: Update navigation design 2023-04-28 11:41:33 +02:00
state.rs tui: Implement workspaces container 2023-03-20 16:27:42 +01:00
theme.rs tui: Use default colors in theme 2023-05-10 17:20:13 +02:00
widget.rs tui: Split widgets into separate modules 2023-04-24 17:49:56 +02:00