From 022072ce8bac114ea0a7b94132ed3b8630de2f90 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 17 Apr 2026 00:00:40 +0200 Subject: * fix bug which prevented multiple sources from showing up in the tui at the same time * add padding to bottom of sources * add git status panel to bottom of tui --- model/mod.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model/mod.go') diff --git a/model/mod.go b/model/mod.go index f6a7a94..0a680b5 100644 --- a/model/mod.go +++ b/model/mod.go @@ -1,5 +1,5 @@ package model -type Hydrator interface { - Hydrate(source *Source, result *HydratedSource) error +type Modder interface { + Mod(source *Source, result *HydratedSource) error } -- cgit v1.3