This commit is contained in:
parent
11fa3d1558
commit
ad01868a9f
23 changed files with 328 additions and 97 deletions
|
|
@ -20,3 +20,14 @@ export const DIARY_ENTRY_STATES = {
|
|||
/** Un média ayant été regardé au mois une fois. */
|
||||
WATCHED: "watched",
|
||||
} as const;
|
||||
|
||||
export const APPRECIATION_STATES = {
|
||||
/** Oeuvre appréciée. */
|
||||
APPRECIATED: "appreciated",
|
||||
/** Oeuvre non appréciée (détestée). */
|
||||
DISLIKED: "disliked",
|
||||
/** Oeuvre laissant de marbre. */
|
||||
NEUTRAL: "neutral",
|
||||
/** Appréciation inconnue. */
|
||||
UNKNOWN: "unknown",
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue