mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-16 11:36:23 +08:00
This commit adds an empty state when the user doesn't have any PM history. It ALSO retains the new conversation button in the sidebar so it no longer jumps. The button is disabled, icon, and text are all updated.
7 lines
164 B
Text
7 lines
164 B
Text
import { i18n } from "discourse-i18n";
|
|
|
|
<template>
|
|
<div class="ai-bot-sidebar-empty-state">
|
|
{{i18n "discourse_ai.ai_bot.sidebar_empty"}}
|
|
</div>
|
|
</template>
|