This repository was archived by the owner on May 16, 2024. It is now read-only.
Commit 7639449
Feat: Update UI to IOTA 2.0 DevNet (#27)
* wip
* Fix issues
* add output type filter
* wip
* wip
* update electron
* update node
* replace remote module
* wip
* wip
* clean up electron.js
* wip
* Fix bug
* wip
* integrate asset info fetching
* clean up comments
* disable logging
* Feat update lib (#17)
* wip
* Fix issues
* add output type filter
* wip
* wip
* update electron
* update node
* replace remote module
* wip
* wip
* clean up electron.js
* Fix bug
* clean up comments
* disable logging
* fix build (#20)
* update styles on main screen
* update h2 color and app bg color
* fix apiRegistryClient unhandled exception
* Build new homepage and confirmation page
* update primary and secondary buttons
* responsive layout
* remove buttons hover and focus
* animate drops in landing
* Add Maximize / minimize features
* does every window button need to be wrapped in an ElectronHelper
component?
* Update inputs background
* add hexagon to landing page and tweka responsive from mobile to 4k
* Set API and API ASSET REGISTRY endpoints
* Check is Electron just once on window buttons
* prevent image from being dragged
* Improve landing page responsive styles
* Add manual-desktop workflow
* update homepage logo and header logo
* use new API endpoint
* Position & style landing page spinner and
* prevent homepage from showing after after settings or delete screens
* Revert "prevent homepage from showing after after settings or delete screens"
This reverts commit 6ac04fc.
* Check whether wallet has been loaded to show homepage or not
* Update Electron storage directory name
* tweak homepage styles
* Add missing brackets
* Hide api Registry Endpoint from Settings in production mode
* Tidy up code
* align Edit & Delete buttons horizontally in Assets card
* Swap Smybol - Name -Color assets position
* Truncate asset color string
* Fine tune homepage CSS
* remove webkit CSS from previous commit
* fix drop css
* check name & symbol length on asset create/update
* update workflows to name the files "nectar"
* Update readme to nectar
* Update naming to nectar
* Update version to v0.7.0
* Always display landing node notification message
* Improve wallet tables UI
* Small landing CSS retouch
* Update API endpoint
* remove commented code
* rebuild spinners
remove position attributes from Spinner component and set those in
parent divs
* avoid wallet centering and keep aligned to top
* Add missing img alts
* "show message on copy address"
* "Catch and display forbidden strings error"
* "improve copy to clipboard code"
* replace Nectar Wallet and nectar Wallet with Nectar DevNet Wallet
* Restart timer on every click to copy address to clipboard
* Rewrite Balance to Balances
* update nectar wallet to nectar devnet wallet
* clear interval on componentWillUnmount and avoid fullscreen variable for maximize window
* Centralize variables to avoid code duplication
* Rename all to IOTA 2.0 DevNet Wallet
* fix app names typos
* add missing colon
* update version
* Add macOS notarization script and config
* Remove manual action
* adding signature vars and steps
* Allow builds to be manually triggered
* Don't fail fast
* Fix working directory for AppImage signing
* Fix actions with new names
* fix actions
* update product name
* Add mac app icon
Co-authored-by: capossele <[email protected]>
Co-authored-by: Diego <[email protected]>
Co-authored-by: Rajiv Shah <[email protected]>
Co-authored-by: sadjy <[email protected]>1 parent 2e75b93 commit 7639449
File tree
47 files changed
+1689
-368
lines changed- .github/workflows
- images
- public
- scripts
- src
- app
- components
- assets
- helpers
- iota/api
- scss
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1689
-368
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
37 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
38 | 56 | | |
39 | 57 | | |
40 | 58 | | |
41 | 59 | | |
42 | 60 | | |
43 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
44 | 78 | | |
45 | 79 | | |
46 | 80 | | |
| |||
50 | 84 | | |
51 | 85 | | |
52 | 86 | | |
53 | | - | |
54 | | - | |
| 87 | + | |
| 88 | + | |
55 | 89 | | |
56 | 90 | | |
57 | 91 | | |
58 | 92 | | |
59 | | - | |
60 | | - | |
| 93 | + | |
| 94 | + | |
61 | 95 | | |
62 | 96 | | |
63 | 97 | | |
64 | 98 | | |
65 | | - | |
| 99 | + | |
66 | 100 | | |
67 | | - | |
| 101 | + | |
68 | 102 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Loading
Loading
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
95 | 111 | | |
96 | 112 | | |
97 | 113 | | |
0 commit comments