OSDN Git Service

bytom/bytom-electron.git
6 years agoMerge branch 'master' into dev
Zhiting Lin [Wed, 30 May 2018 02:38:03 +0000 (10:38 +0800)]
Merge branch 'master' into dev

6 years agoremove the decimal point when the amount's decimal hasn't been defined
Zhiting Lin [Tue, 29 May 2018 08:02:28 +0000 (16:02 +0800)]
remove the decimal point when the amount's decimal hasn't been defined

6 years agohttps://github.com/Bytom/bytom/issues/943
Zhiting Lin [Tue, 29 May 2018 07:13:31 +0000 (15:13 +0800)]
https://github.com/Bytom/bytom/issues/943

6 years agofixed the bug, when type amount first the input mask won't show up.
Zhiting Lin [Tue, 29 May 2018 06:55:10 +0000 (14:55 +0800)]
fixed the bug, when type amount first the input mask won't show up.

6 years agoMerge pull request #37 from Bytom/dev
Zhiting Lin [Fri, 25 May 2018 07:08:49 +0000 (15:08 +0800)]
Merge pull request #37 from Bytom/dev

Dev

6 years agoMerge branch 'master' into dev
Zhiting Lin [Fri, 25 May 2018 07:01:38 +0000 (15:01 +0800)]
Merge branch 'master' into dev

6 years agolower case the title
Zhiting Lin [Thu, 24 May 2018 03:05:14 +0000 (11:05 +0800)]
lower case the title

6 years agoRevert "add page param when loading transactions"
Yongfeng LI [Thu, 24 May 2018 01:39:22 +0000 (09:39 +0800)]
Revert "add page param when loading transactions"

This reverts commit 8d374a25976c8964fcacd1e89b95a541d175042d.

6 years agoRevert "remove detail param"
Yongfeng LI [Thu, 24 May 2018 01:39:01 +0000 (09:39 +0800)]
Revert "remove detail param"

This reverts commit ca4f529bffcf41f156f450ac86384931f202118e.

6 years agosubmit the form without dialog popup
Zhiting Lin [Wed, 23 May 2018 08:38:42 +0000 (16:38 +0800)]
submit the form without dialog popup

6 years agofixed some react error
Zhiting Lin [Wed, 23 May 2018 07:54:44 +0000 (15:54 +0800)]
fixed some react error

6 years agoadd the pop up warning dialog when router switch or card switch
Zhiting Lin [Wed, 23 May 2018 06:55:03 +0000 (14:55 +0800)]
add the pop up warning dialog when router switch or card switch

6 years agoupdate hjs-webpack and package-lock.json
Yongfeng LI [Tue, 22 May 2018 05:31:19 +0000 (13:31 +0800)]
update hjs-webpack and package-lock.json

6 years agoremove useless dependencies
Yongfeng LI [Tue, 22 May 2018 05:13:49 +0000 (13:13 +0800)]
remove useless dependencies

6 years agoupdate wdio-selenium-standalone-service
Yongfeng LI [Tue, 22 May 2018 03:37:43 +0000 (11:37 +0800)]
update wdio-selenium-standalone-service

6 years agoupdate moment
Yongfeng LI [Tue, 22 May 2018 03:22:28 +0000 (11:22 +0800)]
update moment

6 years agoMerge pull request #36 from Bytom/pagination
Yongfeng LI [Mon, 21 May 2018 09:19:48 +0000 (17:19 +0800)]
Merge pull request #36 from Bytom/pagination

add page param when loading transactions

6 years agoremove detail param
Yongfeng LI [Mon, 21 May 2018 09:10:43 +0000 (17:10 +0800)]
remove detail param

6 years agoadd page param when loading transactions
Yongfeng LI [Mon, 21 May 2018 09:04:16 +0000 (17:04 +0800)]
add page param when loading transactions

6 years agoadd the setRouteLeaveHook if the router change
Zhiting Lin [Mon, 21 May 2018 06:27:32 +0000 (14:27 +0800)]
add the setRouteLeaveHook if the router change

6 years agosubmit the form when user hit enter
Zhiting Lin [Mon, 21 May 2018 03:09:26 +0000 (11:09 +0800)]
submit the form when user hit enter

6 years agoesitmate the gas after validate address
Zhiting Lin [Fri, 18 May 2018 08:28:15 +0000 (16:28 +0800)]
esitmate the gas after validate address

6 years agoadd the onblur function for autocomplete field
Zhiting Lin [Thu, 17 May 2018 08:18:07 +0000 (16:18 +0800)]
add the onblur function for autocomplete field

6 years agorework on the transactions actions
Zhiting Lin [Thu, 17 May 2018 07:01:32 +0000 (15:01 +0800)]
rework on the transactions actions

