Germ DM button (#9848)

* germ link (wip)

* add todos

* just yeet declaration for now

* ensure not proxied

* allow undo delete

* tweak styles

* ignore unknown values

* tweak styles

* fix boolean logic

* skip IAB

* fix mutationFn

* add link warning interstitial

* Logging and metrics

* Little more error handling

* Update copy

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2026-02-11 23:51:19 +00:00
committed by GitHub
parent 3a9526d55e
commit 93d2f3a8db
6 changed files with 362 additions and 3 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ export function useRequireAuth() {
const {signinDialogControl} = useGlobalDialogsControlContext()
return useCallback(
(fn: () => void) => {
(fn: () => unknown) => {
if (hasSession) {
fn()
} else {