-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare suggestions to handle xposts
- Update `SuggestionsTableView.m/.h` to use a more succinct initializer - Add new logic to `SuggestionsTableView.swift` to handle multiple mention types (i.e. mentions, and in the future, xposts) - Rename variable names in `SuggestionsTableViewCell.m/.h` to be @-mention agnostic - Rename `GutenbergMentionsViewController` to `GutenbergSuggestionsViewController` to reflect its role supporting not just mentions, but also xposts in the near future - Rename variable names in `GutenbergViewController` to be @-mention agnostic
- Loading branch information
Showing
15 changed files
with
258 additions
and
212 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
WordPress/Classes/Models/UserSuggestion+ImageHelpers.swift
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
WordPress/Classes/ViewRelated/Suggestions/SuggestionsTableView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.