6 years agoseperate the action into normalTx and advancedTX
Zhiting Lin [Wed, 16 May 2018 03:33:22 +0000 (11:33 +0800)]
seperate the action into normalTx and advancedTX

6 years agoseperate the transactions page into two form
Zhiting Lin [Tue, 15 May 2018 08:41:01 +0000 (16:41 +0800)]
seperate the transactions page into two form

6 years agoMerge pull request #30 from freewind/issue-28
Zhiting Lin [Wed, 9 May 2018 01:41:51 +0000 (09:41 +0800)]
Merge pull request #30 from freewind/issue-28

fix #28: remove code that does nothing

6 years agofix #28: remove code that does nothing
freewind [Tue, 8 May 2018 14:38:51 +0000 (22:38 +0800)]
fix #28: remove code that does nothing

6 years agoMerge pull request #29 from Bytom/dev
Zhiting Lin [Tue, 8 May 2018 11:45:26 +0000 (19:45 +0800)]
Merge pull request #29 from Bytom/dev

Dev

6 years agoceil up the estimate gas
Zhiting Lin [Tue, 8 May 2018 11:42:39 +0000 (19:42 +0800)]
ceil up the estimate gas

6 years agochecked if an address is valid
Zhiting Lin [Tue, 8 May 2018 11:04:59 +0000 (19:04 +0800)]
checked if an address is valid

6 years agofix multi-sign
Yongfeng LI [Mon, 7 May 2018 10:04:39 +0000 (18:04 +0800)]
fix multi-sign

6 years agotrim the alias string in the register page
Zhiting Lin [Thu, 3 May 2018 10:54:20 +0000 (18:54 +0800)]
trim the alias string in the register page

6 years agoscorllbar overflow auto
Zhiting Lin [Wed, 2 May 2018 09:47:25 +0000 (17:47 +0800)]
scorllbar overflow auto

6 years agore-word the network status
Zhiting Lin [Sat, 28 Apr 2018 09:54:24 +0000 (17:54 +0800)]
re-word the network status

6 years agorestyle the core index page.
Zhiting Lin [Sat, 28 Apr 2018 08:24:04 +0000 (16:24 +0800)]
restyle the core index page.

6 years agoMerge pull request #27 from Bytom/dev
Zhiting Lin [Sat, 28 Apr 2018 05:36:20 +0000 (13:36 +0800)]
Merge pull request #27 from Bytom/dev

Dev

6 years agoauto disappear message in 5s https://github.com/Bytom/bytom/issues/840
Zhiting Lin [Sat, 28 Apr 2018 03:49:15 +0000 (11:49 +0800)]
auto disappear message in 5s https://github.com/Bytom/bytom/issues/840

6 years agoadd the affixed for flashed message
Zhiting Lin [Sat, 28 Apr 2018 03:44:49 +0000 (11:44 +0800)]
add the affixed for flashed message

6 years agoadd the z-index.
Zhiting Lin [Fri, 27 Apr 2018 07:05:50 +0000 (15:05 +0800)]
add the z-index.

6 years agochange the margin for the fixed nav.
Zhiting Lin [Fri, 27 Apr 2018 06:56:02 +0000 (14:56 +0800)]
change the margin for the fixed nav.

6 years agofixed the password typo https://github.com/Bytom/bytom/issues/838
Zhiting Lin [Thu, 26 Apr 2018 03:04:03 +0000 (11:04 +0800)]
fixed the password typo https://github.com/Bytom/bytom/issues/838

6 years agoMerge branch 'master' of github.com:Bytom/dashboard
Zhiting Lin [Tue, 24 Apr 2018 11:52:12 +0000 (19:52 +0800)]
Merge branch 'master' of github.com:Bytom/dashboard

6 years agoshow the page when submit success, fixed the error https://github.com/Bytom/bytom...
Zhiting Lin [Tue, 24 Apr 2018 11:44:02 +0000 (19:44 +0800)]
show the page when submit success, fixed the error https://github.com/Bytom/bytom/issues/825

6 years agoshow the init success page if success.
Zhiting Lin [Tue, 24 Apr 2018 11:44:02 +0000 (19:44 +0800)]
show the init success page if success.

6 years agomore user friendly used in register page
Zhiting Lin [Tue, 24 Apr 2018 10:58:11 +0000 (18:58 +0800)]
more user friendly used in register page

6 years agoload null if the coreData can loaded.
Zhiting Lin [Tue, 24 Apr 2018 07:49:50 +0000 (15:49 +0800)]
load null if the coreData can loaded.

6 years agonot submit with base transaction
Yongfeng LI [Mon, 23 Apr 2018 15:08:16 +0000 (23:08 +0800)]
not submit with base transaction

