discourse/app/assets/stylesheets/common/modal
Martin Brennan a24107dd15
FIX: Escape URL when inserting/editing links in composer modal (#33501)
Fixes an issue where a URL like this:

```
https://meta.discourse.org/admin/site_settings/category/all_results?filter=discourse connect
```

Would appear to be broken when inserting into the composer via the
hyperlink modal. All we have to do is escape it before inserting,
and unescape before editing it in the modal.

Also in this commit I am renaming the InsertHyperlink modal to
UpsertHyperlink,
since it is used for both inserting and editing links.
2025-07-08 12:51:25 +10:00
..
_index.scss DEV: Remove full_page_login setting (#32189) 2025-04-29 10:40:40 +02:00
modal-overrides.scss FIX: Escape URL when inserting/editing links in composer modal (#33501) 2025-07-08 12:51:25 +10:00
user-status.scss UX: refactor .d-modal to use BEM and improve styling (#23967) 2023-11-15 10:14:47 +00:00