-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
@bsclifton there is a seemingly related test failing on this build but it appears to be failing on master too
Is this a known failure? |
Just checked it out...
The other sortableTables look OK
The torrent viewer and torrent file list pages use the sortable tables too, but I'm not familiar with how to pull them up. @alexwykoff, @srirambv, or @luixxiul - can one of you help me with that? |
|
||
td { | ||
position: relative; |
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.
removing this breaks the position of the verified icon.
@bsclifton is this one ready to merge? |
@jkup yup! looks good to me 😄 |
Was the position of verified icon confirmed? |
@luixxiul @bsclifton doh! thanks for reminding me! It actually looks like we can add position:relative to all sortableTable td's and they all look great! Updated the commit. |
@jkup can you rebase? thanks 😄 |
Done. I ran into a lot of merge conflicts but I checked all our sortable tables and they appear to look right! |
margin: 10px 75px; | ||
} | ||
|
||
.modal .dialog.paymentHistory .sectionTitle { |
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 you can remove this.
text-align: left; | ||
} | ||
|
||
#paymentHistory { |
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.
ditto.
Thanks @luixxiul! Updated. |
This change causes some regressions on about:preferences#payments. I will make it more specific, adding notes in preferences.less |
Yeah I had put this PR up before you made all those design tweaks to prefs#payments. If you could let me know anything specific that would be great and I'll take care of it. |
@jkup thanks, I'll add a commit soon. Please don't squash it and let @bsclifton review it ;-) |
5e6bc64
to
a9977b7
Compare
@luixxiul there is a CSS/LESS conflict here; can you please resolve this (either in GitHub's UI or by checking out / rebasing via command line). Thanks 😄 |
Otherwise I'm wondering if this PR should be closed as I think this has been superseded with #6422, where those two commits were cherry-picked. Also the PR includes fixes which are not added to this PR. wdyt @jkup @bsclifton ? |
@luixxiul let's keep 'em separate for now. When it's "go time", we'll want to merge this one first. Each subsequent PR will then require a rebase anyways, where we can remove the cherry picked commits |
Ah right, we can remove the cherry-picked commits and I've totally forgotten about that! :D |
888f965
to
8f7f155
Compare
This one is failing tests: cc: @jkup I think it's looking in the wrong place. Here's a dump of the appState: |
fix #2957 note that this partially un-fixes #1928. Auditors: @alexwykoff Test Plan: 1. go to developer.apple.com 2. click on 'Account' in the top right 3. enter your apple username and password 4. the login page should redirect to https://developer.apple.com/ 5. after the redirect, you should still see a password manager dialog from Brave that says 'Would you like Brave to remember the password for [username] on https://idmsa.apple.com?'
@bsclifton test is fixed! @luixxiul let's try not to add commits to existing PRs. Should your CSS commit be rebased into mine? If so, can you rebase the now 3 commits into one? If not, maybe pull yours out into a separate ticket so I can rebase my two? |
@jkup: please drop my 886cf71 of this PR, as it was cherry-picked in #6422 and I asked @cezaraugusto to use it. / cc: @cezaraugusto |
Last travis-ci run shows 2 unrelated about:bookmark errors; I re-ran those locally and it's working as expected 😄 Merging... |
git rebase -i
to squash commits (if needed).Fix #5494
Auditors @bsclifton @bradleyrichter
Here is a screenshot of this branch:
Spec image: