discourse/app/assets/javascripts
Joffrey JAFFEUX 2a2eaf835f
FIX: disables the modal on mobile bookmark-menu (#26958)
It's a temporary solution while I work a better solution. The problem here is quite tricky. We are showing a modal from a modal. But if we close the previous modal, before the second one is show it means we destroy the menu holding the first modal which prevents showing the second modal.

One possible solution would be to refactor d-modal’s show function. At the moment if you await on show it will await until closed and not when the modal has been inserted to the DOM. It means we don't have a clean moment to close the d-menu.

The second issue it that even though it's possible to have multiple modals on screen, the close modal assumes only one active modal at a time.
2024-05-09 22:17:31 +02:00
..
admin DEV: Avoid using the old action helper (#26935) 2024-05-08 20:26:48 +02:00
custom-proxy DEV: Rename 'bootstrap-json' addon to 'custom-proxy' (#26561) 2024-04-08 19:53:02 +01:00
deprecation-silencer DEV: Update ember-cli to 5.6.0 (#25886) 2024-02-27 10:48:30 +01:00
dialog-holder DEV: Convert dialog-holder to gjs (#26869) 2024-05-08 13:04:01 +02:00
discourse FIX: disables the modal on mobile bookmark-menu (#26958) 2024-05-09 22:17:31 +02:00
discourse-common DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#25290) 2024-05-08 10:40:51 +01:00
discourse-hbr DEV: Convert discourse-hbr to a regular package (#26562) 2024-04-08 20:00:34 +01:00
discourse-i18n DEV: Update ember-cli to 5.6.0 (#25886) 2024-02-27 10:48:30 +01:00
discourse-markdown-it UX: add title attribute to composer preview image controls (#26301) 2024-03-22 09:49:10 -04:00
discourse-plugins DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#25290) 2024-05-08 10:40:51 +01:00
discourse-widget-hbs Build(deps): Bump the babel group with 2 updates (#26811) 2024-04-30 01:38:48 +02:00
docs
ember-addons
ember-cli-progress-ci PERF: Improve production JS build in low-memory environments (#26849) 2024-05-02 11:43:59 +01:00
ember-production-deprecations DEV: Drop unused shims for Ember 3 deprecations (#26563) 2024-04-09 09:22:37 +01:00
float-kit DEV: Minor refactor of d-menu/d-tooltip (#26942) 2024-05-09 10:54:37 +02:00
locales
pretty-text DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#25290) 2024-05-08 10:40:51 +01:00
select-kit DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#25290) 2024-05-08 10:40:51 +01:00
theme-transpiler DEV: @babel/plugin-proposal-decorators -> decorator-transforms (#25290) 2024-05-08 10:40:51 +01:00
truth-helpers DEV: Convert truth-helpers to a v2 addon and simplify imports (#26029) 2024-03-05 15:24:47 +00:00
.npmrc
handlebars-shim.js
polyfills.js
run-patch-package
service-worker.js.erb DEV: Drop workbox dependency (#26735) 2024-04-24 10:19:12 +01:00