feat: improve AI Suggestions UI status element to cover main scenarios
requested to merge 680-feat-ai-assisted-code-suggestions-improve-ui-status-element-to-cover-main-scenarios into main
Related to #680 (closed)
This MR introduces new UI statuses:
-
loading
- suggestions are fetched -
error
- there was an error fetching suggestions
Also disabled
status might be due to suggestions being disabled in config or due to unsupported language. You can differentiate these via tooltip
Edited by Illya Klymov