about summary refs log tree commit diff
path: root/src/lib/hooks/useOpenLink.ts
Commit message (Collapse)AuthorAgeFilesLines
* Catch web browser errors (#8547)Samuel Newman2025-06-201-0/+5
| | | | | * catch web browser errors * use catch instead to ensure sheetWrapper works
* Modernize in-app browser consent dialog (#8191)Samuel Newman2025-04-241-7/+16
| | | | | | | | | | | | | | | | | * add stateful dialog control hook * add new alf'd consent * make secondary_inverted buttons clearer * contingency for opening a link from another dialog * rm old modal * Differentiate buttons more --------- Co-authored-by: Eric Bailey <git@esb.lol>
* tweak link handling (#7857)Hailey2025-02-271-1/+6
|
* Add link-click metrics (#6934)Paul Frazee2024-12-031-0/+10
| | | | | * Add link-click metrics * Fix conditional
* Revert "Pass referrer on native (with an opt out) (#6648)" (#6732)dan2024-11-251-23/+1
| | | This reverts commit ac5b2cf31f2bb45f1bf8a180705249d3cce8017d.
* Pass referrer on native (with an opt out) (#6648)dan2024-11-221-1/+23
| | | | | | | | | | | | | | | | | * Pass referer on native * Add ChainLink3 * Add an opt out for sending utm * Remove noreferrer on links We do have <meta name="referrer" content="origin-when-cross-origin"> in HTML, should be sufficient. * Narrow down the condition slightly --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Present in-app browser as sheet (#5718)Samuel Newman2024-10-111-0/+54
* use page sheet presentation * move to its own file rather than sitting in prefs * whoops, missed one