Add ratings support (#21)

* Update rating types for multiserver support

* Add rating mutation

* Add rating support to table views

* Add rating support on playerbar

* Add hovercard component

* Handle rating from context menu

- Improve context menu components
- Allow left / right icons
- Allow nested menus

* Add selected item count

* Fix context menu auto direction

* Add transition and move portal for context menu

* Re-use context menu for all item dropdowns

* Add ratings to detail pages / double click to clear

* Bump react-query package
This commit is contained in:
Jeff
2023-02-05 05:19:01 -08:00
committed by GitHub
parent f50ec5cf31
commit 22fec8f9d3
27 changed files with 1189 additions and 503 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
--dropdown-menu-bg: rgb(40, 40, 40);
--dropdown-menu-fg: rgb(235, 235, 235);
--dropdown-menu-item-padding: 1rem 0.5rem;
--dropdown-menu-item-padding: 1rem;
--dropdown-menu-item-font-size: 1rem;
--dropdown-menu-bg-hover: rgb(62, 62, 62);
--dropdown-menu-border: none;