-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Increase "Proposals of current cycle" table size to fit the window #3318
Conversation
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.
thanks for your contribution, however, I just fired your branch up and I am seeing no difference to before.
maybe this can be done similarly to the fixed done in #3077
OK. I will take a look. Thanks.
…On Fri, Nov 1, 2019, 09:11 Florian Reimair ***@***.***> wrote:
***@***.**** requested changes on this pull request.
thanks for your contribution, however, I just fired your branch up and I
am seeing no difference to before.
[image: Screenshot from 2019-11-01 09-10-08]
<https://user-images.githubusercontent.com/1070734/68011375-6f52e980-fc87-11e9-86a6-fa07972b9084.png>
maybe this can be done similarly to the fixed done in #3077
<#3077>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3318?email_source=notifications&email_token=AE2MWRYACSGMGOYL5DTM2RLQRPQEDA5CNFSM4IZ2FHS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7U4IQ#pullrequestreview-310332962>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2MWR6QWLPITU5ZWFKICRDQRPQEDANCNFSM4IZ2FHSQ>
.
|
Please check the screenshot I got on applying the PR below: Compare to the screenshot without applying the PR below: |
just checked again, nothing changed on my side. please be aware that I am on Linux Gnome Shell here. Maybe @devinbileck (windows) and @ripcurlx (macos) can have a look too? |
Hi. Can we clear this up on Slack? I have sent you a few messages. @ripcurlx @devinbileck |
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.
@niyid Your fix improves on first sight the height of the open proposals, but as soon as the blind voting is on it hides an important part behind off screen.
The right way to fix this would be to adapt the double initialProposalTableViewHeight = 180;
and tableView.setPrefHeight(100);
based on the proposal phase, as atm it resizes only correctly in the Blind vote phase.
Thanks for the feedback. I will adopt your suggestion.
Regards.
…On Tue, Nov 12, 2019, 13:37 Christoph Atteneder ***@***.***> wrote:
***@***.**** requested changes on this pull request.
@niyid <https://github.com/niyid> Your fixes improves on first sight the
height of the open proposals, but as soon as the blind voting is on it
hides an important part behind off screen.
[image: Bildschirmfoto 2019-11-12 um 13 19 58]
<https://user-images.githubusercontent.com/170962/68671278-3fd99200-054f-11ea-95e2-11eebd62cd1c.png>
[image: Bildschirmfoto 2019-11-12 um 13 20 03]
<https://user-images.githubusercontent.com/170962/68671288-47993680-054f-11ea-8358-70da628c0060.png>
Master in Blind vote phase:
[image: Bildschirmfoto 2019-11-12 um 13 31 22]
<https://user-images.githubusercontent.com/170962/68671911-c347b300-0550-11ea-9083-5f86a2f65f30.png>
The right way to fix this would be to adapt the double
initialProposalTableViewHeight = 180; and tableView.setPrefHeight(100);
based on the proposal phase, as atm it resizes only correctly in the Blind
vote phase.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3318?email_source=notifications&email_token=AE2MWRYCS5CVML772MDUQ4TQTKPQNA5CNFSM4IZ2FHS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHCX4Y#pullrequestreview-315501555>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2MWRYRHBTGN6RNG5KAYCLQTKPQNANCNFSM4IZ2FHSQ>
.
|
Since this fix only appears to work in the BLIND_VOTE phase, I could make the height as is for the rest and resize to double in the BLIND_VOTE phase. Does that work?
|
Did it work for you when you tried it out? |
I had not; I merely sought your expert advice on the matter. :-)
…On Fri, 6 Dec 2019, 12:36 Christoph Atteneder, ***@***.***> wrote:
Since this fix only appears to work in the BLIND_VOTE phase, I could make
the height as is for the rest and resize to double in the BLIND_VOTE phase.
Does that work?
Did it work for you when you tried it out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3318?email_source=notifications&email_token=AE2MWR4T6QLCXC6BJ7H5ZTDQXI2MVA5CNFSM4IZ2FHS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGD2YQQ#issuecomment-562539586>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2MWR5G2AZAP75NQVIYZ5TQXI2MVANCNFSM4IZ2FHSQ>
.
|
Can you please point me to any resources on testing the GUI on the TESTNET? I found this: bisq-network/proposals#74 but I need specifics on how to pass data to target views - mock test. |
@niyid Check out https://github.com/bisq-network/bisq/blob/master/Makefile that was recently added to master to help the onboarding of We don't currently have a testing framework for unit testing, but it isn't too complicated to bring up a |
Thanks a lot Julian.
…On Fri, 6 Dec 2019, 19:45 Julian Knutsen, ***@***.***> wrote:
@niyid <https://github.com/niyid> Check out
https://github.com/bisq-network/bisq/blob/master/Makefile that was
recently added to master to help the onboarding of localnet Bisq clusters
that are useful for testing/debugging.
We don't currently have a testing framework for unit testing, but it isn't
too complicated to bring up a localnet and move it through the proposal
phases to verify the behavior.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3318?email_source=notifications&email_token=AE2MWR5SWNGHV2XF3GSAOW3QXKMT3A5CNFSM4IZ2FHS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGE72QY#issuecomment-562691395>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE2MWR5LVJNEASI67X5OLDDQXKMT3ANCNFSM4IZ2FHSQ>
.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
fixes #3229