parse-community / parse-community/parse-dashboard
Make icon to copy available in other types of segments in info panel
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Option to copy (which appears on hover) is currently available only in case of key-value type of element (as introduced with https://github.com/parse-community/parse-dashboard/pull/2871).
Feature / Enhancement Description
Make the copy icon button available for text shown in other types of segments:
TextItem
TableItem rows (?)
Example Use Case
As shown in the gif above.
Alternatives / Workarounds
As described here: https://github.com/parse-community/parse-dashboard/issues/2650#issuecomment-2669940206
3rd Party References
Can't recall any.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing key-value copy behavior introduced in pull request #2871, then review the linked segment and table-item documentation. Extend the copy affordance to text in TextItem and, if applicable, TableItem rows; done means the icon appears and works for those segment types as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100