Hide vocab analytics instructions when filtering or searching (#4362)
* Initial plan * Hide instructions tooltip when searching or filtering vocabulary Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
This commit is contained in:
parent
bfc6356247
commit
60caaa5218
1 changed files with 5 additions and 4 deletions
|
|
@ -139,11 +139,12 @@ class VocabAnalyticsListView extends StatelessWidget {
|
|||
key: const PageStorageKey("vocab-analytics-list-view-page-key"),
|
||||
slivers: [
|
||||
// Full-width tooltip
|
||||
const SliverToBoxAdapter(
|
||||
child: InstructionsInlineTooltip(
|
||||
instructionsEnum: InstructionsEnum.analyticsVocabList,
|
||||
if (!controller.isSearching && controller.selectedConstructLevel == null)
|
||||
const SliverToBoxAdapter(
|
||||
child: InstructionsInlineTooltip(
|
||||
instructionsEnum: InstructionsEnum.analyticsVocabList,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
// Grid of vocab tiles
|
||||
SliverGrid(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue