mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-02 19:33:38 +00: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>
15 lines
191 B
SCSS
15 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;
|
|
}
|