fix(frontend): #182
The issue: #182 During startup, enable text field, but disable submit The current behavior of the application prevents users from typing their prompts while waiting for the initialization process to complete. This hampers the ideal user experience, especially in cases where the initialization phase takes some time.
So the fix ensures that users can type their prompts while the application is initializing, allowing them to be ready to submit their input once the initialization process is complete.
I think that's a lint issue
@maruf-rahman007 looks like you need to fix the lint issues
Looks like this is fixed now. Thanks!