Skip to content

Commit

Permalink
README todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq committed Mar 25, 2024
1 parent 71cdd7f commit c28fc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Just remember to urldecode it. Save it and you should ready to go!
- `gojira log -i TICKET -t 1h30m`
- `gojira` -> `gojira recent`
- `gojira` -> `gojira --help`
- [ ] trigger ui updates after worklog change more efficiently
- [x] Add worklogs from ui
- [x] gojira worklog delete option
- [x] recent jira task list for easy time logging
Expand Down
2 changes: 1 addition & 1 deletion gojira/dayview.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ func NewAddWorklogForm(d *DayView, issues []Issue, row int) *tview.Form {
return
}
d.update()
app.ui.summary.update()
app.ui.pages.RemovePage("worklog-form")
app.ui.calendar.update()
app.ui.summary.update()
}()
}

Expand Down

0 comments on commit c28fc5a

Please sign in to comment.