Replies: 1 comment 1 reply
-
I think it makes sense to add it this, @AdrianMrn and I will take a look at it soon! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a generic way to add a label?
E.g.
Would like to see something like:
That way I can see context of what is being displayed.
This to avoid confusion in situations like this:
ray($dateOne); ray($dateTwo);
Don't like to add two entries like this:
ray('current time', now())
.The functionality provided for a custom function comes close to that:
But that puts it in the space on the left, which is intended for "tags".
And that space on the left has room for short words and a label might be too long for that space.
Btw, would be nice if this is available as
ray( now() )->tag('hey')
Beta Was this translation helpful? Give feedback.
All reactions