mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
c2e90f8c07
This PR migrates the publish page modal to a Glimmer component and DModal. Most of the code is lift-and-shift. However, the component state getters were implemented using meta-programming in the original controller. They have all been inlined here for clarity, searchability, etc.