discourse/plugins/discourse-ai/spec/system
Kris f8cc5ce7ee
UX: show AI gist toggle on /filter route, fix appearance of gists (#35521)
This fixes the appearance of AI generated gists in the topic list on
/filter, and also includes the gist toggle via a new plugin outlet on
/filter called `after-filter-navigation-menu`.

This shares the state with the discovery route toggle (which is separate
from PM toggle state). I've also added tests to cover gist appearance on
/filter. Before the /filter state was shared with PM state, which was
incorrect.



Before:
<img width="2232" height="424" alt="image"
src="https://github.com/user-attachments/assets/b22ed7a6-388e-4b88-99d4-e9e10af6275a"
/>


After: 
<img width="2272" height="506" alt="image"
src="https://github.com/user-attachments/assets/cae03f12-9153-4bcb-a9d3-52712fb2d945"
/>
2025-10-21 16:08:19 -04:00
..
ai_bot UX: Move AI bot PM to navigation menu (#35189) 2025-10-20 09:15:51 -04:00
ai_helper DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
ai_moderation DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
embeddings DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
llms DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
page_objects FIX: AI usage doesn't refresh custom date ranges correctly (#34816) 2025-09-16 10:16:01 -07:00
summarization UX: show AI gist toggle on /filter route, fix appearance of gists (#35521) 2025-10-21 16:08:19 -04:00
admin_ai_features_spec.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
admin_ai_persona_spec.rb DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
admin_ai_translations_spec.rb UX: make translations easier to set up by showing requisite site setting (#35078) 2025-10-07 11:23:45 -04:00
admin_dashboard_spec.rb
ai_artifact_key_value_api_spec.rb
ai_usage_spec.rb FIX: AI usage doesn't refresh custom date ranges correctly (#34816) 2025-09-16 10:16:01 -07:00
ai_user_preferences_spec.rb FEATURE: Promote Discover to a dedicated feature. (#34846) 2025-09-23 14:01:45 -03:00
core_features_spec.rb