mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(frontend): discover tv/movies full page
Also adds ListView component for infinite scrolling pages
This commit is contained in:
@@ -2,10 +2,9 @@ import React from 'react';
|
||||
|
||||
const Placeholder: React.FC = () => {
|
||||
return (
|
||||
<div
|
||||
style={{ width: 180, height: 270 }}
|
||||
className="animate-pulse rounded-lg bg-cool-gray-700"
|
||||
/>
|
||||
<div className="relative animate-pulse rounded-lg bg-cool-gray-700 w-36 sm:w-36 md:w-44 ">
|
||||
<div className="w-full" style={{ paddingBottom: '150%' }} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user