6 years agofix confirmations
Yongfeng LI [Mon, 23 Apr 2018 03:12:00 +0000 (11:12 +0800)]
fix confirmations

6 years agoMerge pull request #26 from Bytom/dev
Yongfeng LI [Sun, 22 Apr 2018 13:28:31 +0000 (21:28 +0800)]
Merge pull request #26 from Bytom/dev

Dev

6 years agoadd the flash message in the constructor
Zhiting Lin [Sun, 22 Apr 2018 12:50:12 +0000 (20:50 +0800)]
add the flash message in the constructor

6 years agoadd the the 404 page, if status return fail
Zhiting Lin [Sun, 22 Apr 2018 12:28:17 +0000 (20:28 +0800)]
add the the 404 page, if status return fail

6 years agoadd the translation for the 404 page.
Zhiting Lin [Sun, 22 Apr 2018 12:14:45 +0000 (20:14 +0800)]
add the translation for the 404 page.

6 years agoadd the 404 not found page.
Zhiting Lin [Sun, 22 Apr 2018 12:01:39 +0000 (20:01 +0800)]
add the 404 not found page.

6 years agoMerge pull request #25 from Bytom/dev
Yongfeng LI [Sun, 22 Apr 2018 05:20:07 +0000 (13:20 +0800)]
Merge pull request #25 from Bytom/dev

Dev

6 years agoadd the translation to the flash messages.
Zhiting Lin [Sun, 22 Apr 2018 03:42:30 +0000 (11:42 +0800)]
add the translation to the flash messages.

6 years agoadd the translation to the form validate
Zhiting Lin [Sat, 21 Apr 2018 11:20:29 +0000 (19:20 +0800)]
add the translation to the form validate

6 years agoadd timestamp to backup file
Yongfeng LI [Sat, 21 Apr 2018 10:01:36 +0000 (18:01 +0800)]
add timestamp to backup file

6 years agoMerge pull request #24 from Bytom/dev
Yongfeng LI [Sat, 21 Apr 2018 09:57:19 +0000 (17:57 +0800)]
Merge pull request #24 from Bytom/dev

Dev

6 years agoimprove init account page
Yongfeng LI [Sat, 21 Apr 2018 09:07:22 +0000 (17:07 +0800)]
improve init account page

6 years agoshow the error messages if the resp status fail
Zhiting Lin [Sat, 21 Apr 2018 08:59:35 +0000 (16:59 +0800)]
show the error messages if the resp status fail

6 years agoadd the transaltions for moment
Zhiting Lin [Sat, 21 Apr 2018 08:03:03 +0000 (16:03 +0800)]
add the transaltions for moment

6 years agoMerge pull request #23 from Bytom/dev
Yongfeng LI [Sat, 21 Apr 2018 07:24:04 +0000 (15:24 +0800)]
Merge pull request #23 from Bytom/dev

Dev

6 years agoadd the version in the core status page.
Zhiting Lin [Sat, 21 Apr 2018 07:05:34 +0000 (15:05 +0800)]
add the version in the core status page.

6 years agofix register link toggle status
Yongfeng LI [Sat, 21 Apr 2018 06:51:53 +0000 (14:51 +0800)]
fix register link toggle status

6 years agono showing zeros when string empty
Zhiting Lin [Sat, 21 Apr 2018 06:39:12 +0000 (14:39 +0800)]
no showing zeros when string empty

6 years agochange the styles in the core configure page.
Zhiting Lin [Sat, 21 Apr 2018 05:18:59 +0000 (13:18 +0800)]
change the styles in the core configure page.

6 years agodisable submittion when estimate gas fail v1.0.0
Yongfeng LI [Sat, 21 Apr 2018 04:48:15 +0000 (12:48 +0800)]
disable submittion when estimate gas fail

6 years agoremove useless data
Yongfeng LI [Sat, 21 Apr 2018 03:05:47 +0000 (11:05 +0800)]
remove useless data

6 years agoreport error when estimate gas fail
Yongfeng LI [Sat, 21 Apr 2018 02:47:16 +0000 (10:47 +0800)]
report error when estimate gas fail

6 years agofix init page bug
Yongfeng LI [Sat, 21 Apr 2018 02:37:00 +0000 (10:37 +0800)]
fix init page bug

6 years agoremove import from file to create key
Yongfeng LI [Fri, 20 Apr 2018 10:09:28 +0000 (18:09 +0800)]
remove import from file to create key

6 years agoadd restore wallet to account init page
Yongfeng LI [Fri, 20 Apr 2018 08:58:48 +0000 (16:58 +0800)]
add restore wallet to account init page

