-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
There now exists an ErrorPopup that pops up on screen whenever an error occurs
To better utilize this, we need to refactor code so that whenever an error occurs, it should be showed via the popup.
utils.ReturnError(locn, title string, err error) tea.Cmd
This is the function you can call to return a tea.Cmd error, since it returns tea.Cmd, you need to return this only in the Update() method and any outlying error handling needs to first be returned to the Update() method and then handled.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed