discourse-ai/spec/system/ai_helper
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_composer_helper_spec.rb FIX: Diff modal closing along with composer menu on mobile (#803) 2024-09-16 14:00:41 -07:00
ai_image_caption_spec.rb FIX: Prevent AI caption setting from showing unless all criteria is met (#753) 2024-08-14 10:17:36 -07:00
ai_post_helper_spec.rb DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
ai_proofreading_spec.rb DEV: Move composer AI helper to toolbar (#796) 2024-09-13 11:59:30 -07:00
ai_split_topic_suggestion_spec.rb DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00