Skip to content

WIP: ux: show dialog when pressing unrecognized links

Andrew Chou requested to merge 211/link-dialog into master

Addresses #2211 (closed)

Based on the following, "recognized" links are the following:

  • SSB URIs
  • SSB cypherlinks
  • http(s) urls

All other links will trigger the implemented dialog. Adding to the list of recognized links is out of scope for this PR. For example, the dialog is shown for mailto links, which are generally known.

Couple of things to address before marking this as ready for merging:

  • dialog title and content text
  • dialog actions text
  • Confirmation of expected behavior on Android/iOS (I can only test on desktop nowadays :/ )

Preview:

image

Edited by staltz

Merge request reports