mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-14 08:31:53 +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>
|
||||
</PageHeader>
|
||||
<PageContent className="space-y-8">
|
||||
<IfCloudHosted>
|
||||
<FeedbackAlert />
|
||||
</IfCloudHosted>
|
||||
<div className="space-y-4">
|
||||
<h2 className="text-muted-foreground text-sm">
|
||||
<Trans i18nKey="homeActionsTitle" defaults="Actions" />
|
||||
|
@ -57,9 +60,6 @@ export default async function Page(props: { params: Promise<Params> }) {
|
|||
</Tile>
|
||||
</TileGrid>
|
||||
</div>
|
||||
<IfCloudHosted>
|
||||
<FeedbackAlert />
|
||||
</IfCloudHosted>
|
||||
<div className="space-y-4">
|
||||
<h2 className="text-muted-foreground text-sm">
|
||||
<Trans i18nKey="homeNavTitle" defaults="Navigation" />
|
||||
|
|
|
@ -11,7 +11,10 @@
|
|||
"noUselessElse": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noUnusedImports": "error"
|
||||
"noUnusedImports": {
|
||||
"level": "error",
|
||||
"fix": "unsafe"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue