Show parameters of current display #135
Description
Context: currently, the only indication of the parameters with which the current display was fetched is the actual values of the configuration inputs (address, offset, length). If the user changes those values and either doesn't try to fetch memory or tries and fails, the display is not updated, and we lose the connection between the inputs and the current state of the display. It would be desirable to display the parameters used for the current state of the table apart from the inputs so that the user can always tell what context the data displayed comes from.
Maybe an alternative would be to add some information to the table display indicating the parameters with which the data displayed was fetched. That would at least address the potential for confusion.
I personally like this idea. Since it might require a little bit of UI re-design maybe it's better left for a separate PR if that's OK with you.
Originally posted by @federicobozzini in #132 (comment)