Skip to content

chore: deployment page title #1980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ArmanNik
Copy link
Contributor

@ArmanNik ArmanNik commented Jun 3, 2025

No description provided.

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 3, 2025

The preview deployment failed. 🔴

Open Build Logs

Last updated at: 2025-06-03 10:23:49 CET

@coolify-appwrite-org
Copy link

coolify-appwrite-org bot commented Jun 3, 2025

The preview deployment failed. 🔴

Open Build Logs

Last updated at: 2025-06-03 10:23:42 CET

href={`${base}/project-${page.params.region}-${projectId}/functions/function-${functionId}`}>
Deployment
href={`${base}/project-${page.params.region}-${page.params.project}/functions/function-${page.params.function}`}>
{$func.name}'s deployment
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if the name is looong?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CoverTitle component truncates long text

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but that would also truncate the text deployment as well right? 👀
Shouldn't the deployment page's title should mention deployment?

LoremIpsumLongFunctio's deployment > LoremIpsum...

isn't that same as function's title then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's the downside of adding the function/site name... you can bring it up with design on discord

import { deployment } from './store';
</script>

<Cover>
<svelte:fragment slot="header">
<CoverTitle
href={`${base}/project-${page.params.region}-${page.params.project}/sites/site-${page.params.site}/deployments`}>
Deployment
{$site.name}'s deployment
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants