Skip to content

Commit 0bc0ff4

Browse files
authored
Merge branch 'main' into address-page-extra
2 parents 1cdffce + 5541991 commit 0bc0ff4

File tree

123 files changed

+6590
-2101
lines changed

Some content is hidden

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

123 files changed

+6590
-2101
lines changed

.github/workflows/pages-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Build and Export with Profiler
4949
if: ${{ github.ref != 'refs/heads/main' }}
5050
run: pnpm build:preview && pnpm export
51+
env:
52+
NEXT_PUBLIC_AVUP_ENDPOINT: https://avatar-upload-staging.ens-cf.workers.dev
5153

5254
- name: Generate sitemap
5355
if: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/test-wallet.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Wallet Tests (Container)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
paths:
7-
#all files
8-
- '**'
5+
# push:
6+
# paths:
7+
# #all files
8+
# - '**'
99

1010
env:
1111
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ tsconfig.vitest-temp.json
7575
.dev.vars
7676

7777
certificates
78+
79+
# Claude
80+
.playwright-mcp

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
1717
"prettier.configPath": "./.prettierrc.json",
1818
"[svg]": {
19-
"editor.defaultFormatter": "jock.svg"
19+
"editor.defaultFormatter": null
2020
},
2121
"jest.jestCommandLine": "pnpm run test",
2222
"cSpell.words": [
@@ -31,5 +31,8 @@
3131
},
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
34+
},
35+
"workbench.colorCustomizations": {
36+
"titleBar.activeBackground": "#C37609"
3437
}
3538
}

0 commit comments

Comments
 (0)