-
Notifications
You must be signed in to change notification settings - Fork 973
Conversation
Moving to 0.14.3 |
just as a heads-up, blocker for PR fixed by https://github.com/brave/brave-website/commit/774bf249ebc3d356ae52f2d18d6e106cd7d55cf2. Needs landing on master for this being approved. |
@@ -0,0 +1,35 @@ | |||
/* This Source Code Form is subject to the terms of the Mozilla Public |
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.
changed to Enzyme instead of Webdriver
@@ -0,0 +1,18 @@ | |||
/* This Source Code Form is subject to the terms of the Mozilla Public |
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.
future refactoring of about pages will benefit from this instead of relying on common.less
file so I took advantage of this PR to add it since it's needed anyway for welcome page
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.
Code changes LGTM 😄
I wasn't able to get it working locally though, because master seems to be having an issue causing a crash. I know there's still more work to be done- ping me and I'll follow up 😄
moving to 0.15.4 |
@cezaraugusto this shows double vertical scroll bar on about:welcome. Is that expected?? |
thanks @srirambv, fixed. the joy of having it hidden by default :) |
@cezaraugusto @bradleyrichter this is ready for review, right? 😄 |
@bradleyrichter just pushed website to prod so yes, ready |
let AboutWelcome | ||
require('../braveUnit') | ||
|
||
describe('AboutWelcome component', function () { |
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.
Is this intentional? The test plan says npm run test -- --grep="about:welcome"
, which does not trigger that.
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.
I just updated it 😄
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 し( ・∀・)/\(・∀・) ///
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.
I think it would be better if the import dialog is directly displayed when you click I'm ready
button.
Yes it would. But we have exhausted ideas for this version unless you have a new idea?
… On May 17, 2017, at 7:23 PM, Suguru Hirahara ***@***.***> wrote:
<https://cloud.githubusercontent.com/assets/3362943/26183846/635a05ca-3bbc-11e7-881a-d13bf3f9d12a.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#8097 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AM4jqv10V2DjvwIQiBk3Gq8rxplS15JXks5r66usgaJpZM4M1FXw>.
|
how about moving |
We could create a deep link using the URL, like |
@bsclifton we need to do this anyway for ledger as well. I would suggest that we create a separate issue and do it in 0.15.400 (ledger needs it in this version). |
@NejcZdovc good call- can you create the issue (capturing this use case and also the one for ledger) |
@cezaraugusto @bradleyrichter is this screen supposed to show on first launch? When I have a new session, it still just loads a new tab with the dashboard (and of course, I didn't see any code changes for this functionality) We could always make a new issue like "load about:welcome on first launch" if we wanted to follow up this PR with the fix |
@NejcZdovc I created the issue for the deep link functionality 😄 |
- Auditors: @bsclifton - Closes #7821
ok rebased & updated |
} | ||
|
||
.welcomePage { | ||
overflow: hidden; |
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.
here's our hero for double scrollbars
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.
Both manual and automated test pass. LGTM.
git rebase -i
to squash commits (if needed).Auditors: @bsclifton
Closes #7821
Test Plan:
QA steps: