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
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.
For now, it just lists the existing sessions using fyne widget.List.
The graphs will be generated using go-chart in the next patches.
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.
For now, it just lists the existing sessions using fyne widget.List.
The graphs will be generated using go-chart in the next patches.
While doing some refactoring in the main app, this patch starts
implementing the history feature as described in #5.
It generates "graphs" using fyne canvas instead of using any other
complicated, heavy libs.
The text was updated successfully, but these errors were encountered: