1
0
Fork 0
forked from lthn/blockchain
Commit graph

168 commits

Author SHA1 Message Date
arthurest
06ce740345
fixed transaction sync issue (#223) 2020-10-03 13:32:00 +02:00
arthurest
7e972a4321
fixed transaction sync issue (#221) 2020-10-02 13:06:22 +02:00
sowle
11850a1e05
gui: fixed a transactions' incorrect pagination when a wallet mines PoS and sends rewards to another address 2020-09-25 17:47:37 +03:00
sowle
0b6c5ca53a
gui code improvements
1) all hardcoded URL links moved to constants.ts
2) gui now aware of mainnet/testnet
3) testnet build open up testnet block explorer
4) testnet build is marked with TESTNET note right after version
2020-09-19 06:01:38 +03:00
sowle
acda8f911b
Merge branch 'ui_develop' into issue207 2020-09-11 14:24:24 +03:00
arthurest
0a78a09283
Develop (#216)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

* 139 -> Search in History tab

* restored wallet text after not right merge

* hide for Tracking wallet 'send' and 'contracts' tabs

* 163-> GUI: tx history pagination is not working sometimes
2020-09-09 20:29:14 +02:00
arthurest
c330b2bf39
Develop (#215)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

* 139 -> Search in History tab

* restored wallet text after not right merge

* hide for Tracking wallet 'send' and 'contracts' tabs

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-08 13:03:15 +02:00
sowle
f878fd897a
Merge branch 'ui_develop' into issue207 2020-09-05 16:55:21 +03:00
arthurest
3de757e634
Develop (#209)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-05 13:56:45 +02:00
sowle
884c9584d5
#207 has been partially fixed 2020-09-03 19:32:10 +03:00
arthurest
21665f897d
Develop (#208)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-02 00:02:17 +02:00
sowle
4c46efc9c8
gui: NOT_ENOUGH_OUTPUTS_FOR_MIXING is supported in front-end 2020-08-09 01:28:01 +03:00
sowle
fc1e5dfe31
gui: "Auditable Watch-Only" -> "Tracking" 2020-07-21 22:32:44 +03:00
sowle
be90189eb2
gui: change link to auditable wlts help page 2020-07-16 12:57:41 +03:00
arthurest
c525e4342a
GUI: changed wallet colors style
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style
2020-07-14 16:43:48 +03:00
arthurest
4c908e5890
Small bug when sending zano without leading 0 for decimal part fixed #190
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0
2020-07-06 17:21:59 +03:00
arthurest
5903cc36aa
GUI: fixed master passwork lock timer issue 2020-07-06 13:15:18 +03:00
arthurest
209d9df676
GUI fixes: made disable 'Hide your wallet address from recipient' checkbox, hide 'register an alias' for auditable wallets 2020-06-29 13:31:19 +03:00
sowle
f74d327848
gui: alias name field returned back to read-only state 2020-06-26 15:39:33 +03:00
arthurest
6595462b39
js scripts fix for alias updating (#192)
* alias update name(not finished)

* after merge
2020-06-24 14:01:09 +03:00
arthurest
0a55d12b2e
autitable watch-only wallet recovering + changed 'Seed phrase / private key' to 'Seed phrase / tracking seed' (#191) 2020-06-24 12:54:00 +03:00
arthurest
c9592c752d
History tab: page is not selected by default, sent tx doesn't show up in the list
Fix for #184
2020-06-22 17:46:07 +03:00
arthurest
a4a66bb574
Enlarge QRCode
Fixes #180
2020-06-22 13:52:54 +03:00
arthurest
e4fe9f95c8
Implement auditable and auditable watch-only wallets highlightning in…
issue #175

* Implement auditable and auditable watch-only wallets highlightning in GUI
* changed highlightning style
* renamed goToZanoSite --> goToAuditableWalletHelpPage and ZANO_SITE --> AUDITABLE_WALLET_HELP_PAGE
2020-06-19 18:17:08 +03:00
arthurest
a67633e3ed
Mixins change (#182)
* changed mixins

* disable mixin if is_auditable true

* added mixin constant

* fix mixin bug
2020-06-18 18:51:49 +03:00
zetov
ca7899b234
history (#166)
* history

* Rebuild
2020-04-08 21:45:46 +03:00
zetov
ed944436e9
#162 (#167) 2020-04-08 21:28:13 +03:00
zetov
324673c1d3
Downloading, fixed comment textarea (#161)
This should fix 159, 160
2020-03-24 12:06:12 +03:00
zetov
c6c3d2264d
Gui graphics #157 (#158)
* Fix close btn
* rebuild
2020-03-07 23:07:57 +01:00
sowle
cc099507fa
Merge branch 'master' into develop 2019-12-28 03:14:52 +03:00
zetov
b6b98a9379 Close button (#151)
* close btn

* rebuild html
2019-12-27 18:34:10 +01:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring 2019-12-26 18:08:57 +03:00
zetov
45c61560ba Pagination (#144)
* Pagination + html

* offset + rebuild

* open wallet

* conflict
2019-12-05 21:48:18 +01:00
zetov
182e4f82e4 Pagination + html (#143)
* Pagination + html

* offset + rebuild
2019-12-05 16:06:05 +01:00
zetov
8ca969448a price update + password text fix (#134) 2019-10-14 22:07:03 +02:00
zetov
7f407b82a2 Minor fix (#124)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal

* fix lock transaction

* icons functional

* animated icons

* rebuild html

* tooltips

* fix logo, sidebar tooltip delay, multi languages

* confirm modal

* allowed symbols

* rebuild html

* fix conf. pop up, tooltip delay, rebuild html

* Portuguese fix(on/off)

* cutted letter "g"

* scale settings

* change view confirm pop up

* fix icons

* fix tooltips

* new contacts display  after open import file

* change syncing text

* rebuild html
2019-10-04 17:06:20 +02:00
Ravaga
a9e1810b4d portuguese translation 2019-10-03 20:43:51 +02:00
zetov
dc93c3fa2b 01.10 fix (#123)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal

* fix lock transaction

* icons functional

* animated icons

* rebuild html

* tooltips

* fix logo, sidebar tooltip delay, multi languages

* confirm modal

* allowed symbols

* rebuild html
2019-10-03 16:56:24 +02:00
zetov
7f7dca7736 animated icons (#122)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal

* fix lock transaction

* icons functional

* animated icons

* rebuild html
2019-09-27 18:08:27 +02:00
zetov
b065a64d7d fix modal open wallet (#116)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal
2019-09-06 15:50:06 +02:00
zetov
d11a124142 fix sync block view (#115)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view
2019-09-06 14:10:24 +02:00
zetov
dbb3bb7391 fix logout without masster password (#113)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass
2019-09-05 16:32:18 +02:00
zetov
a849237b31 fix countdown + counter of blocks (#112)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks
2019-09-04 13:34:03 +02:00
zetov
49ebfffe70 fix data.foreach & rebuild (#109)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html
2019-09-01 22:58:31 +02:00
Ravaga
5409b49d03 New Crowdin translations (#104)
* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (German)

* New translations en.json (Korean)

* New translations en.json (Ukrainian)

* New translations en.json (Turkish)

* New translations en.json (Swedish)

* New translations en.json (Spanish)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Russian)

* New translations en.json (Romanian)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (French)

* New translations en.json (Greek)

* New translations en.json (Polish)

* New translations en.json (Norwegian)

* New translations en.json (Japanese)

* New translations en.json (Hungarian)

* New translations en.json (Hebrew)

* New translations en.json (Finnish)

* New translations en.json (Czech)

* New translations en.json (Dutch)

* New translations en.json (Danish)

* New translations en.json (Chinese Simplified)

* New translations en.json (Catalan)

* New translations en.json (Arabic)

* New translations en.json (Afrikaans)

* New translations en.json (Italian)

* New translations en.json (Vietnamese)
2019-08-19 23:25:06 +02:00
zetov
58c850fa99 add type '.csv',validation empty contact list/file (#105)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge
2019-08-18 14:39:20 +02:00
zetov
d12959aac7 fix modal width (#103)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width
2019-08-16 17:04:28 +02:00
Ravaga
1165526540 New Crowdin translations (#100)
* New translations en.json (German)

* New translations en.json (Korean)

* New translations en.json (Ukrainian)

* New translations en.json (Turkish)

* New translations en.json (Swedish)

* New translations en.json (Spanish)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Russian)

* New translations en.json (Romanian)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (French)

* New translations en.json (Greek)

* New translations en.json (Polish)

* New translations en.json (Norwegian)

* New translations en.json (Japanese)

* New translations en.json (Hungarian)

* New translations en.json (Hebrew)

* New translations en.json (Finnish)

* New translations en.json (Czech)

* New translations en.json (Dutch)

* New translations en.json (Danish)

* New translations en.json (Chinese Simplified)

* New translations en.json (Catalan)

* New translations en.json (Arabic)

* New translations en.json (Afrikaans)

* New translations en.json (Italian)

* New translations en.json (Vietnamese)
2019-08-16 16:28:35 +02:00
zetov
30e967bb47 Fix export/import contacts, alias, immigration store 41 -> 43 (#99)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild
2019-08-16 13:25:40 +02:00
Ravaga
31ef25fbde New translations en.json (German) (#98) 2019-08-16 13:25:23 +02:00