snowballtools-base-mirror/packages/frontend/src
Nabarun Gogoi 6d1a48905a
Show domain connected status in overview tab (#58)
* Implement functionality to visit deployment

* Check and display domain details in overview tab for production branch

* Update fixtures to remove project name from deployment url

* Refactor and add uuid to typeorm entities

* Fix deployment url

* Display live domain details in project overview

* Use database query to fetch live production domain
2024-02-06 19:11:53 +05:30
..
assets Implement functionality to delete domain (#59) 2024-02-01 11:37:57 +05:30
components Show domain connected status in overview tab (#58) 2024-02-06 19:11:53 +05:30
context Implement creating project by importing repository (#49) 2024-02-01 18:10:15 +05:30
layouts Refactor mutation GQL methods to service class and display organization name (#53) 2024-02-05 16:21:55 +05:30
pages Set project name for repository organization and name (#57) 2024-02-06 16:18:29 +05:30
types Show domain connected status in overview tab (#58) 2024-02-06 19:11:53 +05:30
utils Display fetched deployments data in deployments tab (#24) 2024-02-01 11:37:57 +05:30
App.test.tsx Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
App.tsx Implement creating project by importing repository (#49) 2024-02-01 18:10:15 +05:30
constants.ts Integrate rollback deployment GQL mutation in frontend (#49) 2024-02-01 11:37:57 +05:30
index.css Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
index.tsx Integrate gql-client in frontend (#21) 2024-02-01 11:37:57 +05:30
logo.svg Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
react-app-env.d.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
reportWebVitals.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
setupTests.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30