Review items right click menu (#10002)

* Add custom context menu for review items

* Only show mark as reviewed when it has not been reviewed

* Fix float comparison
This commit is contained in:
Nicolas Mowen
2024-02-23 17:26:26 -07:00
committed by GitHub
parent 50ab988d81
commit 3621f93d40
5 changed files with 356 additions and 68 deletions

View File

@@ -17,6 +17,7 @@
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",