-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
misc: add CTA footer to launchpad framework dropdown #25831
Merged
astone123
merged 7 commits into
feature/ct-public-api
from
astone123/ct-api-launchpad-cta
Feb 20, 2023
+58
−2
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f44786e
misc: add CTA footer to launchpad framework dropdown
astone123 b8f643a
misc: use icon from design system
astone123 80b88cf
misc: update icon color, make text one line
astone123 ef02e7f
misc: decrease footer height
astone123 1e93f5a
add UTM params
astone123 14e226b
Merge branch 'feature/ct-public-api' of github.com:cypress-io/cypress…
astone123 4a19096
remove computed
astone123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,7 @@ | |
</span> | ||
</li> | ||
</ListboxOption> | ||
<slot name="footer" /> | ||
</ListboxOptions> | ||
</transition> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<template> | ||
<div class="flex bg-gray-50 h-65px py-12px px-17px text-gray-800 items-center"> | ||
astone123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<div> | ||
<Icon | ||
astone123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
name="general-grid-2x2" | ||
size="16" | ||
/> | ||
</div> | ||
<div class="ml-15px"> | ||
{{ t("setupPage.projectSetup.frameworkNotListed") }} | ||
<ExternalLink | ||
href="https://on.cypress.io/component-integrations" | ||
astone123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
class="text-indigo-500 block hocus-link-default group" | ||
> | ||
{{ t('setupPage.projectSetup.browseIntegrations') }}<i-cy-arrow-right_x16 | ||
class="ml-4px transform transition-transform ease-in -translate-y-1px duration-200 inline-block icon-dark-current group-hocus:translate-x-2px" | ||
/> | ||
</ExternalLink> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script lang="ts" setup> | ||
import { useI18n } from '@cy/i18n' | ||
import ExternalLink from '@packages/frontend-shared/src/gql-components/ExternalLink.vue' | ||
import Icon from '@cypress-design/vue-icon' | ||
|
||
const { t } = useI18n() | ||
|
||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I will get you this link within 24h