refine navigation and loading enteries
This commit is contained in:
parent
99548e67b7
commit
8414414f98
10 changed files with 148 additions and 41 deletions
|
|
@ -3,3 +3,4 @@ package gemlog
|
|||
type Notification string
|
||||
type ErrorMsg struct{ err error }
|
||||
type GemLogsLoaded struct{ Logs []GemlogListEntry }
|
||||
type GemLogLoaded struct{ Log GemlogEntry }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue