AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.75k stars 1.1k forks source link

Fix bugs with deleting hosted workflows and opening workflows #1604

Closed Willy-J closed 6 months ago

Willy-J commented 6 months ago

1.The wrong id was used when deleting hosted workflows from the popup page. 2.When opening the workflow detail page from other pages like the popup or logs page, the current route path was being replaced by the activeTab stored in localStorage. I changed it to prioritize using the current route path when it is a child route. You may need to evaluate if this change has any unintended side effects. Here is a gif demonstrating the bug: GIF