-
-
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.
* chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * update crowdin client * fix lockfile * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * full width for form * clean up comments/dead code * move in to folder * dep for json -> csv conversion * api routes/mock data * move to dir, rework hook form * fix lockfile * add font fallbacks * ignore _queries dir * add serviceAreas, isNational * update data * custom superjson * clean up import * add countryCode column * start data migration prep * alter api route * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * vercel geo * fix lockfile * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * remove umami * fix provider error * mobile app stuff * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * fix types/add EditModeProvider * generated icons * fix import * downgrade @crowdin/crowdin-api-client per crowdin/crowdin-api-client-js#355 * use array in prefixedId * update prefetch * fix lint error * convert dayIndex to luxon format * remove dupe * fix data schema * update mock data * rename ContactSection file to match component name * separate out ContactInfo in to parts * clear errors * add API handler for phone numbers * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * fix barrel file * update api route/mock data * create edit mode ContactSection * alter drawer/phone # entry form * update api route & mock data * add theme variants * change sort order * add api route & mock data * contact section: phone & website * create job summary * api routes/mock data * basic edit drawer * Email drawer links * fix conditional * fix storybook conf for msw addon * storybook conf tweak * add `tiny-invariant` * generate nested freetext upsert * update api routes/mocks * switch hook, fix data submission * move in to folder * api routes / mock data * stop unminifying json mockdata * api routes / mock data * api routes / mock data * update msw public script * social media update drawer * fix lockfile * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * enable wdyr on app, refactor icon * remove ModalProvider & small cleanups * fix wdyr & add env trigger * i18n HMR & storybook swc * page title * chore: lint & format Signed-off-by: InReach [bot] <[email protected]> * fix i18n hmr plugin loading * fix plugin loading during build * remove file --------- Signed-off-by: InReach [bot] <[email protected]> Signed-off-by: Joe Karow <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: InReach [bot] <[email protected]>
- Loading branch information
1 parent
d865f25
commit eb2ca6c
Showing
159 changed files
with
4,189 additions
and
1,092 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ pnpm-lock.yaml | |
.eslintignore | ||
*.hbs | ||
.trace/*.json | ||
packages/ui/mockData/json/*.json |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/// <reference types="@welldone-software/why-did-you-render" /> | ||
import React from 'react' | ||
|
||
// eslint-disable-next-line node/no-process-env | ||
if (process.env.NODE_ENV === 'development' && !!process.env.WDYR) { | ||
if (typeof window !== 'undefined') { | ||
const loadWdyr = async () => { | ||
const { default: whyDidYouRender } = await import('@welldone-software/why-did-you-render') | ||
whyDidYouRender(React, { | ||
trackAllPureComponents: true, | ||
include: [/.*/], | ||
exclude: [/.*mantine.*/i], | ||
logOnDifferentValues: false, | ||
logOwnerReasons: true, | ||
collapseGroups: true, | ||
}) | ||
} | ||
loadWdyr() | ||
} | ||
} |
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
Oops, something went wrong.