Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

billy peng ui extract #822

Merged
merged 40 commits into from
Jun 26, 2018
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d4a8b91
replace TmBarDiscrete
okwme Jun 13, 2018
92ee58e
replace vue-button and list-item
okwme Jun 13, 2018
15eb56f
use version 0.1.0 of @tendermint/ui
nylira Jun 14, 2018
db8b1d6
merge
okwme Jun 14, 2018
81dd3ab
github ui
okwme Jun 14, 2018
fe34da1
only link @tendermint/ui
okwme Jun 14, 2018
50cd86f
added back to package
okwme Jun 14, 2018
e3dc9ef
merged
okwme Jun 18, 2018
5a662e8
TmDataMsg
okwme Jun 18, 2018
8db585f
TmFieldGroup
okwme Jun 18, 2018
8f8ede9
TmFieldGroup
okwme Jun 18, 2018
8c0cbc4
TmFormGroup
okwme Jun 18, 2018
22a9932
TmFormStruct
okwme Jun 18, 2018
e8e8049
TmPage & TmPageFooter
okwme Jun 18, 2018
8b1a664
TmPart
okwme Jun 18, 2018
b113525
remove TmTabBar
okwme Jun 19, 2018
7a8386e
VrToolBar to compoensate for vuex state and TmToolBar
okwme Jun 20, 2018
6901fd4
ni->tm
okwme Jun 20, 2018
e4ad1a2
rename tests tryjest config
okwme Jun 20, 2018
d3c78aa
jest config
okwme Jun 20, 2018
1e48093
still @tendermint/ui
okwme Jun 20, 2018
110802e
unit tests breaking in an expected way ):)
okwme Jun 20, 2018
cfc7d08
unit tests pass
okwme Jun 21, 2018
56577cb
unit tests pass
okwme Jun 21, 2018
d419324
Merge branch 'develop' into billy-peng/820-ui-extract
okwme Jun 21, 2018
a5cc2d6
force cirlce to reinstall
okwme Jun 21, 2018
36b4b8c
Merge branch 'billy-peng/820-ui-extract' of github.com:cosmos/voyager…
okwme Jun 21, 2018
0dbc67c
fixes merge updates and hopefully forces circle to run yarn
okwme Jun 21, 2018
229c462
tm-tm
okwme Jun 25, 2018
1a805a2
rename and feedback
okwme Jun 25, 2018
f55ad35
remove governance from code coverage
okwme Jun 25, 2018
3028a2c
merge and resolve conflicts
okwme Jun 25, 2018
c192ce8
merge and resolve conflicts #2
okwme Jun 25, 2018
7c80d8e
werent saved?
okwme Jun 25, 2018
b4f31d0
update packages
okwme Jun 26, 2018
b0f03d6
merge conflicts
okwme Jun 26, 2018
62f5d24
feedback comments from @fabo
okwme Jun 26, 2018
c366bb4
copy paste
okwme Jun 26, 2018
d11c56e
Merge branch 'develop' into billy-peng/820-ui-extract
faboweb Jun 26, 2018
84f942e
Merge branch 'develop' into billy-peng/820-ui-extract
faboweb Jun 26, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changes

* Use persistent peers and seeds from tendermint config @faboweb
* more components moved to `@tendermint/ui` @okwme
* Removed COSMOS_MOCKED flag @faboweb

### Fixed

* Fixed bug in yarn build:gaia @zramsay
* Increased version of localtestnet used for testing to match gaia @faboweb
* Fixed padding issue in main container @faboweb
* Unit tests work with new components @okwme

### Added

Expand Down
Loading