Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Add a tooltip to the headers on the admin conversations dashboard - $25 bounty #796

@joemasilotti

Description

@joemasilotti

The admin conversations dashboard lets admins keep up with ongoing conversations happening between businesses and developers.

It's not very obvious what two columns, REPLIED? and EMAIL?, mean.

A PR addressing this issue should:

  • Add a title HTML attribute to the two headers explaining what they do.

The HTML title attribute appears as a tooltip when hovering the element. Use the following titles:

  • REPLIED? - The developer has replied to this conversation.
  • EMAIL? - The developer mentioned an email address in a reply.

This will most likely require changing the Admin::Tables::HeaderComponent View Component to accept a new attribute to be rendered.

image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions