feat: Basic features page + accidentally linted it all #41
Annotations
12 errors
lint:
src/app/_components/dashboard/groups/GroupRow.tsx#L41
Expected indentation of 24 spaces but found 20
|
lint:
src/app/_components/edit-account/EditInput.tsx#L25
Expected indentation of 8 spaces but found 12
|
lint:
src/app/_components/edit-account/EditInput.tsx#L26
Expected indentation of 12 spaces but found 16
|
lint:
src/app/_components/edit-account/EditInput.tsx#L27
Expected indentation of 12 spaces but found 16
|
lint:
src/app/_components/edit-account/EditInput.tsx#L28
Expected indentation of 8 spaces but found 12
|
lint:
src/app/_components/edit-account/EditInput.tsx#L29
Expected indentation of 12 spaces but found 16
|
lint:
src/app/_components/edit-account/EditInput.tsx#L30
Expected indentation of 12 spaces but found 16
|
lint:
src/app/_components/edit-account/EditInput.tsx#L31
Expected indentation of 8 spaces but found 12
|
lint:
src/app/_components/edit-account/EditInput.tsx#L32
Expected indentation of 12 spaces but found 16
|
lint:
src/app/_components/edit-account/EditInput.tsx#L33
Expected indentation of 12 spaces but found 16
|
__tests__/Home.test.tsx > unit tests > render Home component and check for styles:
__tests__/Home.test.tsx#L26
TestingLibraryElementError: Unable to find an element by: [data-testid="home"]
Ignored nodes: comments, script, style
<body>
<div>
<section
class="relative flex h-fit min-h-[100vh] snap-center items-center justify-center vignette relative flex flex-col overflow-clip bg-slate-100 font-sans"
style="perspective: 500px;"
>
<div
class="rt-Container rt-r-size-2 mt-[30vh] h-full w-full p-8 text-center"
>
<div
class="rt-ContainerInner"
>
<div
class="rt-Flex rt-r-fd-column"
>
<span
class="rt-Text rt-r-size-9"
>
Always
<strong
class="rt-Strong relative"
>
Connected,
<div
class="absolute right-0 top-0 h-5 w-5 animate-ping rounded-full bg-blue-500"
/>
</strong>
</span>
<span
class="rt-Text rt-r-size-9"
>
No Matter the Distance
</span>
</div>
<div
class="rt-Box my-4"
>
<span
class="rt-Text"
data-accent-color="gray"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</span>
</div>
<div
class="rt-Box"
>
<div
class="rt-Flex rt-r-fd-row rt-r-jc-center rt-r-gap-2"
>
<button
class="rt-reset rt-BaseButton rt-r-size-2 rt-variant-solid rt-Button"
data-accent-color="green"
>
Get Started
</button>
<button
class="rt-reset rt-BaseButton rt-r-size-2 rt-variant-outline rt-Button"
data-accent-color=""
>
Learn More
</button>
</div>
</div>
</div>
</div>
<div
class="absolute -z-10 !rotate-[0deg]"
style="opacity: 0.05; will-change: transform; transform: scale(10) rotate(0deg);"
>
<img
alt="map"
data-nimg="1"
decoding="async"
height="1000"
loading="lazy"
src="/lmap.svg"
style="color: transparent;"
width="1000"
/>
</div>
</section>
<section
class="relative flex h-fit min-h-[100vh] snap-center items-center justify-center relative flex w-full flex-col items-center justify-center bg-[--accent-3] p-8 sm:p-0"
style="perspective: 500px;"
>
<div
class="rt-Flex rt-r-fd-column flex h-fit w-full p-4 text-center"
>
<span
class="rt-Text rt-r-size-7"
>
<strong
class="rt-Strong"
>
What We Offer
</strong>
</span>
<span
class="rt-Text rt-r-size-3"
>
Our platform offers a wide range of features to help you stay connected.
</span>
</div>
<div
class="rt-Flex rt-r-gap-4 h-fit w-full max-w-2xl flex-col justify-center overflow-visible px-4 sm:flex-row md:flex-wrap"
>
<div
class="flex flex-1 justify-center"
>
<div
class="rt-reset rt-BaseCard rt-Card rt-r-size-1 rt-variant-surface w-full max-w-[20rem] shadow-lg"
>
<div
class="rt-Flex rt-r-ai-center rt-r-jc-center p-4"
>
<div
class="flex items-center justify-center"
>
<iconify-icon
height="32"
icon="tabler:location"
width="32"
/>
</div>
</div>
<div
class="rt-Flex rt-r-fd-column rt-r-
|
test
Process completed with exit code 1.
|