-
Notifications
You must be signed in to change notification settings - Fork 98
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
david+fede+jordan/1402-Proposal creation #1522
Conversation
Blocked by #1517, which occurs when a new proposal is created. |
Codecov Report
@@ Coverage Diff @@
## develop #1522 +/- ##
===========================================
+ Coverage 96.74% 97.42% +0.67%
===========================================
Files 100 100
Lines 1969 1978 +9
Branches 95 96 +1
===========================================
+ Hits 1905 1927 +22
+ Misses 54 40 -14
- Partials 10 11 +1
|
e7f2a91
to
bfcb33e
Compare
the code looks good - but i'm still getting the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a tendermint UI issue - he opened a ticket for it 😄 |
I reported this here: tendermint/cosmos-ui#82.
Nice catch! Fixed.
This used to be caused by #1517 but has been fixed for me. Perhaps try running |
Just realized that this form is currently missing the |
@NodeGuy there are some refactors not related to the scope of the PR (e.g: |
as per discussion with @faboweb, we are going to implement modal instead of connecting the existing page |
@jbibla is going to help with styling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two thumps up for figuring this out @fedekunze
fixing some things that were broken due to v0.26 |
@@ -232,6 +232,12 @@ async function writeLogs(app, location) { | |||
async function startApp(app, awaitingSelector = `.tm-session`) { | |||
console.log(`Starting app`) | |||
await app.start() | |||
if (!app.browserWindow) { | |||
console.log(`No browser window`) | |||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this crash?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should. Do you want me to remove those lines ?
attach proposal creation to view components
Closes #1402
Fixes #1582
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer