diff --git a/assets/views.gif b/assets/views.gif index cce1b4f..adda074 100644 Binary files a/assets/views.gif and b/assets/views.gif differ diff --git a/assets/views.tape b/assets/views.tape index 22cb25a..5886ffd 100644 --- a/assets/views.tape +++ b/assets/views.tape @@ -2,9 +2,9 @@ Output assets/views.gif Set Shell "bash" -Set FontSize 16 -Set Width 700 -Set Height 450 +Set FontSize 14 +Set Width 900 +Set Height 600 Set Theme "Catppuccin Mocha" Type "bb views" @@ -45,4 +45,4 @@ Sleep 600ms # Actually quit Type "q" -Sleep 500ms +Sleep 1s diff --git a/examples/views.clj b/examples/views.clj index 8c56738..cadf261 100644 --- a/examples/views.clj +++ b/examples/views.clj @@ -87,12 +87,7 @@ [:col {:gap 1} [:text {:bold true :fg :cyan} (:name selected)] [:text ""] - [:text (:desc selected)] - [:text ""] - [:text {:fg :gray :italic true} - "This is a detailed view of the selected item."] - [:text {:fg :gray :italic true} - "You could show forms, settings, or other content here."]]] + [:text (:desc selected)]]] [:text {:fg :gray} "b/esc: back q: quit"]]) (defn confirm-view [_model]