Skip to content

Commit 5cb8068

Browse files
Merge pull request #291 from eficode/feat/small-screen
Feat/small screen
2 parents 6ef5e4f + a68eddd commit 5cb8068

File tree

57 files changed

+111273
-38968
lines changed

Some content is hidden

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

57 files changed

+111273
-38968
lines changed

.github/workflows/build-and-deploy-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-node@v3
1414
with:
1515
node-version: '14'
16-
16+
1717
- name: Checkout merged code
1818
uses: actions/checkout@v2
1919

.github/workflows/build-and-test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Sleep for 30 seconds
4747
run: sleep 30s
4848
shell: bash
49-
49+
5050
- name: Load initial data
5151
run: npm run scripts:load-initial-data
5252
env:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ GOOGLE_APPLICATION_CREDENTIALS=
298298

299299
and then run again
300300

301+
301302
```shell
302303
npm run scripts:load-initial-data:local
303304
```

fixtures/firestore-data/cards.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -371,19 +371,10 @@
371371
"blank1": {
372372
"type": "pipeline-step",
373373
"tags": [],
374-
"title": "blank1",
374+
"title": "blank",
375375
"subtitle": "",
376376
"content": "",
377377
"number": 44,
378378
"deckId": "7p5qqvE8kCV9WWysVc2n"
379-
},
380-
"blank2": {
381-
"type": "pipeline-step",
382-
"tags": [],
383-
"title": "blank2",
384-
"subtitle": "",
385-
"content": "",
386-
"number": 45,
387-
"deckId": "7p5qqvE8kCV9WWysVc2n"
388379
}
389380
}

0 commit comments

Comments
 (0)