-
Notifications
You must be signed in to change notification settings - Fork 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
Add FXIOS-10009 [Bookmarks Evolution] Update Bookmarks Panel View Edit Mode Part 2 #23926
Add FXIOS-10009 [Bookmarks Evolution] Update Bookmarks Panel View Edit Mode Part 2 #23926
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.
Bunch of nits related to self.
usage (which is part of our Swift style guide), and indentation.
Some other comments are bit more of importance, let me know if I can provide further information on any of those!
firefox-ios/Client/Frontend/Library/Bookmarks/BookmarksViewController.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/Legacy/BookmarksFolderCell.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/Utitlity/BookmarksSaver.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/Utitlity/BookmarksSaver.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/BookmarksViewController.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/BookmarksViewController.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/BookmarksViewController.swift
Outdated
Show resolved
Hide resolved
firefox-ios/Client/Frontend/Library/Bookmarks/Utitlity/BookmarksSaver.swift
Show resolved
Hide resolved
4aaedd7
to
c11f7b3
Compare
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.
LGTM!
Client.app: Coverage: 32.56
Generated by 🚫 Danger Swift against d16b282 |
c11f7b3
to
9d07d43
Compare
This pull request has conflicts when rebasing. Could you fix it @DanielDervishi? 🙏 |
Co-authored-by: lmarceau <lmarceau@mozilla.com>
…estoration works as intended
…ion wouldn't clear pref
…f maintaining positioning (which never made sense)
c09e446
to
876264e
Compare
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.
Looks good, just one suggestion regarding formatting
@@ -169,6 +175,58 @@ class BookmarksViewController: SiteTableViewController, | |||
|
|||
// MARK: - Actions | |||
|
|||
override func tableView(_ tableView: UITableView, |
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.
Should we move these tableView delegate functions down to where the other tableView functions are? I don't believe they belong under the actions
mark
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.
Yeah that's a good idea, I'll do that now
📜 Tickets
Jira ticket
Github issue
💡 Description
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)