-
Notifications
You must be signed in to change notification settings - Fork 179
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
base: main
Are you sure you want to change the base?
Conversation
The preview deployment failed. 🔴 Last updated at: 2025-06-03 10:23:49 CET |
The preview deployment failed. 🔴 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same.
No description provided.