mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-15 17:11:49 +02:00
♻️ Move feedback alert and update biome config
This commit is contained in:
parent
453cb2752b
commit
758422e097
2 changed files with 7 additions and 4 deletions
|
@ -42,6 +42,9 @@ export default async function Page(props: { params: Promise<Params> }) {
|
||||||
</PageDescription>
|
</PageDescription>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<PageContent className="space-y-8">
|
<PageContent className="space-y-8">
|
||||||
|
<IfCloudHosted>
|
||||||
|
<FeedbackAlert />
|
||||||
|
</IfCloudHosted>
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<h2 className="text-muted-foreground text-sm">
|
<h2 className="text-muted-foreground text-sm">
|
||||||
<Trans i18nKey="homeActionsTitle" defaults="Actions" />
|
<Trans i18nKey="homeActionsTitle" defaults="Actions" />
|
||||||
|
@ -57,9 +60,6 @@ export default async function Page(props: { params: Promise<Params> }) {
|
||||||
</Tile>
|
</Tile>
|
||||||
</TileGrid>
|
</TileGrid>
|
||||||
</div>
|
</div>
|
||||||
<IfCloudHosted>
|
|
||||||
<FeedbackAlert />
|
|
||||||
</IfCloudHosted>
|
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<h2 className="text-muted-foreground text-sm">
|
<h2 className="text-muted-foreground text-sm">
|
||||||
<Trans i18nKey="homeNavTitle" defaults="Navigation" />
|
<Trans i18nKey="homeNavTitle" defaults="Navigation" />
|
||||||
|
|
|
@ -11,7 +11,10 @@
|
||||||
"noUselessElse": "off"
|
"noUselessElse": "off"
|
||||||
},
|
},
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noUnusedImports": "error"
|
"noUnusedImports": {
|
||||||
|
"level": "error",
|
||||||
|
"fix": "unsafe"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue