-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix bookmark editing and colors #364
Conversation
@bstandaert-ddg - I'll get someone else to code review as well, but feel free to have a play with this. @samsymons would you mind reviewing the code, please? |
This is looking a lot better, but selecting the text in the title and URL fields still isn't working consistently for me: Screen.Recording.2021-12-07.at.3.13.23.PM.mov |
Yeah seems to be a matter of clicking and then waiting for it to react. Will see if I can fix that. thanks @bstandaert-ddg |
OK, root cause is removing this:
Which is what makes selections work 🤦 Gonna see if I can work around it. |
Fixed! 😅 Can you give it another whirl, please @bstandaert-ddg @samsymons - I think this is ready for review now. |
That worked! The UI looks good to me now. I'm still not able to edit a bookmark URL, because then I run into this pre-existing bug: https://app.asana.com/0/1199178362774117/1201222157355618/f. But editing the title works now at least. |
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.
No issues here, nice work on this Brindy 👏
Thanks @bstandaert-ddg and @samsymons :) |
# By Alexey Martemyanov (3) and others # Via GitHub * develop: Point to updated BSK version (#371) Fixing macOS desktop app retention metrics (#370) fix bookmark editing and colors (#364) ATB -> PixelDataStore (#356) Fix deallocation (#369) Initialize user scripts when setting up the WebView (#363) bookmarks management improvements (#362) BSK branch setting changed to exact commit (#360) Tweak the alignment of the home page search bar. (#353) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
# By Alexey Martemyanov (4) and others # Via GitHub (1) and Tomas Strba (1) * develop: mvp onboarding (#377) Update dark mode shield icon asset (#374) Mac Waitlist Lock Screen (#372) drop legacy atb (#376) Version 0.18.0 Hotfix: Rename ATB keys so that the app thinks it's a new install (#375) Version 0.17.8 Point to updated BSK version (#371) Fixing macOS desktop app retention metrics (#370) fix bookmark editing and colors (#364) ATB -> PixelDataStore (#356) Fix deallocation (#369) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Task/Issue URL: https://app.asana.com/0/1199230911884351/1201476225858250
Tech Design URL:
CC:
Description:
Editing got difficult with the state changes that were added. This PR fixes the colors for all the icons, the URL text and makes the editing state behave sensibly.
Steps to test this PR:
Please check in both light and dark mode.
Testing checklist:
Internal references:
Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM