mirror of
https://github.com/tabler/tabler.git
synced 2026-08-30 13:51:28 +04:00
Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint (#2749)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,18 +1,8 @@
|
||||
---
|
||||
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
|
||||
import HomepageContent from '@shared/components/HomepageContent.astro';
|
||||
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
||||
import HomepageContent from '@shared/components/HomepageContent.astro'
|
||||
---
|
||||
|
||||
<DefaultLayout
|
||||
title="Dashboard"
|
||||
pageHeader="Right vertical layout"
|
||||
pretitle="Overview"
|
||||
actions="buttons"
|
||||
pageMenu="layout.vertical-end"
|
||||
pageLibs={['apexcharts', 'jsvectormap']}
|
||||
sidebar
|
||||
sidebarEnd
|
||||
hideTopbar
|
||||
>
|
||||
<HomepageContent />
|
||||
<DefaultLayout title="Dashboard" pageHeader="Right vertical layout" pretitle="Overview" actions="buttons" pageMenu="layout.vertical-end" pageLibs={['apexcharts', 'jsvectormap']} sidebar sidebarEnd hideTopbar>
|
||||
<HomepageContent />
|
||||
</DefaultLayout>
|
||||
|
||||
Reference in New Issue
Block a user