Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Tang <750946-dennis@users.noreply.gitlab.com>2019-08-05 12:00:34 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-08-05 12:00:34 +0300
commit4f12a4dde1aac5c5c7fa83e42180d01a1fdb5b30 (patch)
tree35ab4588496416a20f15f27bf4cb0e6b1c0d784e /changelogs
parentf74387d2982845b0fb5219ccf3fd128d75400472 (diff)
Add support for deferred links in persistent user callouts
Persistent user callouts now support deferred links, which are links that can be used to dismiss the callout, and then proceed to follow the link's original location. This ensures that the callout dismissal is properly recorded before the user leaves the page.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64341-user-callout-deferred-link-support.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64341-user-callout-deferred-link-support.yml b/changelogs/unreleased/64341-user-callout-deferred-link-support.yml
new file mode 100644
index 00000000000..05230ddc124
--- /dev/null
+++ b/changelogs/unreleased/64341-user-callout-deferred-link-support.yml
@@ -0,0 +1,5 @@
+---
+title: Add support for deferred links in persistent user callouts.
+merge_request: 30818
+author:
+type: added