fix: make watchlist buttons consistent (#1272)
fix #1270 Co-authored-by: andrewkolda <git@kolda.me>
This commit is contained in:
@@ -38,14 +38,14 @@ import {
|
|||||||
ExclamationTriangleIcon,
|
ExclamationTriangleIcon,
|
||||||
EyeSlashIcon,
|
EyeSlashIcon,
|
||||||
FilmIcon,
|
FilmIcon,
|
||||||
|
MinusCircleIcon,
|
||||||
PlayIcon,
|
PlayIcon,
|
||||||
|
StarIcon,
|
||||||
TicketIcon,
|
TicketIcon,
|
||||||
} from '@heroicons/react/24/outline';
|
} from '@heroicons/react/24/outline';
|
||||||
import {
|
import {
|
||||||
ChevronDoubleDownIcon,
|
ChevronDoubleDownIcon,
|
||||||
ChevronDoubleUpIcon,
|
ChevronDoubleUpIcon,
|
||||||
MinusCircleIcon,
|
|
||||||
StarIcon,
|
|
||||||
} from '@heroicons/react/24/solid';
|
} from '@heroicons/react/24/solid';
|
||||||
import { type RatingResponse } from '@server/api/ratings';
|
import { type RatingResponse } from '@server/api/ratings';
|
||||||
import { IssueStatus } from '@server/constants/issue';
|
import { IssueStatus } from '@server/constants/issue';
|
||||||
|
|||||||
@@ -41,13 +41,11 @@ import {
|
|||||||
ExclamationTriangleIcon,
|
ExclamationTriangleIcon,
|
||||||
EyeSlashIcon,
|
EyeSlashIcon,
|
||||||
FilmIcon,
|
FilmIcon,
|
||||||
PlayIcon,
|
|
||||||
} from '@heroicons/react/24/outline';
|
|
||||||
import {
|
|
||||||
ChevronDownIcon,
|
|
||||||
MinusCircleIcon,
|
MinusCircleIcon,
|
||||||
|
PlayIcon,
|
||||||
StarIcon,
|
StarIcon,
|
||||||
} from '@heroicons/react/24/solid';
|
} from '@heroicons/react/24/outline';
|
||||||
|
import { ChevronDownIcon } from '@heroicons/react/24/solid';
|
||||||
import type { RTRating } from '@server/api/rating/rottentomatoes';
|
import type { RTRating } from '@server/api/rating/rottentomatoes';
|
||||||
import { ANIME_KEYWORD_ID } from '@server/api/themoviedb/constants';
|
import { ANIME_KEYWORD_ID } from '@server/api/themoviedb/constants';
|
||||||
import { IssueStatus } from '@server/constants/issue';
|
import { IssueStatus } from '@server/constants/issue';
|
||||||
|
|||||||
Reference in New Issue
Block a user