Commit d74a036
Quasar v2 / Vue 3 (#425)
* buid: update deps (https://quasar.dev/start/upgrade-guide\#option-1-convert-a-project)
* build: polyfill all node.js modules
* build: update App.vue
* build: update router config
* build: update i18n (does not update usage of it, which is still broken)
* build: remove @vue/composition-api package
* wip (revert this)
* refactor: a bunch of fixes
* build: update some deps
* build/style: fix some errors and run prettier
* wip
* more fixes
* more fixes
* no more vue extend
* style: prettier
* more fixes
* fix: this line is only needed for webpack v4, not v5
* hacking the hint
* fix: i18n updates
* fix: errors in i18n boot file
* build: update deps to fix joi issue, thirdweb-dev/web3-onboard#1287
* build: dep updates
* fix: stop files from erroring
* fix: useRouter must be called in setUp
* restore original template components with manual typing fixes
* more fixes
* fixes on where lifecycle hooks can be used
* temporarily rename i18n files (so rename casing)
* rename them back
* perf: don't block on avatars
* style: prettier
* fix lint errors
* lockfile upadte
* downgrade node types
* fix: pin ethers.js to 5.6.9, since 5.7.0 doesn't work with typechain: ethers-io/ethers.js#3322
* more fixes
* component reactivity fixes
* test: need hardhat explicitly installed locally to run umbra-js tests
* update lockfile
* fix: stronger pkx check
* turn off autocomplete for input fields
* fix: button click handlers were run twice, now only runs once
* fix: network selector now works
* fix: language selector default value
* i18n param query fix (#427)
* Add param query fix for i18n
* style: add line break
Co-authored-by: Matt Solomon <[email protected]>
* chore: fix lint errors
* test: fix missing mnemonic in CI
* chore: fix typings for component refs
* Upgrade i18n syntax (#428)
* Upgrade i18n syntax
* Fix typo
* fix: FAQ link copying and auto-scrolling to element via URL
* fix: receive table now works, cleanup typos/comments
* Quasar v2 Fix Sends and Setup (#433)
* Don't let Vue refs turn ethers objects into proxies
* Prevent setup from erroring
Error was:
"proxy must report the same value for the non-writable, non-configurable property '"interface"'
* Shamelessly copy dgrants note to improve our markRaw comment
* fix: properly load avatar
* chore: remove worker-loader package for quasar-v2 (#435)
* chore: web worker updates for webpack v5
* chore: remove unneeded file
* fix: correctly handle event types
* fix: modelValue fixes
* chore: remove console.logs from debugging
* build: bump version
* fix: vue router active class
* chore: i18n warning cleanup
* chore: typing fixes
* chore: more i18n warning cleanup
* chore: some umbra-js cleanup
* chore: some frontend cleanup
* chore: more frontend fixes
* fix: itemEvents was dropped in favor of itemProps
* fix: receive table pagination
* chore: rename L2 tokens to just be ETH, since that's what their official bridges do
* fix: improve payment link parsing
* fix: i18n key
* feat: show version in footer to facilitate debugging during phased rollout
* fix: send form validation UX
* feat: add hardcoded donation banner
* Localize alert banner (#440)
* Localize banner
* fix: i18n updates when incorporating changes from master
* Update copyright year to trigger a branch deploy
---------
Co-authored-by: wildmolasses <[email protected]>
Co-authored-by: Gary Ghayrat <[email protected]>
Co-authored-by: David Laprade <[email protected]>
Co-authored-by: Ben DiFrancesco <[email protected]>1 parent b0ab5e7 commit d74a036
File tree
79 files changed
+7674
-8572
lines changed- contracts-core
- test
- frontend
- src
- boot
- components
- i18n
- locales
- layouts
- pages
- router
- store
- utils
- worker
- umbra-js
- src
- classes
- utils
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+7674
-8572
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 45 | + | |
| 46 | + | |
57 | 47 | | |
58 | 48 | | |
59 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
55 | | - | |
56 | | - | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments