-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rome doesnt seem to correctly format tailwind classes
- Loading branch information
Showing
19 changed files
with
29 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ export default function ChangeEmailForm(): JSX.Element { | |
loggedInUser.email ? loggedInUser.email : '[email protected]' | ||
} | ||
autoComplete="email" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:border-orange-500 focus:outline-none focus:ring-orange-500 | ||
dark:border-neutral-800 sm:text-sm" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ export default function LoginForm({ loginError, setLoginError }: LoginFormProps) | |
type="email" | ||
placeholder="[email protected]" | ||
autoComplete="email" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -113,7 +113,7 @@ export default function LoginForm({ loginError, setLoginError }: LoginFormProps) | |
type="password" | ||
placeholder="••••••••••••••••" | ||
autoComplete="current-password" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -146,7 +146,7 @@ export default function LoginForm({ loginError, setLoginError }: LoginFormProps) | |
</div> | ||
|
||
<div className="flex w-full justify-center"> | ||
<PrimaryButton isSubmitting={isSubmitting} wFull={true}> | ||
<PrimaryButton isSubmitting={isSubmitting} wFull> | ||
<span className="w-full"> | ||
{isSubmitting ? 'Signing In...' : 'Sign In'} <span>✨</span> | ||
</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ export default function PasswordResetForm(): JSX.Element { | |
placeholder="••••••••••••••••" | ||
autoComplete="current-password" | ||
aria-describedby="password-description" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -136,7 +136,7 @@ export default function PasswordResetForm(): JSX.Element { | |
placeholder="••••••••••••••••" | ||
autoComplete="current-password" | ||
aria-describedby="password-description" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -247,7 +247,7 @@ export function ForgotPasswordForm(): JSX.Element { | |
type="email" | ||
placeholder="[email protected]" | ||
autoComplete="email" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ export default function SignupForm({ | |
type="text" | ||
placeholder="John" | ||
autoComplete="First Name" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -158,7 +158,7 @@ export default function SignupForm({ | |
type="lastName" | ||
placeholder="Doe" | ||
autoComplete="Last Name" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -192,7 +192,7 @@ export default function SignupForm({ | |
type="email" | ||
placeholder="[email protected]" | ||
autoComplete="email" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -227,7 +227,7 @@ export default function SignupForm({ | |
placeholder="••••••••••••••••" | ||
autoComplete="current-password" | ||
aria-describedby="password-description" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -273,7 +273,7 @@ export default function SignupForm({ | |
type="password" | ||
placeholder="••••••••••••••••" | ||
autoComplete="current-password" | ||
required={true} | ||
required | ||
className="dark:bg-darkBG mt-1 block w-full rounded-md border | ||
border-neutral-300 py-2 px-3 shadow-sm focus:outline-none dark:border-neutral-800 sm:text-sm" | ||
/> | ||
|
@@ -297,7 +297,7 @@ export default function SignupForm({ | |
<div> | ||
{!signedUp ? ( | ||
<div className="flex justify-center"> | ||
<PrimaryButton isSubmitting={isSubmitting} wFull={true}> | ||
<PrimaryButton isSubmitting={isSubmitting} wFull> | ||
<span className="text-lg font-bold"> | ||
{isSubmitting ? 'Signing up...' : 'Sign Up'}{' '} | ||
<span className="text-xs">✨</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1554,36 +1554,6 @@ | |
estree-walker "^2.0.2" | ||
picomatch "^2.3.1" | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-arm64/-/cli-darwin-arm64-10.0.0.tgz#c219bbdc8a9d53a845b18f6df2affbff5b887b0b" | ||
integrity sha512-JT7JccEtKyFDHXy0MxhwHN4Zc94s/kW+0aTczb1ChAoCStfjj5jWzv/yQnm+HFw5Vf3ukAocLsDNRN6d9gQYbQ== | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-darwin-x64/-/cli-darwin-x64-10.0.0.tgz#dbf8284c5013d61dbca25ab92027398274ee2e3a" | ||
integrity sha512-HORYhz8eM3L3XePPNBhU44zFpTVfhpuO4B7fjdfho7z9kwTW22M0fVvuPrxxPauxmin7gHM8lxCD2jHxabg34Q== | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-arm64/-/cli-linux-arm64-10.0.0.tgz#50b3fd210054fc68f2c92494f304d26ab5a8a7b1" | ||
integrity sha512-/L3jxo9RUwJ+uvDvAPCquAw10ccpZDuzADfZff5tHd6Fzv28cAToC3JrN/2miGpur0Fx/NIZIPbAsdI4NWGIRA== | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-linux-x64/-/cli-linux-x64-10.0.0.tgz#5cd3611dc23fcefafaf642791950bc3c940b172d" | ||
integrity sha512-KC6CDeSR4haRfxmfrvCn8+NzQ7X31pDjFgD+m+PAbSXOeMr/KHmU7eDsjC3d47ORYYkYXqhx9VxHe1w3IEShMg== | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-arm64/-/cli-win32-arm64-10.0.0.tgz#6dfb064de3b9a4c35a89bf32635ba4e675ea85c6" | ||
integrity sha512-8XWjx7Z1dMp9q4Lvi+ax4+Y8vkbp7JHVdfrTSMQTyUA9ofaW6ah1h9iGPuKic057VTZGX66/KazC5qNTbrlckQ== | ||
|
||
"@rometools/[email protected]": | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/@rometools/cli-win32-x64/-/cli-win32-x64-10.0.0.tgz#1c5132eb96bac7ba5da59ed7cddac32d33bc933b" | ||
integrity sha512-mAf3f32oE919cZ86KVMR/X0VOs+C16jEUyt1ww2UPw/rKUmm0DNfuT6/m4FQW8GEHdCBC8z3zdRVCd05VK7UJg== | ||
|
||
"@rushstack/eslint-patch@^1.1.3", "@rushstack/eslint-patch@^1.2.0": | ||
version "1.2.0" | ||
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz" | ||
|
@@ -7886,18 +7856,6 @@ rollup@^2.43.1, rollup@^2.79.0, rollup@^2.79.1: | |
optionalDependencies: | ||
fsevents "~2.3.2" | ||
|
||
rome@^10.0.0: | ||
version "10.0.0" | ||
resolved "https://registry.yarnpkg.com/rome/-/rome-10.0.0.tgz#ae1e291f4b3546881c1709597f7e2e679546fc56" | ||
integrity sha512-dQnIlzgHDt94N4JoFaqe9e2aDAZfdmyGOW4UaefMztDph41mt75Mg0aeJ/C7JgcIOLbp9D4LD+omyUB5YFUUPw== | ||
optionalDependencies: | ||
"@rometools/cli-darwin-arm64" "10.0.0" | ||
"@rometools/cli-darwin-x64" "10.0.0" | ||
"@rometools/cli-linux-arm64" "10.0.0" | ||
"@rometools/cli-linux-x64" "10.0.0" | ||
"@rometools/cli-win32-arm64" "10.0.0" | ||
"@rometools/cli-win32-x64" "10.0.0" | ||
|
||
run-async@^2.4.0: | ||
version "2.4.1" | ||
resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" | ||
|
2021aac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
devclad-web – ./apps/web
app.devclad.com
devclad-web-devclad.vercel.app
devclad-client-landing.vercel.app
devclad-web-git-main-devclad.vercel.app
2021aac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
devclad-landing – ./apps/landing
devclad-landing-devclad.vercel.app
devclad-landing-git-main-devclad.vercel.app
devclad-landing.vercel.app
www.devclad.com
devclad.com