discourse/app/assets/javascripts/discourse
Alan Guo Xiang Tan 6ae4d6cd4c
DEV: Fix edit nav menu modals not appearing on mobile (#22403)
What is the problem?

This regressed in fe294ab1a7 and we did
not have any tests on mobile to catch the regression. The problem was
that we were conditionally rendering the edit nav menu modals component
in the sidebar. However, the sidebar is collapsed on mobile when a
button is clicked. When the sidebar collapses, the edit nav menu modals
ended up being destroyed with it.
2023-07-04 11:11:47 +08:00
..
app DEV: Fix edit nav menu modals not appearing on mobile (#22403) 2023-07-04 11:11:47 +08:00
config DEV: Introduce new component-based DModal API (#21304) 2023-07-03 10:51:27 +01:00
lib PERF: Improve workbox loading strategy (#22019) 2023-06-09 11:14:11 +01:00
public/assets/scripts DEV: Extract global compat code into module (#20901) 2023-04-06 10:09:12 +01:00
scripts Drop support for iOS < 15.7 (#19847) 2023-01-16 17:28:59 +00:00
tests DEV: Switch edit nav menu tags/categories modal to component (#22401) 2023-07-04 09:45:21 +08:00
.ember-cli DEV: Update ember-cli to 4.12.0 (#21074) 2023-04-19 12:58:29 +02:00
.npmrc
.watchmanconfig DEV: Update ember-cli to 5.0.0 (#22280) 2023-06-26 17:15:59 +02:00
ember-cli-build.js PERF: Improve workbox loading strategy (#22019) 2023-06-09 11:14:11 +01:00
jsconfig.json DEV: Add discourse/tests to jsconfig (#19031) 2022-11-15 11:33:56 +00:00
package.json FIX: Revert uppy aws-s3 upgrade (#22376) 2023-07-03 10:07:34 +10:00
testem.js DEV: Run tests with new chrome headless (#21684) 2023-05-26 11:02:56 +02:00