mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-18 11:49:33 +08:00
- Remove unused 'toggleAiBotPanel' widget action
- Switch from appEvents to closure actions
- Convert widget definition to native class syntax, so that we can use `@action` decorator. (alternatively, we could have done `{ closePanel: this.hideAiBotPanel.bind(this) }` in `RenderGlimmer`
|
||
|---|---|---|
| .. | ||
| ai-bot-header-panel.hbs | ||
| ai-bot-header-panel.js | ||
| ai-helper.hbs | ||
| ai-helper.js | ||
| ai-summary.hbs | ||
| ai-summary.js | ||
| model-accuracies.hbs | ||
| model-accuracies.js | ||
| reviewable-ai-chat-message.hbs | ||
| reviewable-ai-chat-message.js | ||
| reviewable-ai-post.hbs | ||
| reviewable-ai-post.js | ||