farirpgs / fari-app

The Free and Open-Source VTT

Home Page:https://fari.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help text doesn't show up as Tooltip when hovering over stat on Character sheet

hawkerm opened this issue Β· comments

🚩 Describe the bug

Understand that help shows up in full character sheet on not on character page to save space, but would expect to see it as a tooltip or something on hover/tap of the text to be able to get assistance.

πŸ”’ Steps to reproduce

  1. Add help text to something on the character sheet
  2. Go to Characters page
  3. Hover mouse over that stat/block/bubble/etc...
  4. Nothing happens...

🟒 Expected behavior

Expect to get a tooltip which contains the help text as a player aid.

πŸ”΄ Actual behavior

Nothing happens.

πŸ’… Screenshots

In Character Page:

image

In Character Sheet:

image

πŸ–₯ Desktop or Smartphone

  • OS: Windows
  • Browser: Edge
  • Device: PC

Not familiar with react or structure of project, but based on a quick poke... I imagine if the hideHelp is true, then a tooltip attribute could be added to the box here with the help text (as it's a general property vs. specific to the type of block):

https://github.com/fariapp/fari-app/blob/81fbe0e7363f7461bd1b6042bbe6159e9549b6cd/lib/routes/Character/components/CharacterDialog/components/BlockByType.tsx#L104

What do you mean by "character page" ? Do you mean the character cards ?

What do you mean by "character page" ? Do you mean the character cards ?

Yes, the character cards on the tab/page for characters in the main interface.