* Addresses #2013
* fixed issue with creating reaction from string
* Switched from MenuController to Separate TableViewController
* Minor wording change
* Minor wording update
* Switched all cells to StyleTextCells
* UX fixes.
Migrated back into GitHawk Section
Removed None and replaced it with a switch
* Switched Set Double Tap Reaction -> Double Tap Reaction
* clean up title model
* update title style
* organize issue SC method
* remove background colors from styled text in issues
* collection view bg white
* remove card inset and clean up snap superview code
* clean up label design
* thread is root and change base font size
* remove borders on comment cells
* adjust collapse design
* adjust comment line spacing and make non-root body smaller
* refactor detail view
* viewer header background color
* more buttons in reaction cell
* vertical spacers working
* design basically finished;
* scroll to bottom accounts for inset
* PR review background color white
* fixup PR review comments
* spacing on merge and review
* readme background white
* rename to just "spacer"
* horizontal spacing
* fix tests
* replace old markdown callsites
* unit tests working
* remove unused parsing
* final removal of old parsing, build and tests succeed
* remove dependency
* capture readme ref branch
* milestones refactored with styled text
* reference refactored
* refactor commit references
* fix styled text bug
* request event refactored
* refactor titles
* warm caches for bg-gen models
* delete old text cell
* move shortlinks into MMMarkdown
* almost there
* build green
* running and trimming whitespaces
* styled text working
* fix tests
* tests passing
* refactor text view delegate to be 1:many
* move autocomplete stuff to its own controller + API
* refactor VC to work with new autocomplete controller
* update pods with new message stuff
* reorganize and fixup files
* app builds
* better names
* thread autocomplete to comment SC
* autocomplete working in edit
* finish refactor
* Use %d over %zi to prevent a possible crash
* Clean up / unify localization behavior
Before, we were doing double localization (Feeding a `LocalizedString` into a `.localizedStringWithFormat`).
* Added double tap on comment to react with thumbs up
* Changed func name for consistency
* added DoubleTappableCell to project file
* added no-op for PR review comments
* added pr review comment flag check instead of vc
* [ADD] Comment alert title as "User's comment" and changes "Edit comment" to "Edit"
* [ADD] localized alert title
* Update IssueCommentSectionController.swift
* [ADD] Generic error when no login tapping more button
* [ADD] Generic error when no login tapping profile