discourse-ai/spec/system
Keegan George 493d65af1f
FIX: Diff modal closing along with composer menu on mobile (#803)
The `DiffModal` is triggered after selecting an option in the composer helper menu. After selecting an option, we should close the composer helper menu and only show the diff modal. On mobile, there was an edge-case where `this.args.close()` for was causing the closing of both the `DiffModal` and the `AiComposerHelperMenu`. This PR resolves that by ensuring the menu is closed _first_ asynchronously, followed by opening the relevant modal.
2024-09-16 14:00:41 -07:00
..
ai_bot FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
ai_helper FIX: Diff modal closing along with composer menu on mobile (#803) 2024-09-16 14:00:41 -07:00
embeddings DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
llms FIX: urlEditable must be true for all providers except Bedrock (#766) 2024-08-22 11:31:28 -03:00
page_objects DEV: Move composer AI helper to toolbar (#796) 2024-09-13 11:59:30 -07:00
summarization FIX: Display cached summaries with our new streamer. (#792) 2024-09-03 18:45:28 -03:00
toxicity DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
admin_ai_persona_spec.rb FEATURE: Add breadcrumbs to LLMs and Persona admin pages (#666) 2024-07-10 10:56:13 +10:00
admin_dashboard_spec.rb DEV: Use the new controller/period component for the dashboard (#435) 2024-01-19 13:27:33 +01:00