6 years agoMerge pull request #22 from Bytom/dev
Yongfeng LI [Fri, 20 Apr 2018 08:57:46 +0000 (16:57 +0800)]
Merge pull request #22 from Bytom/dev

Dev

6 years agomerge master into dev branch
Zhiting Lin [Fri, 20 Apr 2018 08:35:59 +0000 (16:35 +0800)]
merge master into dev branch

6 years agoadd the decimal displayed for the transaction show
Zhiting Lin [Fri, 20 Apr 2018 08:22:08 +0000 (16:22 +0800)]
add the decimal displayed for the transaction show

6 years agoadd the decimal display in the transaction list
Zhiting Lin [Fri, 20 Apr 2018 08:09:09 +0000 (16:09 +0800)]
add the decimal display in the transaction list

6 years agofix build transaction bug
Yongfeng LI [Fri, 20 Apr 2018 07:53:48 +0000 (15:53 +0800)]
fix build transaction bug

6 years agoremove unused imports
Yongfeng LI [Fri, 20 Apr 2018 06:51:49 +0000 (14:51 +0800)]
remove unused imports

6 years agoadd estimated gas
Yongfeng LI [Fri, 20 Apr 2018 06:36:20 +0000 (14:36 +0800)]
add estimated gas

6 years agoadd the input mask for the actions
Zhiting Lin [Fri, 20 Apr 2018 06:00:04 +0000 (14:00 +0800)]
add the input mask for the actions

6 years agoadd the asset decimal function in transaction page.
Zhiting Lin [Fri, 20 Apr 2018 05:14:45 +0000 (13:14 +0800)]
add the asset decimal function in transaction page.

6 years agoadd get gas when input blur
Yongfeng LI [Thu, 19 Apr 2018 09:29:18 +0000 (17:29 +0800)]
add get gas when input blur

6 years agoadd backup navigation and show status
Yongfeng LI [Fri, 20 Apr 2018 03:04:18 +0000 (11:04 +0800)]
add backup navigation and show status

6 years agoadd restore button
Yongfeng LI [Thu, 19 Apr 2018 13:59:39 +0000 (21:59 +0800)]
add restore button

6 years agoadd page for backup
Yongfeng LI [Thu, 19 Apr 2018 13:49:28 +0000 (21:49 +0800)]
add page for backup

6 years agoadd the return asset decimal
Zhiting Lin [Thu, 19 Apr 2018 12:59:00 +0000 (20:59 +0800)]
add the return asset decimal

6 years agoMerge pull request #21 from Bytom/dev
Yongfeng LI [Thu, 19 Apr 2018 12:43:09 +0000 (20:43 +0800)]
Merge pull request #21 from Bytom/dev

Dev

6 years agoimprove text
Yongfeng LI [Thu, 19 Apr 2018 12:42:33 +0000 (20:42 +0800)]
improve text

6 years agoMerge branch 'master' into dev
Zhiting Lin [Thu, 19 Apr 2018 12:15:57 +0000 (20:15 +0800)]
Merge branch 'master' into dev

6 years agorefactor transactions actions
Yongfeng LI [Thu, 19 Apr 2018 11:26:13 +0000 (19:26 +0800)]
refactor transactions actions

6 years agochange the placeholer
Zhiting Lin [Thu, 19 Apr 2018 11:25:24 +0000 (19:25 +0800)]
change the placeholer

6 years agopage improved
Zhiting Lin [Thu, 19 Apr 2018 08:58:13 +0000 (16:58 +0800)]
page improved

6 years agoadd the key and account register page
Zhiting Lin [Thu, 19 Apr 2018 08:25:25 +0000 (16:25 +0800)]
add the key and account register page

6 years agofix indentation
Yongfeng LI [Thu, 19 Apr 2018 06:51:38 +0000 (14:51 +0800)]
fix indentation

6 years agoformat transaction New page code
Yongfeng LI [Thu, 19 Apr 2018 06:45:04 +0000 (14:45 +0800)]
format transaction New page code

6 years agochange the key name to show the empty logo.
Zhiting Lin [Thu, 19 Apr 2018 05:20:10 +0000 (13:20 +0800)]
change the key name to show the empty logo.

6 years agorestyle after merge
Zhiting Lin [Thu, 19 Apr 2018 02:41:27 +0000 (10:41 +0800)]
restyle after merge

6 years agoMerge pull request #20 from Bytom/dev
Yongfeng LI [Thu, 19 Apr 2018 01:47:26 +0000 (09:47 +0800)]
Merge pull request #20 from Bytom/dev

Dev

6 years agofixed the confilict merge from master
Zhiting Lin [Thu, 19 Apr 2018 01:44:55 +0000 (09:44 +0800)]
fixed the confilict merge from master