Skip to content

Commit bb07cf4

Browse files
committed
Add desktop context menu functionality
1 parent d436b84 commit bb07cf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+106016
-334
lines changed

β€Ž.eslintrc.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
groups: ['builtin', 'external', 'parent', 'index', 'sibling'],
5656
},
5757
],
58-
'@typescript-eslint/no-unused-vars': 'error',
58+
'@typescript-eslint/no-unused-vars': 'warn',
5959
'@typescript-eslint/explicit-member-accessibility': 'error',
6060
'prettier/prettier': 'off',
6161
},

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ styling (e.g. [Bulma](https://bulma.io/), [Bootstrap](https://getbootstrap.com/)
99
non-trivial logic for your context menu (e.g. [Ogma context menus](https://github.com/TimboKZ/Ogma) with tagging
1010
support).
1111

12+
> **Important:** React Context Menu Wrapper v3+ uses [React hooks](https://reactjs.org/docs/hooks-intro.html) and
13+
functional components. If your project does not support them, consider using v2 or below.
14+
1215
Preview
1316
------
1417

β€Žassets/Chonky.jpgβ€Ž

15 KB
Loading

β€Žassets/Chonky_clear.pngβ€Ž

43.5 KB
Loading

β€Žassets/Chonky_preview.jpgβ€Ž

114 KB
Loading

β€Žassets/favicon.pngβ€Ž

1.93 KB
Loading

β€Žassets/thumbnails/Chonky.jpgβ€Ž

2.67 KB
Loading
2.43 KB
Loading
9.62 KB
Loading
27.6 KB
Loading

0 commit comments

Comments
Β (0)