Skip to content

feat(export): prepared network tab and form to send the data to API

Tadeusz Miesiąc requested to merge feature/export-network-download into development

Description

Prepared form to submit network and elements tab in export drawer.

Why compound component instead of hook? It's basically the same solution but compound component gives clear sign that all components are working together into common goal.

Most of the changes are related to moving components and helpers around.

Edited by Tadeusz Miesiąc

Merge request reports