mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-17 11:46:28 +08:00
* FEATURE: Topic summarization Summarize topics using the TopicView's "summary" filter. The UI is similar to what we do for chat, but we don't allow the user to select a timeframe. Co-authored-by: Rafael dos Santos Silva <xfalcox@gmail.com>
14 lines
191 B
SCSS
14 lines
191 B
SCSS
.ai-summary-modal {
|
|
.summarization-since,
|
|
.summary-area {
|
|
margin: 10px 0 10px 0;
|
|
}
|
|
|
|
.summary-area {
|
|
min-height: 200px;
|
|
}
|
|
}
|
|
|
|
.topic-ai-summarization {
|
|
margin-left: 10px;
|
|
}
|