langflow icon indicating copy to clipboard operation
langflow copied to clipboard

UI updates

Open anovazzi1 opened this issue 1 year ago • 1 comments

Major Changes

  • Added descriptions to the flows to provide more context.
  • Sorted some context providers to improve readability and organization.
  • Implemented error handling for the entire application to ensure smoother operation.
  • Added a reset state feature to the application in the event of an error.
  • Created new UI components for the export and import flows to enhance user experience.
  • Implemented a feature to automatically remove API keys during the export flow for added security.

anovazzi1 avatar Mar 24 '23 22:03 anovazzi1

Good. We should try to show that something went wrong whenever this code run.

For any generic error, but not the ones that can break the app?

anovazzi1 avatar Mar 26 '23 14:03 anovazzi1

Good. We should try to show that something went wrong whenever this code run.

For any generic error, but not the ones that can break the app?

If this Icon check fails and the node isn't loaded. Maybe we should just show a toast telling that Node X failed to load or something like that.

ogabrielluiz avatar Mar 27 '23 02:03 ogabrielluiz

Good. We should try to show that something went wrong whenever this code run.

For any generic error, but not the ones that can break the app?

If this Icon check fails and the node isn't loaded. Maybe we should just show a toast telling that Node X failed to load or something like that.

right, I think that can be done 😁

anovazzi1 avatar Mar 27 '23 02:03 anovazzi1