refactor: align account and watchlist titles
This commit is contained in:
@@ -135,7 +135,7 @@ templ RecoveryComplete(newRecoveryKey string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
templ Account(username string, createdAt string, passwordError string, passwordSuccess string, recoveryError string, recoverySuccess string, recoveryKey string) {
|
templ Account(username string, createdAt string, passwordError string, passwordSuccess string, recoveryError string, recoverySuccess string, recoveryKey string) {
|
||||||
@Layout("Account", true) {
|
@Layout("mal - account", true) {
|
||||||
<div class="mx-auto grid w-[min(720px,100%)] gap-4">
|
<div class="mx-auto grid w-[min(720px,100%)] gap-4">
|
||||||
<section class="grid gap-3 bg-[var(--panel)] p-5">
|
<section class="grid gap-3 bg-[var(--panel)] p-5">
|
||||||
<h2>Account</h2>
|
<h2>Account</h2>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
templ Watchlist(entries []database.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) {
|
templ Watchlist(entries []database.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) {
|
||||||
@Layout("My Watchlist", true) {
|
@Layout("mal - watchlist", true) {
|
||||||
<div class="mb-4 flex items-end justify-between gap-4 max-[860px]:flex-col max-[860px]:items-start">
|
<div class="mb-4 flex items-end justify-between gap-4 max-[860px]:flex-col max-[860px]:items-start">
|
||||||
<div class="grid gap-1">
|
<div class="grid gap-1">
|
||||||
<h2>Watchlist</h2>
|
<h2>Watchlist</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user