mlhubber / mlflutter

GNU General Public License v3.0
1 stars 0 forks source link

MLFLUTTER: Add a log page to capture ml commands #1

Closed mlhubber closed 2 weeks ago

mlhubber commented 1 month ago

User Story

As a user I want to learn how to run the ml command as well as use the GUI. The Log page will capture the ML commands as they are run.

gjwgit commented 1 month ago

Explore use of riverpod for managing state of the Log.

gjwgit commented 1 month ago

The log is great.

Could you enable selection in the Log window so I can select and copy the command into my own terminal Thanks.

Ting-TT commented 3 weeks ago

Here is the first version of the Log page: (Thank you for pointing the problem out. The text on the Log page is selectable now!)

log_page