Logo
Explore Help
Sign In
discourse/discourse-ai
1
0
Fork 0
You've already forked discourse-ai
mirror of https://github.com/discourse/discourse-ai.git synced 2025-08-04 04:03:29 +00:00
Code Issues Packages Projects Releases Wiki Activity
discourse-ai/assets/stylesheets/modules/ai-helper/common/ai-helper.scss

32 lines
543 B
SCSS
Raw Permalink Normal View History

FEATURE: Composer AI helper (#8) * FEATURE: Composer AI helper This change introduces a new composer button for the group members listed in the `ai_helper_allowed_groups` site setting. Users can use chatGPT to review, improve, or translate their posts to English. * Add a safeguard for PMs and don't rely on parentView
2023-03-15 17:02:20 -03:00
.composer-ai-helper-modal {
.combobox,
.text-preview,
.ai-helper-waiting-selection {
margin: 10px 0 10px 0;
}
.text-preview {
ins {
background-color: var(--success-low);
text-decoration: underline;
}
del {
background-color: var(--danger-low);
text-decoration: line-through;
}
.preview-area {
height: 200px;
}
}
.selection-hint {
font-size: var(--font-down-2);
margin-bottom: 20px;
}
}
FEATURE: attempt to include related topics above suggested (#28) Allows related topics to show up for logged on users - Introduces a new "Related Topics" block above suggested when related topics exist - Renames `ai_embeddings_semantic_suggested_topics_anons_enabled` -> `ai_embeddings_semantic_suggested_topics_enabled` (given it is only deployed on 1 site not bothering with a migration) - Adds an integration test to ensure data arrives correctly on the client
2023-03-31 09:07:22 +11:00
.topic-above-suggested-outlet.related-topics {
margin: 4.5em 0 1em;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 7234ms Template: 39ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API