Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/small screen #291

Merged
merged 34 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
aacd353
docs(all-general): trigger pipeline
Jan 5, 2023
3c0ae01
fix(all-general): remove 1 of blank cards
Jan 5, 2023
585c291
fix(all-general): remove small screen dialog and tests connected to it
Jan 9, 2023
ab5942e
fix(app-config): update package-lock.json
Jan 10, 2023
e230455
fix(app-general): remove error with key on PersistentBanner
Jan 10, 2023
d736060
fix(app-general): add mobile breakpoint to DefaultTheme
Jan 10, 2023
f9a69ad
feat(app-general): add mobile view for signup, login and reset password
Jan 10, 2023
d28eb54
feat(app-components): add styled Burger and Menu components
Jan 10, 2023
121ae6e
feat(app-dashboard): add mobile view on dashboard
Jan 10, 2023
818d1b6
feat(all-general): revert package-lock.json
Jan 11, 2023
9f110f9
fix(app-components): remove unused imports
Jan 11, 2023
9a2baea
fix(all-general): add new step to pipeline
Jan 13, 2023
94bb6a5
fix(app-dashboard): change background color of menu
Jan 13, 2023
a7a9e42
fix(app-dashboard): remove persistent banner if on mobile
Jan 13, 2023
d635b33
feat(app-create-game): add mobile view to create game
Jan 13, 2023
52e9386
feat(app-board): remove docker panel with cards on mobile
Jan 13, 2023
5a74fe7
fix(all-general): fix functions tests database address
Jan 13, 2023
f4feafa
fix(all-general): update node engine and npm packages
Jan 16, 2023
0d1c72a
feat(app-board): adjust bottom and top widget rows for mobile view
Jan 16, 2023
75a59ae
fix(functions-general): update database dev project name in functions…
Jan 17, 2023
cea5e15
fix(functions-general): revert node engine to 12 because firebase rul…
Jan 17, 2023
948bcd1
fix(functions-general): node engine back to 16 and update package-loc…
Jan 17, 2023
30db743
fix(all-general): update typescript packages in functions and firestore
Jan 17, 2023
44258c9
fix(all-general): update ts-node package in firestore
Jan 17, 2023
4603549
fix(all-general): update development project name
Jan 17, 2023
9a225bb
fix(all-general): update npm packages
Jan 17, 2023
387f44e
fix(all-general): fix firebase.rc
Jan 17, 2023
9520783
fix(functions-general): change node engine to 14
Jan 17, 2023
1d8a195
fix(functions-general): change test to use project id pipeline-game-d…
Jan 17, 2023
4ade8e9
fix(app-general): add new step pipeline to use node engine 14
Jan 18, 2023
202b576
feat(app-board): add mobile view for rules overlay
Jan 18, 2023
27d80f8
feat(app-board): add mobile for triggering review dialog
Jan 18, 2023
1c238bb
feat(app-board): remove the teleportation bug on card click on mobile…
Jan 18, 2023
a68eddd
Merge branch 'main' into feat/small-screen
Jan 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Checkout merged code
uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

- name: Load initial data
run: npm run scripts:load-initial-data
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ GOOGLE_APPLICATION_CREDENTIALS=

and then run again


```shell
npm run scripts:load-initial-data:local
```
Expand Down
11 changes: 1 addition & 10 deletions fixtures/firestore-data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,19 +371,10 @@
"blank1": {
"type": "pipeline-step",
"tags": [],
"title": "blank1",
"title": "blank",
"subtitle": "",
"content": "",
"number": 44,
"deckId": "7p5qqvE8kCV9WWysVc2n"
},
"blank2": {
"type": "pipeline-step",
"tags": [],
"title": "blank2",
"subtitle": "",
"content": "",
"number": 45,
"deckId": "7p5qqvE8kCV9WWysVc2n"
}
}
Loading