You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context menu with quick filters and links to related records in other Parse Objects 📃 (#1431)
* Context menu with quick filter initials
* Support for filtering Pointer type of entities
* Adding more filters to context menu
* Introducing general, reusable ContextMenu component
* Move ContextMenu item in pig list to keep alphabetical order
* Reverting changes in parse-dashboard-config.json file
* Showing "Get related records from..." context menu option when clicking on Pointer or objectId
* Changing categories to fill context menu horizontally
* Fully functional 'Get related records from...' context menu item
* Fixing CI build by removing empty test file
* Closing context menu after chosing an option
* Properly handling 'Get related records from...' logic when executing it on cell containing Pointer
* Fixing click on empty cell by checking value
* Closing context menu after clicking outside it
* Adding key attributes to ContextMenu JSX
* Positioning menu sections to not go off the screen + animations
* Functional options to add a filter to existing one(s)
* Showing "Add fiter..." context menu option only if there's any filter applied
* Generating context menu filters dynamically basing on available ones
* Code cleaning + missing import
* Passing BLACKLISTED_FILTERS when getting filters available for context menu
* Restoring accidentally removed line
* Sorting objects listed in context menu item "Get related records from..." alphabetically;
* Handling context menu filters for "Date" type of data
* Getting "compareTo" value only for constrains that are comparable
* Removing duplicated prop
* Fixing lint errors
* Adding "Edit row" option to BrowserCell context menu
* Keeping BLACKLISTED_FILTERS in single place
* Removing unnecessary onSelect call (as cell is already selected at this stage)
* Removing unnecessary setCopyableValue call (as it should be called at this stage)
0 commit comments