activeadmin_addons icon indicating copy to clipboard operation
activeadmin_addons copied to clipboard

Add title handling to StateBuilder

Open mpapis opened this issue 2 years ago • 1 comments

Motivation / Background

This Pull Request has been created because I found myself manually re-implementing every state column row adding title's to them.

Detail

This Pull Request changes StateBuilder to support title: ... option.

Additional information

activeadmin_addons_state_title

Checklist

Before submitting the PR make sure the following are checked:

  • [x] This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
  • [x] Commit message has a concise description of what changed and why.
  • [x] Tests are added or updated if you fix a bug or add a feature.
  • [x] Documentation has been added or updated if you add a feature or modify an existing one.
  • [x] CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature (under the "Unreleased" heading if this is not a version change).
  • [x] My changes don't introduce any linter rule violations.

mpapis avatar Nov 04 '23 17:11 mpapis

title is the on hover label displayed in html, example screenshot in Additional information ☝🏻

mpapis avatar Sep 11 '24 08:09 mpapis