-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: lint anchor elements (#18227)
- Loading branch information
Showing
63 changed files
with
288 additions
and
282 deletions.
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
Binary file modified
BIN
+197 Bytes
(100%)
frontend/__snapshots__/components-hogqleditor--hog-ql-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+7.75 KB
(160%)
...d/__snapshots__/components-hogqleditor--no-value-person-properties-disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+191 Bytes
(100%)
frontend/__snapshots__/components-hogqleditor--no-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.3 KB
(130%)
frontend/__snapshots__/scenes-other-preflight--preflight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ import { dayjs } from 'lib/dayjs' | |
import { LemonSelect } from 'lib/lemon-ui/LemonSelect' | ||
import { subscriptionLogic } from '../subscriptionLogic' | ||
import { UserActivityIndicator } from 'lib/components/UserActivityIndicator/UserActivityIndicator' | ||
import { IconChevronLeft, IconOpenInNew } from 'lib/lemon-ui/icons' | ||
import { IconChevronLeft } from 'lib/lemon-ui/icons' | ||
import { LemonBanner } from 'lib/lemon-ui/LemonBanner' | ||
import { subscriptionsLogic } from '../subscriptionsLogic' | ||
import { | ||
|
@@ -158,13 +158,13 @@ export function EditSubscription({ | |
. <br /> | ||
If this value is not configured correctly PostHog may be unable to correctly send | ||
Subscriptions.{' '} | ||
<a | ||
<Link | ||
to="https://posthog.com/docs/configuring-posthog/environment-variables?utm_medium=in-product&utm_campaign=subcriptions-system-status-site-url-misconfig" | ||
target="_blank" | ||
rel="noopener" | ||
href="https://posthog.com/docs/configuring-posthog/environment-variables?utm_medium=in-product&utm_campaign=subcriptions-system-status-site-url-misconfig" | ||
targetBlankIcon | ||
> | ||
Learn more <IconOpenInNew /> | ||
</a> | ||
Learn more | ||
</Link> | ||
</> | ||
</LemonBanner> | ||
)} | ||
|
@@ -184,14 +184,13 @@ export function EditSubscription({ | |
<> | ||
Email subscriptions are not currently possible as this PostHog instance | ||
isn't{' '} | ||
<a | ||
href="https://posthog.com/docs/self-host/configure/email" | ||
<Link | ||
to="https://posthog.com/docs/self-host/configure/email" | ||
target="_blank" | ||
rel="noopener" | ||
targetBlankIcon | ||
> | ||
configured to send emails | ||
<IconOpenInNew /> | ||
</a> | ||
</Link> | ||
. | ||
</> | ||
</LemonBanner> | ||
|
@@ -233,8 +232,8 @@ export function EditSubscription({ | |
Slack is not yet configured for this project. Add PostHog to | ||
your Slack workspace to continue. | ||
</span> | ||
<a | ||
href={ | ||
<Link | ||
to={ | ||
addToSlackButtonUrl( | ||
window.location.pathname + '?target_type=slack' | ||
) || '' | ||
|
@@ -247,7 +246,7 @@ export function EditSubscription({ | |
src="https://platform.slack-edge.com/img/add_to_slack.png" | ||
srcSet="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x" | ||
/> | ||
</a> | ||
</Link> | ||
</div> | ||
</LemonBanner> | ||
) : ( | ||
|
@@ -272,13 +271,12 @@ export function EditSubscription({ | |
help={ | ||
<> | ||
Private channels are only shown if you have{' '} | ||
<a | ||
href="https://posthog.com/docs/integrate/third-party/slack" | ||
<Link | ||
to="https://posthog.com/docs/integrate/third-party/slack" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
added the PostHog Slack App | ||
</a>{' '} | ||
</Link>{' '} | ||
to them | ||
</> | ||
} | ||
|
@@ -304,13 +302,12 @@ export function EditSubscription({ | |
The PostHog Slack App is not in this channel. Please add it | ||
to the channel otherwise Subscriptions will fail to be | ||
delivered.{' '} | ||
<a | ||
href="https://posthog.com/docs/integrate/third-party/slack" | ||
<Link | ||
to="https://posthog.com/docs/integrate/third-party/slack" | ||
target="_blank" | ||
rel="noopener" | ||
> | ||
See the Docs for more information | ||
</a> | ||
</Link> | ||
</span> | ||
<LemonButton | ||
type="secondary" | ||
|
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
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
Oops, something went wrong.