feat(mi): load context suggestions on component init for bar placeholder rotation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
25abb0266b
commit
696ab3cfd9
|
|
@ -56,6 +56,8 @@ export class RStackMi extends HTMLElement {
|
||||||
this.#render();
|
this.#render();
|
||||||
this.#loadModels();
|
this.#loadModels();
|
||||||
this.#setupKeyboard();
|
this.#setupKeyboard();
|
||||||
|
// Load initial suggestions for bar placeholder rotation
|
||||||
|
setTimeout(() => this.#loadSuggestions(), 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnectedCallback() {
|
disconnectedCallback() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue