mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-06 21:23:47 +00:00
This PR adds new reports for displaying information about post sentiments grouped by date and emotions group by TL. Depends on discourse/discourse#24274
11 lines
164 B
SCSS
11 lines
164 B
SCSS
.dashboard.dashboard-sentiment {
|
|
.charts {
|
|
.overall-sentiment {
|
|
grid-column: span 12;
|
|
}
|
|
.post-emotion {
|
|
grid-column: span 12;
|
|
}
|
|
}
|
|
}
|