Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…desktop-client into UI]Fix-search-bar-sizing-on-Quest-Page
  • Loading branch information
biliesilva committed Dec 19, 2024
2 parents 77bd50e + 7da58d7 commit 210907e
Show file tree
Hide file tree
Showing 23 changed files with 11,494 additions and 9,102 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand All @@ -40,7 +39,7 @@ jobs:
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Install modules.
run: pnpm install --ignore-scripts --fetch-timeout 600000 && pnpm allow-scripts
run: pnpm run setup
- name: setup env file
run: |
echo "VITE_LD_ENVIRONMENT_ID=${{ secrets.VITE_LD_ENVIRONMENT_ID_TEST }}" > .env
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down Expand Up @@ -112,7 +110,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
node-version: '22'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down Expand Up @@ -79,6 +78,8 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v4

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down Expand Up @@ -125,6 +126,8 @@ jobs:
with:
node-version: '20'

- uses: pnpm/action-setup@v4

- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
node_modules
Expand All @@ -37,7 +37,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand All @@ -59,7 +58,7 @@ jobs:
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env.production
- name: Cache artifacts
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
dist
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e-packaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
node-version: '20'
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
echo "VITE_IPFS_API=${{ secrets.VITE_IPFS_API }}" >> .env
- uses: pnpm/action-setup@v3
with:
version: 9
standalone: ${{ runner.os == 'Windows' }}
- name: Install node-gyp
run: pnpm add --global node-gyp
Expand Down
2 changes: 1 addition & 1 deletion buildResetExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (existsSync(resetExtensionScript)) {
const result = spawnSync(
command,
[
'run',
'exec',
'pkg',
resetExtensionScript,
'--out-path',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"zod": "^3.23.8"
},
"scripts": {
"setup": "pnpm install --ignore-scripts && pnpm exec allow-scripts",
"setup": "pnpm install --ignore-scripts && patch-package && pnpm exec allow-scripts",
"setupWithoutOptional": "node ./dev/rmOptionalDependencies.js && pnpm prettier-fix && pnpm install --ignore-optional && pnpm exec allow-scripts",
"start": "electron-vite dev --watch",
"debug:react": "react-devtools",
Expand Down Expand Up @@ -367,7 +367,7 @@
},
"optionalDependencies": {
"@hyperplay/extension-importer": "^0.1.1-alpha.0",
"@hyperplay/extension-provider": "^0.0.8",
"@hyperplay/extension-provider": "^0.0.9",
"@hyperplay/mock-backend": "^0.0.1",
"@hyperplay/overlay": "^0.0.7",
"@hyperplay/patcher": "^0.0.18",
Expand Down Expand Up @@ -408,5 +408,5 @@
"sass>@parcel/watcher": false
}
},
"packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
"packageManager": "pnpm@9.15.0+sha256.09a8fe31a34fda706354680619f4002f4ccef6dadff93240d24ef6c831f0fd28"
}
Loading

0 comments on commit 210907e

Please sign in to comment.