Skip to content

Resolve "refactor the editableTable"

Giannis Koumoutsos requested to merge 119-refactor-EditableTable into main

Some initial changes especially visual not fully functional.

Remove the input for name in the dialog that appears for editing dict and list.

Screenshot_from_2023-05-02_14-28-46

Screenshot_from_2023-05-02_14-28-21

  1. For nodes modify the label-comment and table inputs.
  2. Remove onEdit functionality and make everything editable on the table
  3. Keep save and delete actions in the table.
  4. Use the editIcon in the value when it is list or dict to open the editing dialog.
  5. Create a new component for DataMapping that is a simplified version of the editableTable for now.

Screenshot_from_2023-05-02_14-27-48

Screenshot_from_2023-05-02_14-27-29

Change the style for inputs to be the same everywhere:

Screenshot_from_2023-05-02_14-25-58

Screenshot_from_2023-05-02_14-25-31

Edited by Giannis Koumoutsos

Merge request reports

Loading