Skip to content

FLN-about-land-infobar-text Added a click listener to the text

Fallen requested to merge afallenhope/viewer:FLN-about-land-infobartext into next

Requested here

Request: "About land" floater popup in mini-toolbar mode.

As a resident I would like to click the region text and have the "about land" floater popup.

Acceptance Criteria

  • When in "mini location-bar" mode, upon clicking parcel name, display the "About land" floater.

Mockups

image

Tech Design

Scope

  • indra\newview\llpaneltopinfobar.cpp
  • indra\newview\llpanelland.h

Panel Top Infobar

  • Add a click listener for `mParcelInfoText
  • Add a new function that calls LLFloaterReg::showInstance("about_land");
  • Be mindful of RLV.
Edited by Fallen

Merge request reports