Skip to content

Fix (frontend): Respect the "Enable Informational Popovers" setting#8882

Open
lstein wants to merge 7 commits intoinvoke-ai:mainfrom
lstein:copilot/fix-informational-popovers
Open

Fix (frontend): Respect the "Enable Informational Popovers" setting#8882
lstein wants to merge 7 commits intoinvoke-ai:mainfrom
lstein:copilot/fix-informational-popovers

Conversation

@lstein
Copy link
Collaborator

@lstein lstein commented Feb 17, 2026

Summary

Although there is a setting named "Enable Informational Popovers," it seems to have no effect on the front end's tooltips. This is particularly annoying on tablet systems which do not have a hover event. On these systems the InvokeAI tooltips pop up and cannot easily be removed, often obscuring user interface elements.

This PR implements a new IAITooltip component which conditionally shows tooltips depending on the Enable Popovers setting.

I used Copilot to find all instances of tooltips and rewrite them. I then manually checked each user element I could find. However, it is possible that tooltips may have been missed. Please report them.

Related Issues / Discussions

QA Instructions

  1. With "Enable Informational Popovers" active, confirm that the tooltips appear as per usual.
  2. With "Enable Informational Popovers" deactivated, confirm that no tooltips appear.

Merge Plan

Simple merge.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

Copilot AI and others added 2 commits February 16, 2026 23:01
…ormationalPopovers setting

Co-authored-by: lstein <111189+lstein@users.noreply.github.com>
@github-actions github-actions bot added the frontend PRs that change frontend files label Feb 17, 2026
@lstein lstein added the v6.13.x label Feb 20, 2026
@lstein lstein assigned dunkeroni and unassigned DustyShoe and dunkeroni Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files v6.13.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants