Skip to content

Commit faef906

Browse files
authored
Merge pull request #2075 from usablica/reactive
Convert the library to use Signals and reactive elements
2 parents 7399d37 + 3158ec0 commit faef906

File tree

104 files changed

+5841
-2281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+5841
-2281
lines changed

cypress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import { defineConfig } from "cypress";
22
import { configureVisualRegression } from "cypress-visual-regression";
33

44
module.exports = defineConfig({
5+
viewportWidth: 1000,
56
trashAssetsBeforeRuns: true,
67
env: {
7-
failSilently: false,
8+
visualRegressionFailSilently: false,
89
},
910
e2e: {
1011
screenshotsFolder: "./cypress/snapshots/actual",

cypress/setup/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
crossorigin="anonymous"
1515
/>
1616

17-
<link href="http://localhost:10001/dist/introjs.css" rel="stylesheet" />
18-
<link href="http://host.docker.internal:10001/dist/introjs.css" rel="stylesheet" />
19-
2017
<link rel="preconnect" href="https://fonts.gstatic.com" />
2118
<link
2219
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
2320
rel="stylesheet"
2421
/>
2522

23+
<link href="http://localhost:10001/dist/introjs.css" rel="stylesheet" />
24+
<link href="http://host.docker.internal:10001/dist/introjs.css" rel="stylesheet" />
25+
2626
<style type="text/css">
2727
body,
2828
h1,
@@ -157,7 +157,7 @@ <h2 data-intro="fourth header step" data-hint="secondary header">
157157
class="pt-3 mt-4 text-muted border-top"
158158
data-hint="this is the footer"
159159
>
160-
&copy; YEAR
160+
&copy; 2021
161161
</footer>
162162
</div>
163163
</main>

0 commit comments

Comments
 (0)