-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Context menu with quick filters and links to related records in other Parse Objects 📃 #1431
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
Context menu with quick filters and links to related records in other Parse Objects 📃 #1431
Conversation
Thanks for the contribution! I'll pull this down and try it out. Does this work on mobile? |
Hey @dplewis,
I doubt, it's still in early stage. I created this MR for someone to check whether I'm not doing something terribly wrong. I should push more in next few days. |
I've slightly changed the approach and created general |
…ng on Pointer or objectId
…se-dashboard into context-menu-filter
…it on cell containing Pointer
…se-dashboard into context-menu-filter
…..." alphabetically;
Hey @dplewis, I believe it's ready to be reviewed. I'm looking forward for any comments. P.S. it works on mobile too :) |
@404-html would you mind to resolve the conflicts so we can merge it? |
I think it is not passing the lint. Can you please take a look? |
Sorry @davimacedo, I resolved conflicts using GitHub web UI as I don't know how to pull from master into forked repo, it's I shame. |
Small addition: I've added "Edit row" context menu option which allows to quickly access recently introduced, lovely edit row dialog (cheers @NinoZX). |
Nice job! Thanks for the PR! |
Handy context menu which allows:
See it in action:
TODO:
Pointer
type of cell or cell underobjectId
column. Option should say something like: "Get records in relation from...". Selecting this option should expand sub menu withObjects
that have data related with this specificid
. Clicking on any object listed should navigate to it with proper filter applied;ContextMenu
item inpig
list to keep alphabetical order (currently is at the bottom of the list);