As a Twitter user, we should allow for users to "tweet at" other users by using their handle. This will require that we have an automated search built into the Tweet, Reply, and Re-Tweet logic so the user can use "@" to search for a username.
Work Description
The search should only be enabled when "Twitter" is selected for the posting avenue. The search field should ideally placed inside of the post area. This will require to re-write the post area to allow for a dropdown to be injected inside of a contenteditable div, placed at the position of the cursor, displaying a dropdown of recommended users. This feature should use a directive. The directive should be constructed in a way that will allow for another mention service (like FB) to easily be injected/used in the future without the need to re-write the directive.