Skip to content

Commit d97830d

Browse files
committed
v6.7.9
1 parent e0c4214 commit d97830d

File tree

8 files changed

+139
-5
lines changed

8 files changed

+139
-5
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 131 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,144 @@
3232
margin: 0;
3333
}
3434

35-
.main {
35+
.header {
36+
width: 100%;
37+
min-height: 500px;
38+
background-color: #ffeec2;
39+
}
40+
41+
.header-container {
42+
max-width: 650px;
43+
margin: auto;
44+
padding-top: 200px;
45+
}
46+
47+
.header-container-image {
48+
max-width: 850px;
49+
margin: auto;
50+
margin-top: -200px;
51+
}
52+
53+
h1 {
54+
color: #333;
55+
font-size: 32px;
56+
font-weight: 900;
57+
}
58+
59+
h2 {
60+
color: #333;
61+
font-size: 20px;
62+
font-weight: 500;
63+
margin-top: 5px;
64+
}
65+
66+
.logo {
67+
width: 60px;
68+
height: auto;
69+
position: fixed;
70+
top: 40px;
71+
left: 40px;
72+
}
73+
74+
.head-image {
75+
margin-top: 40px;
3676
width: 100%;
3777
height: auto;
78+
max-height: 500px;
79+
border-radius: 10px;
80+
object-fit: cover;
81+
}
82+
83+
.content {
84+
max-width: 650px;
85+
margin: auto;
86+
margin-top: 40px;
87+
margin-bottom: 40px;
88+
color: #333;
89+
font-size: 18px;
90+
line-height: 26px;
91+
font-weight: 300;
92+
}
93+
94+
a {
95+
color: rgb(57, 140, 254);
96+
text-decoration: none;
97+
display: block;
98+
margin-top: 10px;
99+
margin-bottom: 10px;
100+
cursor: pointer;
101+
}
102+
103+
.buttonlink {
104+
display: inline-block;
105+
width: fit-content;
106+
font-size: 16px;
107+
font-weight: 600;
108+
color: rgb(255, 255, 255);
109+
background-color: rgb(57, 140, 254);
110+
border-style: solid;
111+
border-width: 0px;
112+
border-radius: 56px;
113+
padding: 15px 40px;
114+
text-decoration: none;
115+
cursor: pointer;
116+
}
117+
118+
@media only screen and (max-width: 600px) {
119+
.header-container {
120+
padding-left: 40px;
121+
padding-right: 40px;
122+
padding-top: 150px;
123+
}
124+
.head-image {
125+
border-radius: 0px;
126+
}
127+
.header {
128+
min-height: initial;
129+
}
130+
.content {
131+
margin-top: 0px;
132+
padding: 40px;
133+
}
134+
}
135+
video {
136+
border: 1px solid lightgray;
137+
width: 100%;
138+
background-color: #eee;
38139
}
39140
</style>
40141
</head>
41142

42143
<body>
144+
<img class="logo" src="https://i.ibb.co/wMGvWqh/Gleap-Logo.png" />
145+
<div class="header">
146+
<div class="header-container">
147+
<h1>Gleap Demo</h1>
148+
<h2>Gleap SDK for the Web</h2>
149+
</div>
150+
</div>
151+
<div class="header-container-image">
152+
<img class="head-image" src="./pexels-jaymantri-4827.jpg" />
153+
</div>
154+
<div class="content" id="haha">
155+
<span
156+
>The Gleap SDK for JavScript is the easiest way to integrate Gleap into
157+
your apps! Achieve better app quality & ratings with comprehensive
158+
in-app bug reporting. Gleap offers affordable In-App Bug Reporting for
159+
Apps, WebApps & Websites.</span
160+
>
161+
<br /><br />
162+
<span
163+
>No more wasting time trying to reproduce a bug. Gleap reports
164+
automatically contain a replay video, session data, logs and more. Even
165+
better: You can add custom data to your bug details.</span
166+
>
167+
<br /><br />
168+
<span
169+
>In less than a minute you can add our Gleap SDK to your App or WebApp.
170+
Install our SDK, build and run. A piece of cake.</span
171+
>
172+
</div>
43173
<!-- index.js as found in build/index.js -->
44174
<script src="index.js"></script>
45175
<script src="main.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "6.7.8",
3+
"version": "6.7.9",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/6.7.9/appwidget.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.7.9/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.7.9/index.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/NetworkUtils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export const isLocalNetwork = function (hostname = window.location.hostname) {
33
["localhost", "127.0.0.1", "0.0.0.0", "", "::1"].includes(hostname) ||
44
hostname.startsWith("192.168.") ||
55
hostname.startsWith("10.0.") ||
6-
hostname.endsWith(".local")
6+
hostname.endsWith(".local") ||
7+
!hostname.includes(".")
78
);
89
};

0 commit comments

Comments
 (0)