Skip to content

refactor(frontend): rename tooltip panel to info pane - #3999

Open
Kadrian wants to merge 1 commit into
developfrom
refactor/info-pane
Open

refactor(frontend): rename tooltip panel to info pane#3999
Kadrian wants to merge 1 commit into
developfrom
refactor/info-pane

Conversation

@Kadrian

@Kadrian Kadrian commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Design-system prep, step 1: the "tooltip" side panel becomes the info pane

The collapsible panel on the left was called tooltip, which collides with the actual hover tooltips. This frees the name for the upcoming ui-components/Tooltip. Pure rename, no behaviour change.

Main change

  • src/js/tooltip/src/js/info-pane/: InfoPane, InfoPaneHeader, InfoPaneCollapsed (was ActivateTooltip), MatchingStats (was TooltipEntries, also used by the preview headline)
  • redux: state.tooltip.displayTooltipstate.infoPane.isOpen, action toggleInfoPane, action type prefix infoPane/
  • i18n: tooltip.*infoPane.*; entitiesFound / entriesFoundcommon.* because entity history and preview use them too (downstream translation overrides must follow)
  • hover tooltips (WithTooltip, InfoTooltip, ConfirmableTooltip) moved to ui-components/ as they are, renamed in the next step
  • README glossary entry updated

Next steps

  • WithTooltipui-components/Tooltip, popover uses split into Popover
  • button and icon consolidation into ui-components/Button and ui-components/Icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants