-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
5d794c8
to
877bf71
Compare
Checking it out right now, already noticed a few things (doh) Launching w/ an empty tab, the icon is offAfter you visit a site though, it fixes itself and looks OK. However, the star icon (when a site is favorited) moves up and down when you have the magic titlebar feature on and show/hide the URL bar. OverlayWhen you click it to trigger a bookmark, I can tell it's trying to put an overlay there, but it's in the wrong area. I ran into a similar issue when doing the titlebar (but mine was in main.js, where your overlay appears to be in addEditBookmark). Here's a pic: This has a side effect of the modal not being dismissible by mouse click Style matchingLooking at the pic above and comparing to the mockup in #2894, I notice:
|
@jkup notes left 😄 hopefully, I didn't do something wrong when testing (I grabbed latest from your branch @bradleyrichter when you click the star when it's already bookmarked, the title still says "Bookmark added". If the site is bookmarked already and you click that, should we even show a title at all? |
Wanted to run these fixes by you: @bsclifton I don't think this technically needs to be a dialog anymore right? I think it can just be a div with some similar behaviors. I just removed the dialog class which fixes that shadow issue but I may be overlooking something. @bbondy the positioning bug that @bsclifton found is because we are pushing an empty browserButton which has a width and a height but no content. Can I just return null here? https://github.com/brave/browser-laptop/pull/4726/files#diff-b9cf7ede0a812496eace3679483c2c40R129 |
yes null is fine |
wow. a breath of fresh UI air! some initial problems I found: 1 - needs to Close on click-outside. For styling issues, we can work on it in person. |
Looking really good! 😄 All the same things Brad said above... plus the empty button issue you already mentioned (on about pages, including new tab) @bradleyrichter the "View all bookmarks" seems a little hard to read, gray on gray. |
I think this should also fix: |
Tested on Mac and also Windows 10. Looks and works good- great job 😄 |
git rebase -i
to squash commits (if needed).Fix #2894, #4854, #4864 and #3282 via @rohanthacker's changes!
Auditors @bsclifton @bradleyrichter
Test Plan:
Make sure of a few things: