-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add analytics, telemetry request dialog (#94)
- Loading branch information
Showing
35 changed files
with
504 additions
and
140 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
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,6 @@ | ||
# Environment variables for testing production features locally | ||
VITE_PUBLIC_ANALYTICS_ENABLE=1 | ||
# (A staging project for testing analytics locally) | ||
VITE_PUBLIC_POSTHOG_KEY=phc_xeUF3QojX8qFjOxo4MwiyMzCRyI1RiYL778warJL1ai | ||
VITE_PUBLIC_POSTHOG_API_HOST=https://app.posthog.com | ||
VITE_PUBLIC_POSTHOG_UI_HOST=https://app.posthog.com |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule .yarn
updated
7 files
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 |
---|---|---|
|
@@ -87,6 +87,5 @@ | |
} | ||
& p { | ||
margin: 0; | ||
font-size: 16px; | ||
} | ||
} |
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,23 @@ | ||
.notifier-request-source { | ||
bottom: 1em; | ||
left: 1em; | ||
position: absolute; | ||
} | ||
|
||
.bp5-popover-content .notifier-request { | ||
width: 350px; | ||
padding: 1em; | ||
background: var(--interface-background-color) !important; | ||
line-height: 1.5em; | ||
|
||
.button-group { | ||
display: flex; | ||
justify-content: flex-end; | ||
margin-top: 1em; | ||
} | ||
.subtle { | ||
margin-right: 10px; | ||
background-color: var(--interface-background-color) !important; | ||
color: #fffb; | ||
} | ||
} |
Oops, something went wrong.
7dad379
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.
Successfully deployed to the following URLs:
bitauth-ide – ./
bitauth-ide-bitjson.vercel.app
bitauth-ide-git-master-bitjson.vercel.app
ide.bitauth.com