-
Notifications
You must be signed in to change notification settings - Fork 712
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
Feat/link data type #3105
Feat/link data type #3105
Conversation
Thanks for this! I'm not qualified to review the code change; but, to get it in shape for someone who is, I recommend rebasing against master, and squashing the redundant commits out. |
00d00eb
to
9fbc59e
Compare
Sorry about that @squaremo. I've squashed and rebased. Thanks for taking a look! |
@squaremo How might we get both values from a plugin into the view? We had tested this idea earlier by sending the value as |
Good question -- my understanding is too superficial to have grasped that you couldn't just supply a structure. I can certainly see that encoding the values in a string seems like a step too far. :-S |
Appreciate the PR @RcrsvSquid! First feedback:
|
9fbc59e
to
7b50613
Compare
@rndstr I've responded to your comments with changes |
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.
Thank you @RcrsvSquid, LGTM!
I agree with @squaremo that having text & link would be nice to have but that would require a bigger change
@RcrsvSquid it just got brought to my attention by @foot that we should add a |
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.
Yeah! norel/noop would be one more little nice to have but as the plugin should be generating safe urls we can probably merge as is. 👌
But @rndstr makes a good point against future proofing, if a future plugin proxies dodgy urls etc. So yes, if you could please add the noop/norel that would be grand! Ta! |
7b50613
to
dc3caab
Compare
@foot Done! |
@RcrsvSquid awesome ✨ (did run tests locally, they passed) |
Implements link data type proposal in #3099.
Adds the link dataType as a displayable field in both the NodeDetailsGenericTable and NodeDetailsInfo components via conditional render.