mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Stash rating system (#2830)
* add rating100 fields to represent rating range 1-100 * deprecate existing (1-5) rating fields * add half- and quarter-star options for rating system * add decimal rating system option Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import * as GQL from "src/core/generated-graphql";
|
||||
|
||||
interface IContext {
|
||||
export interface IContext {
|
||||
configuration?: GQL.ConfigDataFragment;
|
||||
loading?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user