mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-07 12:08:13 +00:00
b172ef11c4
This PR adds new reports for displaying information about post sentiments grouped by date and emotions group by TL. Depends on discourse/discourse#24274
9 lines
142 B
SCSS
9 lines
142 B
SCSS
.dashboard.dashboard-sentiment .charts {
|
|
.overall-sentiment {
|
|
grid-column: span 8;
|
|
}
|
|
.post-emotion {
|
|
grid-column: span 4;
|
|
}
|
|
}
|