From 110bc3e7e9258903230780b25478b03c562cded8 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 29 Oct 2015 00:02:17 +0500 Subject: Multiple UI changes --- web/react/components/file_attachment.jsx | 2 +- web/react/components/get_link_modal.jsx | 2 +- web/react/components/navbar_dropdown.jsx | 1 + web/react/components/search_autocomplete.jsx | 23 ++++++++++++++++------- web/react/components/setting_picture.jsx | 4 ++-- web/react/components/sidebar_header.jsx | 11 +++++++++++ web/react/components/team_signup_with_email.jsx | 2 +- web/react/utils/utils.jsx | 2 ++ 8 files changed, 35 insertions(+), 12 deletions(-) (limited to 'web/react') diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx index 4d4e8390c..e707e32f5 100644 --- a/web/react/components/file_attachment.jsx +++ b/web/react/components/file_attachment.jsx @@ -270,7 +270,7 @@ export default class FileAttachment extends React.Component { href={fileUrl} download={filenameString} data-toggle='tooltip' - title={filenameString} + title={'Download ' + filenameString} className='post-image__name' > {trimmedFilename} diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index 325e86f3d..8839bc3c7 100644 --- a/web/react/components/get_link_modal.jsx +++ b/web/react/components/get_link_modal.jsx @@ -98,7 +98,7 @@ export default class GetLinkModal extends React.Component {