-
Notifications
You must be signed in to change notification settings - Fork 185
feat: replaced pink 1 with pink2 in documents permission component #2128
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
feat: replaced pink 1 with pink2 in documents permission component #2128
Conversation
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.
Pretty sure we have multiple occurrences of the old design Alert
. Lets replace all of those.
@@ -343,7 +344,8 @@ | |||
{/each} | |||
</Table.Root> | |||
<div class="u-flex u-flex-vertical u-gap-16"> |
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.
Lets use the Layout.Stack
here.
source: 'function_keys_card', | ||
destination: 'docs' | ||
})} | ||
<div class="u-margin-block-start-24"> |
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.
why do we need this margin here?
...tes/(console)/project-[region]-[project]/functions/function-[function]/settings/+page.svelte
Outdated
Show resolved
Hide resolved
...tes/(console)/project-[region]-[project]/functions/function-[function]/settings/+page.svelte
Outdated
Show resolved
Hide resolved
...onsole)/project-[region]-[project]/storage/bucket-[bucket]/settings/updateMaxFileSize.svelte
Outdated
Show resolved
Hide resolved
@@ -342,15 +344,16 @@ | |||
</Table.Row.Base> | |||
{/each} | |||
</Table.Root> | |||
<div class="u-flex u-flex-vertical u-gap-16"> | |||
<Alert>To change the selection edit the relationship settings.</Alert> | |||
<Layout.Stack gap="m" direction="column"> |
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.
gap="m" is 12px
, doesn't seem the same from before.
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 does this PR do?
Replaced pink 1 with pink 2 alert component n documents permission component
Test Plan
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
yes