snowballtools-base/packages/frontend/src/components/projects/create
Vivian Phung 934aa1a26b
Refactor: Env to utils/constants (#210)
This PR centralizes all the environment variable references into a single constants file. The change includes replacing various `import.meta.env` references with imports from the new `utils/constants` module. This improves maintainability by providing a single place to manage environment variables.
2024-06-21 21:07:41 -04:00
..
ProjectRepoCard Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
RepositoryList fix: missing key 2024-04-25 16:57:14 +05:30
TemplateCard Merge pull request #138 from snowball-tools/ayungavis/T-4911-create-project-import-a-repository-section 2024-03-05 22:41:43 +07:00
ConnectAccount.tsx Refactor: Env to utils/constants (#210) 2024-06-21 21:07:41 -04:00
ConnectAccountTabPanel.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
Deploy.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
DeployStep.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
MockConnectGitCard.tsx Check for GitHub authentication in template create page and handle GitHub unauthorized errors (#173) 2024-04-11 17:19:15 +05:30