Tim Abbott
eb60e30c9a
Revert "modals: Add `data-simplebar` to `login` and `api key` modal."
...
This reverts commit 4c32972274
.
2022-10-12 17:20:33 -07:00
Ganesh Pawar
4c32972274
modals: Add `data-simplebar` to `login` and `api key` modal.
...
c439b9d3af
added `data-simplebar` to
the `dialog_widget` module, but these modals don't use it. So, add it
separately.
2022-09-17 11:45:36 -07:00
Ganesh Pawar
84e307581f
minor: Remove usage of `control-group` and `control-label` class.
2022-08-09 10:36:27 -07:00
Ganesh Pawar
84ed22d59a
api_key_modal: Place the error element at the top of the modal.
...
This is consistent with other modal behaviour.
2022-01-21 16:12:34 -08:00
Ganesh Pawar
a7badd726f
api_key_modal: Migrate modal to Micromodal.
2021-11-23 15:43:38 -08:00
Tim Abbott
78c7d749d9
passwords: Set title/aria-label attributes dynamically.
...
This allows us to use different "Show password" and "Hide password"
for these labels, which is more consistent with how other products
implement this.
It also lets us delete N duplicate copies of these strings in the HTML.
2021-04-23 15:01:37 -07:00
Gaurav Pandey
e80ddfe4e6
settings: Add show password feature to forms in settings modal.
...
Fixes part of #17301 .
2021-04-23 15:01:37 -07:00
Tim Abbott
a2767e8c50
CVE-2020-14194: Use noopener/noreferrer for external links.
...
We fixed the main issue of this form in CVE-2020-9444, but the audit
done at that time only included links found in rendered_markdown; this
change completes our audit for links with target=_blank anywhere in
the codebase.
2020-06-16 23:35:39 -07:00
Thomas Ip
cbae51db63
settings: Move API key form into its own modal.
...
The modal is rendered dynamically to avoid password managers
inserting passwords into the input field too aggressively.
Fixes #12523 .
2019-08-14 10:50:45 -07:00