JadKHaddad / serial-vau

1 stars 1 forks source link

Show errors in the UI #6

Open JadKHaddad opened 1 month ago

JadKHaddad commented 1 month ago

This involves a global or local error handler. All backend functions are called in appState. So we can handle the erros there (globally) are propagate them to the caller (locally).

We also need a background errors channel. Just like the serial_packet_event and serial_ports_event in App.vue: error_event. therefore we will:

JadKHaddad commented 1 week ago

56 was merged