Skip to content

Commit

Permalink
v6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Mar 7, 2022
1 parent 991a893 commit e4028ab
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions demo/bb.css
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,10 @@ textarea.bb-feedback-required {
color: #ed4337;
}

.bb-feedback-dialog--crashed .bb-form-progress-inner {
background-color: #ed433766 !important;
}

@media print {
.bb-feedback-button {
display: none !important;
Expand Down
4 changes: 2 additions & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Gleap = window.Gleap;

Gleap.setApiUrl("http://localhost:9000");
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
// Gleap.setApiUrl("http://localhost:9000");
Gleap.initialize("6aDbcY8I6uo5qc0CnJbfAI8mCXInmsvP");
Gleap.identify(123, {
email: "[email protected]",
name: "Lukas",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "6.8.2",
"version": "6.8.3",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/6.8.3/appwidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions published/6.8.3/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions published/6.8.3/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/AutoConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class AutoConfig {
flowConfig.enableRageClickDetector
) {
Gleap.enableRageClickDetector(
flowConfig.enableRageClickDetector
flowConfig.rageClickDetectorIsSilent
);
}

Expand Down
4 changes: 4 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,10 @@ textarea.bb-feedback-required {
color: #ed4337;
}

.bb-feedback-dialog--crashed .bb-form-progress-inner {
background-color: #ed433766 !important;
}

@media print {
.bb-feedback-button {
display: none !important;
Expand Down

0 comments on commit e4028ab

Please sign in to comment.