discourse/app
David Taylor e722a14700
FIX: Correct select-kit positioning strategy in modals (#23096)
The new modal API removed the `#discourse-modal` id from the wrapper element, which meant that select-kit couldn't properly detect when it was inside a modal. This commit updates the detection to use `.fixed-modal` which will match both legacy and modern modals.
2023-08-15 10:50:41 +01:00
..
assets FIX: Correct select-kit positioning strategy in modals (#23096) 2023-08-15 10:50:41 +01:00
controllers FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
helpers DEV: Correctly strip sourcemap URL from splash-screen js (#22879) 2023-07-31 16:49:27 +01:00
jobs FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models FEATURE: add topic voting webhook event type (#23072) 2023-08-11 13:42:28 -03:00
serializers FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
services FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
views PERF: Avoid calling the same translation twice when rendering lists view (#22976) 2023-08-04 13:38:41 +08:00