0.1.3A
This commit is contained in:
@@ -158,8 +158,8 @@ export default function Read({ auth, comic, chapter, chapters }) {
|
||||
return (
|
||||
<div className="basis-full">
|
||||
<img alt={ comic.comic.name } className={` m-auto comic-img `} id={ `image-${ img.innerKey }` }
|
||||
loading={ (img.innerKey < 5) ? "eager" : "lazy" } ref={ imgRef }
|
||||
onClick={ handleImageClick } src={ `/image/${ btoa(img.url) }` } style={ imgStyles } />
|
||||
onClick={ handleImageClick } ref={ imgRef }
|
||||
src={ `/image/${ btoa(img.url) }` } style={ imgStyles } />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -14,10 +14,11 @@ export default function Updates({ auth }) {
|
||||
<Card className="w-[90%] m-3 mx-auto">
|
||||
<CardHeader>
|
||||
<CardTitle>0.1.3</CardTitle>
|
||||
<CardDescription>Release: 18 Jan 2025</CardDescription>
|
||||
<CardDescription>Release: 19 Jan 2025 / 18 Jan 2025</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<ul>
|
||||
<li>0.1.3A: Remove lazy loading</li>
|
||||
<li>Fixed: Theme initialization</li>
|
||||
<li>Toggle clicking spot invert in reading page</li>
|
||||
<li>Beta: Histories group by comics</li>
|
||||
|
||||
@@ -86,7 +86,7 @@ export function AppSidebar({ auth }) {
|
||||
</div>
|
||||
<div className="flex flex-col gap-0.5 leading-none">
|
||||
<span className="font-semibold">Comic</span>
|
||||
<span>0.1.3</span>
|
||||
<span>0.1.3A</span>
|
||||
</div>
|
||||
</Link>
|
||||
</SidebarMenuButton>
|
||||
|
||||
Reference in New Issue
Block a user