discourse-ai/assets/javascripts/discourse
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
..
admin FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
components FIX: Diff modal closing along with composer menu on mobile (#803) 2024-09-16 14:00:41 -07:00
connectors DEV: Move composer AI helper to toolbar (#796) 2024-09-13 11:59:30 -07:00
controllers FIX: Prevent AI caption setting from showing unless all criteria is met (#753) 2024-08-14 10:17:36 -07:00
lib DEV: Move composer AI helper to toolbar (#796) 2024-09-13 11:59:30 -07:00
routes FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00
services DEV: Move composer AI helper to toolbar (#796) 2024-09-13 11:59:30 -07:00
templates FIX: Prevent AI caption setting from showing unless all criteria is met (#753) 2024-08-14 10:17:36 -07:00
admin-discourse-ai-plugin-route-map.js FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10:00
admin-discourse-ai-route-map.js FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00
discourse-ai-shared-conversation-show-route-map.js FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
preferences-ai-route-map.js FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00