We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
thanks for the great tool!
screenshot from hacker news demo currently, if I click on the item id. it would just return the id as a value.
I want the user to be able to supply a nav function in meta similar to this
(defn nav-multiple [_coll k v] (if (= k [:submitted :nth]) (let [item-id v] (nav-item item-id)) v))
when the id is clicked, invoke nav-item. achieve the same effect as clicking on the submitted vector, then click on the id.
nav-item
submitted
might be related to #77
The text was updated successfully, but these errors were encountered:
e78a175
@schneiderlin Good catch, I think attaching metadata directly to the sub collections should do the trick 👌
Sorry, something went wrong.
No branches or pull requests
thanks for the great tool!
screenshot from hacker news demo
currently, if I click on the item id. it would just return the id as a value.
I want the user to be able to supply a nav function in meta similar to this
when the id is clicked, invoke
nav-item
. achieve the same effect as clicking on thesubmitted
vector, then click on the id.might be related to #77
The text was updated successfully, but these errors were encountered: