There are some out-of-sync problems in the front end. The problems don't happen every time, but there might be a race condition that we should solve to improve the app's consistency.
⚠️ I think it might be better to reset the state of the modal when it closes. If I filled out the function's name and closed the modal, the name would still be there when I reopened the modal.
⚠️ I think the workflow section also has these kinds of unstability. It's probably due to the low-level functions we depend on to make queries and mutations. We'll have to dive in.
We should dive deeper into this part to understand why it's sometimes unstable.
Bug Description
There are some out-of-sync problems in the front end. The problems don't happen every time, but there might be a race condition that we should solve to improve the app's consistency.
Here, the name of the function is empty:
https://github.com/user-attachments/assets/b6c4fea7-6c62-47eb-a95a-bbf8f14271ef
I can't delete a serverless function. After writing the function's name, I always get an error response.
https://github.com/user-attachments/assets/afca1730-b221-4b66-ac25-d67004414115
⚠️ I think it might be better to reset the state of the modal when it closes. If I filled out the function's name and closed the modal, the name would still be there when I reopened the modal.
⚠️ I think the workflow section also has these kinds of unstability. It's probably due to the low-level functions we depend on to make queries and mutations. We'll have to dive in.
We should dive deeper into this part to understand why it's sometimes unstable.