Skip to content

Commit

Permalink
Draft: Drop yup and formik
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Dec 12, 2024
1 parent 5be562e commit 58721c7
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 304 deletions.
2 changes: 1 addition & 1 deletion packages/web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@
"vite"
]
}
}
}
4 changes: 4 additions & 0 deletions packages/web/app/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export const LAST_VISITED_ORG_KEY = 'lastVisitedOrganization_v2';

export const CHART_PRIMARY_COLOR = 'rgb(234, 179, 8)';

export const DEFAULT_RETENTION_DAYS = 30;

export const MINIMUM_DAYS = 7;
Loading

0 comments on commit 58721c7

Please sign in to comment.