From 65039d44a53fbddf3748c1e1784c9c35f357a444 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Thu, 11 Jun 2026 08:37:45 -0400 Subject: [PATCH] Show expandable definitions in word study suggestion list Lets users preview a word's full Strong's definition before deciding whether to add it. --- src/App.jsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index bac241f..cf2e5d0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3573,6 +3573,20 @@ const restoreRemoteProject = async (id) => { {w.translit && {w.translit}} {w.strongKey} + {w.entry && (w.entry.strongs_def || w.entry.kjv_def || w.entry.derivation) && ( +
+ e.stopPropagation()} + > + Definition + +
+
+ )}