firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Improve addressing elements for updates

Open git-moss opened this issue 3 years ago • 0 comments

Currently, the ID of an element needs to be known to update its' parameters. This is problematic since these IDs tend to be not stable, e.g. if the order of pages needs to be changed or elements get moved/copied in/between pages.

As an alternative elements could be addressed by their page, row and column.

git-moss avatar Jan 07 '23 22:01 git-moss