mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add phrase uuids; implement comparisons
This commit is contained in:
parent
5b2b04dcf9
commit
690a8e8f24
6 changed files with 40 additions and 19 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use crate::*;
|
||||
// TODO: Display phrases always in order of appearance
|
||||
impl Content for PhrasePool<Tui> {
|
||||
type Engine = Tui;
|
||||
fn content (&self) -> impl Widget<Engine = Tui> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue