-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
contextMenu
to the grid (#847)
* added basic context menu to list * WIP: added context menu to grid * updated context menu logic * added `delete` option to context menu * added `download` option * added `download` and `delete` options to grid, cleanup * added `refresh-grid` hook, added `refresh-grid` hook to `rename` and `delete` * centralized `getElementById` function * fixed typo * added updated api * cleanup * removed unused type * Apply eslint-fixer changes * Automatic frontend build * added wrapper to context menu to render it just if there are items * Automatic frontend build * fixed rename grid reload * Automatic frontend build * fixed element context issue * Automatic frontend build * removed row `id`, `isLocked` and `permissions` from the loop * Automatic frontend build * remove console log * Automatic frontend build * optimized `useElementContext` hook * Automatic frontend build --------- Co-authored-by: Corepex <[email protected]>
- Loading branch information
Showing
35 changed files
with
1,957 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.