From e7a74a2998fcd8f6a1289efa04c3f10f8a1b1c15 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 18 Oct 2025 12:45:34 -0500 Subject: [PATCH] add view in explore to menu --- web/src/components/timeline/EventMenu.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/components/timeline/EventMenu.tsx b/web/src/components/timeline/EventMenu.tsx index 36b6f0a16..4723d2b13 100644 --- a/web/src/components/timeline/EventMenu.tsx +++ b/web/src/components/timeline/EventMenu.tsx @@ -41,6 +41,13 @@ export default function EventMenu({ + { + navigate(`/explore?event_id=${event.id}`); + }} + > + {t("details.item.button.viewInExplore")} +