snowballtools-base/packages/frontend/src/pages/org-slug/projects
Vivian Phung dee84f18cb
feat: dynamic project success page and update links (#220)
### TL;DR

Integrates project data fetching for dynamic subdomain display on the Project Deployment Success page and the OverviewTabPanel.

### What changed?

- Updated `Id.tsx` to fetch project data and dynamically display project's subdomain after deployment.
- Modified `Overview.tsx` to make project's subdomain a clickable link.

### How to test?

1. Deploy a new project and check the deployment success page for correct subdomain display.
2. Open a project's overview tab and click the subdomain link to ensure it navigates correctly.

### Why make this change?

Improves user experience by displaying the actual subdomain and making it clickable, ensuring users can conveniently verify their deployment and access project domain.

---
2024-06-24 18:44:34 -04:00
..
create feat: dynamic project success page and update links (#220) 2024-06-24 18:44:34 -04:00
id feat: dynamic project success page and update links (#220) 2024-06-24 18:44:34 -04:00
Id.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
routes.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00