Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
115 stars 70 forks source link

Replace `ReactModal` with the design system component #13269

Closed TomasEng closed 3 months ago

TomasEng commented 3 months ago

The design system has a Modal compoennt, so we should use it in the StudioModal component. Currently, we use ReactModal, which also implies unnecessary dependencies.

TomasEng commented 3 months ago

When this is finished, we should complete #13124 by wrapping the spinner/error message for the diff query in Modal.Footer.

TomasEng commented 3 months ago

It turns out this is a duplicate of https://github.com/Altinn/altinn-studio/issues/11045