-
-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchKit - POC help text #24819
SearchKit - POC help text #24819
Conversation
(Standard links)
|
@colemanw You might want to resolve the conflicts and push again for this. |
70e3bb9
to
e36157e
Compare
Done. |
retest this please |
Hi @colemanw I don't mind creating a merge to make this happen, but it's going to have to wait a few weeks b/c I'm a little in the crunch with several clients presently. Is that going to work with your flow? |
That's fine @shaneonabike when you get some time it would be appreciated. |
@colemanw Ok I took at the changes needed but I'm still a bit confused. I see with your patch we need to append the text and things. How can we roll a patch together? Do you just need me to apply your patch to my core, then build out the extra stuff and you'll cherry pick those changes to put into a new patch... |
e36157e
to
6143322
Compare
@shaneonabike I've just rebased this so it's nice and fresh. Now you could check out this branch locally, make some commits, and then submit a PR to this PR :) |
I'm not an admin so I don't think I can directly edit your PR. Anyway, I checked out your branch and then added the items. Here's the patch relatively if you want to just drop it into your code. I think that I added it in the same context that you did, but I can't be 100% sure.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, working as expected and ready to merge once below items are done.
- add changes to this PR from above comment SearchKit - POC help text #24819 (comment)
- needs rebase.
Ok FYI @shaneonabike since a PR is just a branch you can actually checkout the PR branch, make a commit and then submit a PR to the PR! |
Hey @colemanw ahhh I tried to checkout and commit to your branch not branch your branch darn. Ok next time. Anyway, I'll see after it's live if there other things and make another merge! Hoooray more progress 👍 |
That's the idea, you can checkout and commit to my branch, then push the branch to your own fork and make a PR against my PR :)
It's merged now, so yes please feel free to do a followup PR. Thanks! |
Overview
This gives a little nudge to https://lab.civicrm.org/dev/user-interface/-/issues/49 with some examples of how to add help text in SearchKit.
Before
No help
After
Comments
@shaneonabike has asked how to do this. This PR gets the process started and hopefully makes it easy to add more.
To add more help text, simply add more to one of the two
.hlp
files I've added, and then add a new<a crm-ui-help...
to an angular .html file.