You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) is mostly hardcoded and does not allow for dynamically changing the layout easily (or swapping out the layout entirely). This will be useful when adapting the UI for #52.
Additionally, while refactoring, errors during gocui actions should be reported up to the UI object and log accordingly. This will make problems like seen in #225 more visible.
The text was updated successfully, but these errors were encountered:
Currently the layout function (
dive/ui/ui.go
Line 186 in 993be8d
Additionally, while refactoring, errors during gocui actions should be reported up to the UI object and log accordingly. This will make problems like seen in #225 more visible.
The text was updated successfully, but these errors were encountered: