File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9292 [ingest/ingest-buttons]
9393 [ingest/commit-ingest-buttons (:conn opts)]])
9494 :label " ingestors"
95+ :opts opts
9596 :actions (ingest/ingest-actions )}]
9697
9798 [widget-bar {:comp git-status/widget
9899 :label " git-status"
100+ :opts opts
99101 :bar git-status/bar}]
100102
101103 [widget-bar {:comp pomodoro/widget
Original file line number Diff line number Diff line change 7878 [:div
7979 {:class [" text-center" " my-36" " text-slate-200" ]}
8080
81- [:div {:class [" font-nes" ]} " Never fetched!" ]
82- [:div {:class [" font-mono" ]} " Are you this out of sync?" ]
81+ (when (empty? repos)
82+ [:div
83+ [:div {:class [" font-nes" ]} " Never fetched!" ]
84+ [:div {:class [" font-mono" ]} " Are you this out of sync?" ]])
8385
8486 [repo-table repos]]))
You can’t perform that action at this time.
0 commit comments