[IMPROVE] Tab Bar actions reorder (#17072)

pull/17075/head
Rodrigo Nascimento 6 years ago committed by GitHub
parent 03cb0e1edd
commit 8f6fdff36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/channel-settings-mail-messages/client/lib/startup.js
  2. 2
      app/channel-settings/client/startup/tabBar.js
  3. 2
      app/discussion/client/tabBar.js
  4. 2
      app/e2e/client/tabbar.js
  5. 37
      app/lib/client/defaultTabBars.js
  6. 2
      app/livechat/client/ui.js
  7. 2
      app/mentions-flextab/client/tabBar.js
  8. 2
      app/message-pin/client/tabBar.js
  9. 2
      app/message-star/client/tabBar.js
  10. 2
      app/otr/client/tabBar.js
  11. 2
      app/push-notifications/client/tabBar.js
  12. 2
      app/threads/client/flextab/threadlist.js
  13. 2
      app/ui-admin/client/rooms/adminRooms.js
  14. 16
      app/ui-admin/client/users/adminUsers.js
  15. 2
      app/ui-flextab/client/tabs/membersList.js
  16. 9
      app/ui-master/public/icons.svg
  17. 3
      app/ui-master/public/icons/phone.svg
  18. 2
      app/ui-utils/client/lib/TabBar.js
  19. 12
      app/videobridge/client/tabBar.js
  20. 4
      packages/rocketchat-i18n/i18n/en.i18n.json
  21. 3
      packages/rocketchat-i18n/i18n/pt-BR.i18n.json
  22. 11
      private/public/icons.svg

@ -12,7 +12,7 @@ Meteor.startup(() => {
i18nTitle: 'Mail_Messages',
icon: 'mail',
template: 'mailMessagesInstructions',
order: 10,
order: 12,
condition: () => hasAllPermission('mail-messages'),
});

@ -10,6 +10,6 @@ Meteor.startup(() => {
i18nTitle: 'Room_Info',
icon: 'info-circled',
template: 'channelSettings',
order: 1,
order: 7,
});
});

@ -10,7 +10,7 @@ Meteor.startup(function() {
i18nTitle: 'Discussions',
icon: 'discussion',
template: 'discussionsTabbar',
order: 10,
order: 1,
condition: () => settings.get('Discussion_enabled'),
});
});

@ -20,7 +20,7 @@ Meteor.startup(() => {
const room = ChatRoom.findOne(Session.get('openedRoom'));
call('saveRoomSettings', room._id, 'encrypted', !room.encrypted);
},
order: 10,
order: 13,
condition: () => hasAllPermission('edit-room', Session.get('openedRoom')),
});
} else {

@ -11,7 +11,7 @@ TabBar.addButton({
i18nTitle: 'Search_Messages',
icon: 'magnifier',
template: 'RocketSearch',
order: 2,
order: 4,
});
TabBar.addButton({
@ -20,7 +20,7 @@ TabBar.addButton({
i18nTitle: 'User_Info',
icon: 'user',
template: 'membersList',
order: 2,
order: 5,
condition() {
const rid = Session.get('openedRoom');
const room = Rooms.findOne({
@ -34,10 +34,10 @@ TabBar.addButton({
TabBar.addButton({
groups: ['direct'],
id: 'user-info-group',
i18nTitle: 'Members_List',
i18nTitle: 'Members',
icon: 'team',
template: 'membersList',
order: 2,
order: 5,
condition() {
const rid = Session.get('openedRoom');
const room = Rooms.findOne({
@ -51,10 +51,10 @@ TabBar.addButton({
TabBar.addButton({
groups: ['channel', 'group'],
id: 'members-list',
i18nTitle: 'Members_List',
i18nTitle: 'Members',
icon: 'team',
template: 'membersList',
order: 2,
order: 5,
condition() {
const rid = Session.get('openedRoom');
const room = Rooms.findOne({
@ -69,32 +69,13 @@ TabBar.addButton({
},
});
TabBar.addButton({
groups: ['channel', 'group'],
id: 'addUsers',
i18nTitle: 'Add_users',
icon: 'user-plus',
template: 'inviteUsers',
order: 2,
});
TabBar.addButton({
groups: ['channel', 'group'],
id: 'createInviteLink',
i18nTitle: 'Invite_Users',
icon: 'user-plus',
template: 'createInviteLink',
order: 2,
});
TabBar.addButton({
groups: ['channel', 'group', 'direct'],
id: 'uploaded-files-list',
i18nTitle: 'Room_uploaded_file_list',
i18nTitle: 'Files',
icon: 'clip',
template: 'uploadedFilesList',
order: 3,
order: 6,
});
TabBar.addButton({
@ -103,5 +84,5 @@ TabBar.addButton({
i18nTitle: 'Keyboard_Shortcuts_Title',
icon: 'keyboard',
template: 'keyboardShortcuts',
order: 4,
order: 99,
});

@ -34,7 +34,7 @@ TabBar.addButton({
groups: ['live'],
id: 'visitor-history',
i18nTitle: 'Past_Chats',
icon: 'chat',
icon: 'clock',
template: 'visitorHistory',
order: 11,
});

@ -9,6 +9,6 @@ Meteor.startup(function() {
i18nTitle: 'Mentions',
icon: 'at',
template: 'mentionsFlexTab',
order: 3,
order: 9,
});
});

@ -13,7 +13,7 @@ Meteor.startup(function() {
i18nTitle: 'Pinned_Messages',
icon: 'pin',
template: 'pinnedMessages',
order: 10,
order: 11,
});
} else {
TabBar.removeButton('pinned-messages');

@ -9,6 +9,6 @@ Meteor.startup(function() {
i18nTitle: 'Starred_Messages',
icon: 'star',
template: 'starredMessages',
order: 3,
order: 10,
});
});

@ -16,7 +16,7 @@ Meteor.startup(function() {
i18nTitle: 'OTR',
icon: 'key',
template: 'otrFlexTab',
order: 11,
order: 13,
});
} else {
OTR.enabled.set(false);

@ -9,6 +9,6 @@ Meteor.startup(function() {
i18nTitle: 'Notifications_Preferences',
icon: 'bell',
template: 'pushNotificationsFlexTab',
order: 100,
order: 8,
});
});

@ -17,6 +17,6 @@ Meteor.startup(function() {
return subscription.tunread && subscription.tunread.length && { body: subscription.tunread.length > 99 ? '99+' : subscription.tunread.length };
}
},
order: 0,
order: 2,
});
});

@ -100,7 +100,7 @@ Template.adminRooms.onCreated(function() {
i18nTitle: 'Room_Info',
icon: 'info-circled',
template: 'adminRoomInfo',
order: 1,
order: 7,
});
ChannelSettings.addOption({
group: ['admin-room'],

@ -75,22 +75,6 @@ Template.adminUsers.onCreated(function() {
this.tabBarData = new ReactiveVar();
this.users = new ReactiveVar([]);
TabBar.addButton({
groups: ['admin-users'],
id: 'invite-user',
i18nTitle: 'Invite_Users',
icon: 'send',
template: 'adminInviteUser',
order: 1,
});
TabBar.addButton({
groups: ['admin-users'],
id: 'add-user',
i18nTitle: 'Add_User',
icon: 'plus',
template: 'adminUserEdit',
order: 2,
});
TabBar.addButton({
groups: ['admin-users'],
id: 'admin-user-info',

@ -298,7 +298,7 @@ Template.membersList.onCreated(function() {
this.clearUserDetail = () => {
this.showDetail.set(false);
this.tabBar.setData({
label: 'Members_List',
label: 'Members',
icon: 'team',
});
setTimeout(() => this.clearRoomUserDetail(), 100);

@ -158,6 +158,12 @@
<symbol id="icon-google" viewBox="0 0 20 20" fill="currentColor">
<path d="M18,10.1866641 C18,14.751996 14.8225871,17.999995 10.1310019,17.999995 C7.97379233,18.0023573 5.9042462,17.1602614 4.37886773,15.6594585 C2.85348926,14.1586555 1.99760413,12.1224521 2.00000504,9.99999752 C2.00000504,5.57422112 5.63275375,2 10.1310019,2 C12.3209504,2 14.1639764,2.79111087 15.583287,4.09333268 L13.369849,6.18666537 C10.4752141,3.43999955 5.09159074,5.50311003 5.09159074,9.99999752 C5.09159074,12.7911078 7.35742853,15.0515515 10.1310019,15.0515515 C13.3508767,15.0515515 14.557878,12.7804411 14.7476012,11.6026637 L10.1310019,11.6026637 L10.1310019,8.85244232 L17.8717109,8.85244232 C17.9476002,9.26221997 18,9.65599763 18,10.187553 L18,10.1866641 Z"/>
</symbol>
<symbol id="icon-group" viewBox="0 0 16 16" fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.66669 0.666687C6.0474 0.666687 7.16669 1.78598 7.16669 3.16669C7.16669 4.5474 6.0474 5.66669 4.66669 5.66669C3.28598 5.66669 2.16669 4.5474 2.16669 3.16669C2.16669 1.78597 3.28598 0.666687 4.66669 0.666687ZM5.83336 3.16669C5.83336 2.52235 5.31102 2.00002 4.66669 2.00002C4.02236 2.00002 3.50002 2.52235 3.50002 3.16669C3.50002 3.81102 4.02236 4.33335 4.66669 4.33335C5.31102 4.33335 5.83336 3.81102 5.83336 3.16669Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.90093 6.27198C7.38054 5.96655 9.00002 7.0074 9.00002 8.6586V10.1111C9.00002 10.7862 8.45281 11.3334 7.7778 11.3334H1.55558C0.880562 11.3334 0.333353 10.7862 0.333353 10.1111V8.6586C0.333353 7.0074 1.95283 5.96655 3.43244 6.27198C3.88712 6.36583 4.3178 6.42504 4.66669 6.42504C5.01558 6.42504 5.44625 6.36583 5.90093 6.27198ZM7.66669 8.6586C7.66669 7.98969 6.96307 7.41417 6.17048 7.57778C5.67613 7.67982 5.14527 7.75837 4.66669 7.75837C4.1881 7.75837 3.65725 7.67982 3.1629 7.57778C2.37031 7.41417 1.66669 7.98969 1.66669 8.6586V10H7.66669V8.6586Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.33335C12 2.22878 11.1046 1.33335 10 1.33335C8.89545 1.33335 8.00002 2.22878 8.00002 3.33335C8.00002 4.43792 8.89545 5.33335 10 5.33335C11.1046 5.33335 12 4.43792 12 3.33335ZM10 2.66669C10.3682 2.66669 10.6667 2.96516 10.6667 3.33335C10.6667 3.70154 10.3682 4.00002 10 4.00002C9.63183 4.00002 9.33335 3.70154 9.33335 3.33335C9.33335 2.96516 9.63183 2.66669 10 2.66669Z"/>
<path d="M10.8376 7.22276C11.6565 7.10237 12.3334 7.68142 12.3334 8.33107V8.66669H9.70217C9.72965 9.11069 9.72307 9.56509 9.70856 10H12.4445C13.1195 10 13.6667 9.45281 13.6667 8.7778V8.33107C13.6667 6.69484 12.0864 5.69151 10.6437 5.9036C10.4039 5.93885 10.1852 5.95835 10 5.95835C9.81486 5.95835 9.59617 5.93885 9.35637 5.9036C9.02127 5.85434 8.67876 5.87065 8.35034 5.94523C8.90819 6.22492 9.24568 6.69464 9.44613 7.25916C9.6332 7.27941 9.82019 7.29169 10 7.29169C10.271 7.29169 10.5583 7.26381 10.8376 7.22276Z"/>
</symbol>
<symbol id="icon-hand-pointer" viewBox="0 0 20 20" fill="currentColor">
<path d="M14.2417329,7.77795608 C15.5093053,7.17491936 17,8.11224385 17,9.55243827 L17,12.2376252 C16.9999974,12.3876984 16.9829142,12.537282 16.9490818,12.6834766 L16.0688149,16.4874882 C15.8640008,17.3726073 15.0812798,18 14.181334,18 L8.45952151,18 C7.83900313,18 7.25183819,17.6967378 6.88839688,17.1886932 L3.36773318,12.2658589 C2.74327173,11.3928142 2.93292113,10.1753167 3.79391704,9.53856332 C4.40742498,9.08489233 5.21048892,9.0412048 5.86092997,9.39713504 L5.86092997,3.95833333 C5.86092997,2.87862304 6.73022656,2 7.79932897,2 C8.86842603,2 9.73769716,2.87861762 9.73769716,3.95833333 L9.73769716,6.53666154 C10.4505838,6.35106463 11.214621,6.59062057 11.6995587,7.16957508 C12.5709429,6.67805728 13.6757773,6.94064257 14.2417329,7.77795608 Z M4.49699968,10.5017767 C4.1443559,10.7543267 4.0493934,11.1845078 4.32907285,11.5755621 L7.85010469,16.4983942 C7.99186119,16.6965482 8.21988702,16.8148148 8.45952151,16.8148148 L14.1813648,16.8148148 C14.5329833,16.8148148 14.8351112,16.5707105 14.9162919,16.2198863 L15.7966142,12.4158704 C15.8100939,12.3575472 15.8169342,12.2975819 15.8169342,12.2376543 L15.8169342,9.55246914 C15.8169342,9.09105778 15.4938898,8.7925649 15.0598857,8.76626347 C14.6386429,8.74073539 14.3108164,8.98424317 14.306354,9.38263365 C14.3061394,9.40674968 14.3061394,9.40674968 14.3060216,9.44382653 C14.305333,9.69494305 14.1019281,9.89814815 13.8512531,9.89814815 C13.5999044,9.89814815 13.3961461,9.69403007 13.3961461,9.44223765 L13.3961461,8.88117284 C13.3961461,8.40907017 13.0689999,8.11445155 12.6409098,8.11467205 C12.2128904,8.11489252 11.885572,8.40977866 11.885572,8.88117284 L11.885572,9.44226852 C11.885572,9.69404389 11.6818275,9.89814815 11.4304958,9.89814815 C11.1791641,9.89814815 10.9754195,9.69404389 10.9754195,9.44226852 L10.9754195,8.43364198 C10.9754195,7.96151327 10.6482777,7.66689751 10.2201859,7.66712962 C9.79216869,7.66736168 9.46484551,7.96225904 9.46484551,8.43364198 L9.46484551,9.44222222 C9.46484551,9.69402316 9.26108024,9.89814815 9.00972305,9.89814815 C8.75836585,9.89814815 8.55460058,9.69402316 8.55460058,9.44222222 L8.55460058,3.95833333 C8.55460058,3.48620418 8.22746511,3.19158887 7.79938233,3.19182097 C7.37137414,3.19205304 7.04405736,3.48694996 7.04405736,3.95833333 L7.04405736,11.442948 C7.04405736,11.6259358 6.92611473,11.7879886 6.75220282,11.8439554 C6.57829131,11.899922 6.38820335,11.8370024 6.28181408,11.6882553 L5.54786469,10.6620917 C5.28463659,10.2940918 4.84633607,10.2515955 4.49699968,10.5017767 Z M8.55456977,14.1181481 L8.55456977,12.147284 C8.55456977,11.895483 8.75833504,11.691358 9.00969224,11.691358 C9.26104943,11.691358 9.4648147,11.895483 9.4648147,12.147284 L9.4648147,14.1181481 C9.4648147,14.3699491 9.26104943,14.5740741 9.00969224,14.5740741 C8.75833504,14.5740741 8.55456977,14.3699491 8.55456977,14.1181481 Z M11.430465,11.691358 C11.6818137,11.691358 11.885572,11.8954761 11.885572,12.1472685 L11.885572,14.1181636 C11.885572,14.369956 11.6818137,14.5740741 11.430465,14.5740741 C11.1791163,14.5740741 10.9753579,14.369956 10.9753579,14.1181636 L10.9753579,12.1472685 C10.9753579,11.8954761 11.1791163,11.691358 11.430465,11.691358 Z M13.3961461,12.1472685 C13.3961461,11.8954761 13.5999044,11.691358 13.8512531,11.691358 C14.1026018,11.691358 14.3063602,11.8954761 14.3063602,12.1472685 L14.3063602,14.1181636 C14.3063602,14.369956 14.1026018,14.5740741 13.8512531,14.5740741 C13.5999044,14.5740741 13.3961461,14.369956 13.3961461,14.1181636 L13.3961461,12.1472685 Z"/>
</symbol>
@ -245,6 +251,9 @@
<symbol id="icon-permalink" viewBox="0 0 20 20" fill="currentColor">
<path d="M10.5615959,13.5369661 C10.8614377,13.8374425 10.8642543,14.3226796 10.5667497,14.6286503 L8.2685409,16.9268589 C6.83317877,18.3588624 4.50959891,18.358811 3.07396303,16.9265337 C1.64197242,15.4911845 1.64199806,13.1676046 3.07412553,11.7321184 L6.3626967,8.44354747 C7.79863297,7.01168291 10.1217674,7.01250144 11.5618962,8.44873652 C11.8468297,8.75455932 11.8385338,9.23106215 11.5431274,9.52678116 C11.2472876,9.822934 10.7707684,9.83088531 10.4601369,9.54190764 C9.63066742,8.7145592 8.28806314,8.71453851 7.45871412,9.54176665 L4.16967211,12.8290741 C3.34245707,13.6582293 3.34240935,15.0005376 4.16934691,15.8294155 C4.99851217,16.6566405 6.34082045,16.6566682 7.1698246,15.8296041 L9.46873792,13.5298236 L9.47196244,13.5276684 C9.77670104,13.2324779 10.2619266,13.2366626 10.5615959,13.5369661 Z M16.9259063,8.26862645 L13.6363953,11.5572701 C12.2008541,12.9887407 9.87772165,12.9887096 8.44201443,11.5570732 C8.24603309,11.3610918 8.16949366,11.0754428 8.24122781,10.8077273 C8.31296195,10.5400118 8.52207155,10.3309022 8.78978704,10.2591681 C9.05747794,10.1874405 9.34313357,10.2639554 9.53890328,10.4597255 C10.3685766,11.2866611 11.7108665,11.286692 12.5403595,10.4599364 L15.8294199,7.17174346 C16.6566349,6.34258823 16.6566826,5.00027994 15.8297451,4.1714021 C15.0005779,3.34417513 13.6582696,3.34415128 12.8292412,4.17123959 L10.5304013,6.47007948 C10.3344462,6.66624196 10.0487247,6.74296275 9.78086551,6.67134189 C9.51300628,6.59972102 9.30370342,6.39063941 9.2317993,6.12285608 C9.1598923,5.85506205 9.23632156,5.56926251 9.43236841,5.37300829 L11.7322854,3.07395864 C13.1676218,1.64198086 15.4912017,1.64198086 16.9267356,3.07415623 C18.3580432,4.51021576 18.3577428,6.83343179 16.9259063,8.26862645 Z"/>
</symbol>
<symbol id="icon-phone" viewBox="0 0 24 24" fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6778 13.8315C20.373 14.1727 20.9373 14.9646 20.7506 15.9018C20.5593 16.8626 20.0759 18.1027 19.2595 19.0146C18.8437 19.4791 18.3082 19.895 17.6434 20.1102C16.9615 20.331 16.2147 20.3169 15.4442 20.0268C14.014 19.4884 12.4994 18.5009 11.2677 17.5778C10.2959 16.8494 9.45427 16.1261 8.90869 15.6204L8.88839 15.6163C8.83438 15.5623 8.77441 15.5009 8.70915 15.4327C8.64104 15.3676 8.57975 15.3077 8.5258 15.2537L8.52167 15.2334C8.01604 14.6879 7.2927 13.8463 6.56436 12.8745C5.64119 11.6427 4.65368 10.1281 4.1153 8.69791C3.82525 7.9274 3.81115 7.18059 4.0319 6.49877C4.24715 5.83394 4.66305 5.29839 5.12746 4.88265C6.03944 4.06626 7.27955 3.58283 8.24029 3.39149C9.17751 3.20484 9.96945 3.76911 10.3106 4.4643L11.6384 7.17003C12.0333 7.97481 11.8306 8.84495 11.397 9.43317C11.2857 9.58409 11.1964 9.72824 11.1403 9.84855C11.1279 9.87508 11.1183 9.89793 11.111 9.91715C11.1242 9.94287 11.1425 9.97648 11.1676 10.0186C11.2644 10.1811 11.4104 10.3851 11.5918 10.6133C11.7701 10.8375 12.1442 11.2426 12.5119 11.63C12.8994 11.9978 13.3046 12.372 13.5289 12.5503C13.757 12.7317 13.961 12.8777 14.1236 12.9745C14.1656 12.9996 14.1992 13.0179 14.225 13.0311C14.2442 13.0238 14.267 13.0142 14.2936 13.0018C14.4139 12.9457 14.558 12.8564 14.7089 12.7452C15.2972 12.3115 16.1673 12.1088 16.9721 12.5037L19.6778 13.8315ZM11.0598 13.082C11.1237 13.1482 11.184 13.2095 11.2396 13.2651L11.2766 13.2882C11.5674 13.5602 11.9153 13.8685 12.2643 14.146C12.5284 14.356 12.8132 14.5646 13.0872 14.7279C13.316 14.8643 13.699 15.0712 14.1144 15.0917C14.5292 15.1121 14.9043 14.9785 15.1693 14.8548C15.4507 14.7235 15.7129 14.5531 15.9297 14.3932C15.9769 14.3584 16.0235 14.3423 16.0554 14.3379C16.072 14.3356 16.0807 14.3367 16.0839 14.3374L18.7159 15.629C18.5566 16.3138 18.2095 17.1121 17.7323 17.6452C17.4846 17.9219 17.2363 18.0892 17.0006 18.1656C16.7818 18.2364 16.5113 18.2504 16.1514 18.115C14.996 17.68 13.667 16.8316 12.4853 15.9458C11.767 15.4075 10.8577 14.6035 10.1709 13.9711C9.5385 13.2843 8.73461 12.3751 8.19626 11.6568C7.31055 10.4751 6.46209 9.14607 6.02716 7.99067C5.89169 7.63082 5.90572 7.36031 5.97655 7.14154C6.05288 6.90578 6.22021 6.6575 6.49686 6.40984C7.03 5.93259 7.82826 5.5855 8.51313 5.42624L9.80469 8.0582C9.80541 8.06141 9.80651 8.07016 9.80421 8.08672C9.79979 8.11858 9.78369 8.16521 9.7489 8.21238C9.589 8.42926 9.41864 8.69138 9.28728 8.97284C9.16361 9.23784 9.02998 9.61292 9.05042 10.0277C9.0709 10.4431 9.27781 10.8261 9.41422 11.055C9.5775 11.3289 9.78609 11.6137 9.99607 11.8778C10.2736 12.2268 10.582 12.5748 10.854 12.8656L10.877 12.9025C10.9325 12.958 10.9938 13.0182 11.0598 13.082Z"/>
</symbol>
<symbol id="icon-pin" viewBox="0 0 20 20" fill="currentColor">
<path d="M9.42996785,12.4576456 L5.03820001,8.06485857 L4.39915651,8.70390207 C4.25850578,8.84455279 4.0719907,8.92201261 3.87324511,8.92201261 C3.87324511,8.92201261 3.87324511,8.92201261 3.87324511,8.92201261 L3.87324511,8.92201261 C3.66536587,8.92201261 3.49356029,8.75988807 3.48151707,8.55235798 C3.48107838,8.54448527 3.48084998,8.53690545 3.48084998,8.52961748 C3.48084998,8.3318911 3.5583098,8.14843364 3.69386448,8.01084054 L8.01123013,3.6944941 C8.01123013,3.6944941 8.01123013,3.6944941 8.01123013,3.6944941 L8.01123013,3.6944941 C8.20290792,3.50281631 8.51367902,3.50281631 8.70535681,3.6944941 C8.8381036,3.82724089 8.88350188,4.02407983 8.82230421,4.20155733 C8.79466754,4.2817736 8.75532304,4.34750772 8.70429166,4.39876692 L8.06524816,5.03781042 L12.079909,9.05349046 L12.4559968,9.42040539 L12.9289094,9.19516039 C12.9851657,9.1686868 13.9802154,8.7124366 15.2534176,9.2114661 C15.3954837,9.26714868 15.5951631,9.37268051 15.852456,9.52806158 L15.8524016,9.52815155 C15.9941809,9.61377314 16.0397057,9.79811799 15.9540842,9.9398973 C15.9415573,9.96064036 15.9265625,9.97978868 15.9094277,9.99692341 L9.99822269,15.9082807 C9.88102335,16.0254801 9.69100569,16.0254801 9.57380635,15.9082807 C9.55648297,15.8909573 9.541346,15.8715779 9.52873335,15.850575 C9.36528629,15.5783991 9.25525114,15.3678629 9.19862793,15.2189665 C8.72086328,13.9626361 9.16871596,12.9864865 9.19249235,12.9356542 L9.42996785,12.4576456 Z M17.7833977,9.1706994 C15.7714808,7.15674413 13.730007,7.4033925 12.7943739,7.67348265 L10.1057028,4.9848116 C10.5154245,4.27340432 10.5001364,3.38465483 10.0618769,2.68853568 L9.71534612,2.34200491 C8.85513446,1.79978619 7.7075061,1.90272621 6.96246496,2.64776735 L2.64713773,6.96411379 C1.90209658,7.70915494 1.80017577,8.85882171 2.3423945,9.71495654 L2.68790605,10.0614873 C3.38606362,10.500766 4.27583232,10.5150349 4.98418197,10.1063325 L7.67387224,12.7960227 C7.40378208,13.7296174 7.15713371,15.7700721 9.17108898,17.7840273 L9.17108898,17.7840273 C9.45957211,18.0730728 9.92775155,18.0735287 10.216797,17.7850455 C10.2169669,17.784876 10.2171367,17.7847064 10.2173064,17.7845367 L13.4772433,14.5245997 L16.4454322,17.4927885 C16.7346597,17.7820161 17.2035551,17.7821302 17.4929234,17.4930434 L17.4929234,17.4930434 C17.7821097,17.2041384 17.7823377,16.7355028 17.4934327,16.4463165 C17.4933479,16.4462316 17.493263,16.4461467 17.4931781,16.4460618 L14.5239701,13.4768538 L17.7834681,10.2164774 C18.0722048,9.92766292 18.0721733,9.45947495 17.7833977,9.1706994 Z"/>
</symbol>

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 211 KiB

@ -0,0 +1,3 @@
<svg id="phone" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6778 13.8315C20.373 14.1727 20.9373 14.9646 20.7506 15.9018C20.5593 16.8626 20.0759 18.1027 19.2595 19.0146C18.8437 19.4791 18.3082 19.895 17.6434 20.1102C16.9615 20.331 16.2147 20.3169 15.4442 20.0268C14.014 19.4884 12.4994 18.5009 11.2677 17.5778C10.2959 16.8494 9.45427 16.1261 8.90869 15.6204L8.88839 15.6163C8.83438 15.5623 8.77441 15.5009 8.70915 15.4327C8.64104 15.3676 8.57975 15.3077 8.5258 15.2537L8.52167 15.2334C8.01604 14.6879 7.2927 13.8463 6.56436 12.8745C5.64119 11.6427 4.65368 10.1281 4.1153 8.69791C3.82525 7.9274 3.81115 7.18059 4.0319 6.49877C4.24715 5.83394 4.66305 5.29839 5.12746 4.88265C6.03944 4.06626 7.27955 3.58283 8.24029 3.39149C9.17751 3.20484 9.96945 3.76911 10.3106 4.4643L11.6384 7.17003C12.0333 7.97481 11.8306 8.84495 11.397 9.43317C11.2857 9.58409 11.1964 9.72824 11.1403 9.84855C11.1279 9.87508 11.1183 9.89793 11.111 9.91715C11.1242 9.94287 11.1425 9.97648 11.1676 10.0186C11.2644 10.1811 11.4104 10.3851 11.5918 10.6133C11.7701 10.8375 12.1442 11.2426 12.5119 11.63C12.8994 11.9978 13.3046 12.372 13.5289 12.5503C13.757 12.7317 13.961 12.8777 14.1236 12.9745C14.1656 12.9996 14.1992 13.0179 14.225 13.0311C14.2442 13.0238 14.267 13.0142 14.2936 13.0018C14.4139 12.9457 14.558 12.8564 14.7089 12.7452C15.2972 12.3115 16.1673 12.1088 16.9721 12.5037L19.6778 13.8315ZM11.0598 13.082C11.1237 13.1482 11.184 13.2095 11.2396 13.2651L11.2766 13.2882C11.5674 13.5602 11.9153 13.8685 12.2643 14.146C12.5284 14.356 12.8132 14.5646 13.0872 14.7279C13.316 14.8643 13.699 15.0712 14.1144 15.0917C14.5292 15.1121 14.9043 14.9785 15.1693 14.8548C15.4507 14.7235 15.7129 14.5531 15.9297 14.3932C15.9769 14.3584 16.0235 14.3423 16.0554 14.3379C16.072 14.3356 16.0807 14.3367 16.0839 14.3374L18.7159 15.629C18.5566 16.3138 18.2095 17.1121 17.7323 17.6452C17.4846 17.9219 17.2363 18.0892 17.0006 18.1656C16.7818 18.2364 16.5113 18.2504 16.1514 18.115C14.996 17.68 13.667 16.8316 12.4853 15.9458C11.767 15.4075 10.8577 14.6035 10.1709 13.9711C9.5385 13.2843 8.73461 12.3751 8.19626 11.6568C7.31055 10.4751 6.46209 9.14607 6.02716 7.99067C5.89169 7.63082 5.90572 7.36031 5.97655 7.14154C6.05288 6.90578 6.22021 6.6575 6.49686 6.40984C7.03 5.93259 7.82826 5.5855 8.51313 5.42624L9.80469 8.0582C9.80541 8.06141 9.80651 8.07016 9.80421 8.08672C9.79979 8.11858 9.78369 8.16521 9.7489 8.21238C9.589 8.42926 9.41864 8.69138 9.28728 8.97284C9.16361 9.23784 9.02998 9.61292 9.05042 10.0277C9.0709 10.4431 9.27781 10.8261 9.41422 11.055C9.5775 11.3289 9.78609 11.6137 9.99607 11.8778C10.2736 12.2268 10.582 12.5748 10.854 12.8656L10.877 12.9025C10.9325 12.958 10.9938 13.0182 11.0598 13.082Z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -2,7 +2,7 @@ import _ from 'underscore';
import { ReactiveVar } from 'meteor/reactive-var';
import { Tracker } from 'meteor/tracker';
export const TABBAR_DEFAULT_VISIBLE_ICON_COUNT = 4;
export const TABBAR_DEFAULT_VISIBLE_ICON_COUNT = 6;
export const TabBar = new class TabBar {
get size() {

@ -28,12 +28,12 @@ Meteor.startup(function() {
TabBar.addButton({
groups,
id: 'bbb_video',
i18nTitle: 'BBB Video Chat',
icon: 'video',
i18nTitle: 'BBB Video Call',
icon: 'phone',
iconColor: 'red',
template: 'videoFlexTabBbb',
width: 600,
order: live ? -1 : 15,
order: live ? -1 : 0,
class: () => live && 'live',
});
});
@ -43,12 +43,12 @@ Meteor.startup(function() {
TabBar.addButton({
groups: ['direct', 'group'],
id: 'video',
i18nTitle: 'Video Chat',
icon: 'video',
i18nTitle: 'Call',
icon: 'phone',
iconColor: 'red',
template: 'videoFlexTab',
width: 600,
order: 12,
order: 0,
});
} else {
TabBar.removeButton('video');

@ -575,6 +575,7 @@
"CAS_trust_username_description": "When enabled, Rocket.Chat will trust that any username from CAS belongs to the same user on Rocket.Chat.<br/>This may be needed if an user is renamed on CAS, but may also allow people to take control of Rocket.Chat accounts by renaming their own CAS users.",
"CAS_version": "CAS Version",
"CAS_version_Description": "Only use a supported CAS version supported by your CAS SSO service.",
"Call": "Call",
"Categories": "Categories",
"CDN_PREFIX": "CDN Prefix",
"CDN_PREFIX_ALL": "Use CDN Prefix for all assets",
@ -2258,7 +2259,7 @@
"Maximum": "Maximum",
"Media": "Media",
"Medium": "Medium",
"Members_List": "Members List",
"Members": "Members",
"mention-all": "Mention All",
"mention-all_description": "Permission to use the @all mention",
"mention-here": "Mention Here",
@ -2879,7 +2880,6 @@
"Room_type_changed_successfully": "Room type changed successfully",
"Room_type_of_default_rooms_cant_be_changed": "This is a default room and the type can not be changed, please consult with your administrator.",
"Room_unarchived": "Room unarchived",
"Room_uploaded_file_list": "Files List",
"Room_uploaded_file_list_empty": "No files available.",
"Rooms": "Rooms",
"Routing": "Routing",

@ -526,6 +526,7 @@
"CAS_Sync_User_Data_FieldMap_Description": "Use esta entrada JSON para criar atributos internos (chave) de atributos externos (valor). Os nomes de atributo externos incluídos com '%' serão interpolados em cadeias de valores.<br/>Exemplo, `{\"email\":\"%email%\", \"nome\":\"%firstname%, %lastname%\"}`<br/><br/>O mapa de atributos sempre é interpolado. No CAS 1.0, apenas o atributo `username` está disponível. Os atributos internos disponíveis são: nome de usuário, nome, email, salas; as salas são uma lista de salas separadas por vírgulas às quais o usuário será automaticamente incluso ao se registrar na plataforma, por exemplo: {\"rooms\": \"% team%,%department%\"} acompanhariam os usuários do CAS ao criar sua conta seu time e departamento.",
"CAS_version": "Versão CAS",
"CAS_version_Description": "Use apenas uma versão suportada do CAS suportada pelo seu serviço CAS SSO.",
"Call": "Ligação",
"Categories": "Categorias",
"CDN_PREFIX": "Prefixo CDN",
"CDN_PREFIX_ALL": "Use o prefixo da CDN para todos os recursos",
@ -2036,7 +2037,7 @@
"Max_number_of_uses": "Número máximo de usos",
"Media": "meios de comunicação",
"Medium": "Médio",
"Members_List": "Lista de Membros",
"Members": "Membros",
"mention-all": "Mencionar tudo",
"mention-all_description": "Permissão para usar a menção @all",
"mention-here": "Mencionar aqui",

@ -158,6 +158,12 @@
<symbol id="icon-google" viewBox="0 0 20 20" fill="currentColor">
<path d="M18,10.1866641 C18,14.751996 14.8225871,17.999995 10.1310019,17.999995 C7.97379233,18.0023573 5.9042462,17.1602614 4.37886773,15.6594585 C2.85348926,14.1586555 1.99760413,12.1224521 2.00000504,9.99999752 C2.00000504,5.57422112 5.63275375,2 10.1310019,2 C12.3209504,2 14.1639764,2.79111087 15.583287,4.09333268 L13.369849,6.18666537 C10.4752141,3.43999955 5.09159074,5.50311003 5.09159074,9.99999752 C5.09159074,12.7911078 7.35742853,15.0515515 10.1310019,15.0515515 C13.3508767,15.0515515 14.557878,12.7804411 14.7476012,11.6026637 L10.1310019,11.6026637 L10.1310019,8.85244232 L17.8717109,8.85244232 C17.9476002,9.26221997 18,9.65599763 18,10.187553 L18,10.1866641 Z"/>
</symbol>
<symbol id="icon-group" viewBox="0 0 16 16" fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.66669 0.666687C6.0474 0.666687 7.16669 1.78598 7.16669 3.16669C7.16669 4.5474 6.0474 5.66669 4.66669 5.66669C3.28598 5.66669 2.16669 4.5474 2.16669 3.16669C2.16669 1.78597 3.28598 0.666687 4.66669 0.666687ZM5.83336 3.16669C5.83336 2.52235 5.31102 2.00002 4.66669 2.00002C4.02236 2.00002 3.50002 2.52235 3.50002 3.16669C3.50002 3.81102 4.02236 4.33335 4.66669 4.33335C5.31102 4.33335 5.83336 3.81102 5.83336 3.16669Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.90093 6.27198C7.38054 5.96655 9.00002 7.0074 9.00002 8.6586V10.1111C9.00002 10.7862 8.45281 11.3334 7.7778 11.3334H1.55558C0.880562 11.3334 0.333353 10.7862 0.333353 10.1111V8.6586C0.333353 7.0074 1.95283 5.96655 3.43244 6.27198C3.88712 6.36583 4.3178 6.42504 4.66669 6.42504C5.01558 6.42504 5.44625 6.36583 5.90093 6.27198ZM7.66669 8.6586C7.66669 7.98969 6.96307 7.41417 6.17048 7.57778C5.67613 7.67982 5.14527 7.75837 4.66669 7.75837C4.1881 7.75837 3.65725 7.67982 3.1629 7.57778C2.37031 7.41417 1.66669 7.98969 1.66669 8.6586V10H7.66669V8.6586Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.33335C12 2.22878 11.1046 1.33335 10 1.33335C8.89545 1.33335 8.00002 2.22878 8.00002 3.33335C8.00002 4.43792 8.89545 5.33335 10 5.33335C11.1046 5.33335 12 4.43792 12 3.33335ZM10 2.66669C10.3682 2.66669 10.6667 2.96516 10.6667 3.33335C10.6667 3.70154 10.3682 4.00002 10 4.00002C9.63183 4.00002 9.33335 3.70154 9.33335 3.33335C9.33335 2.96516 9.63183 2.66669 10 2.66669Z"/>
<path d="M10.8376 7.22276C11.6565 7.10237 12.3334 7.68142 12.3334 8.33107V8.66669H9.70217C9.72965 9.11069 9.72307 9.56509 9.70856 10H12.4445C13.1195 10 13.6667 9.45281 13.6667 8.7778V8.33107C13.6667 6.69484 12.0864 5.69151 10.6437 5.9036C10.4039 5.93885 10.1852 5.95835 10 5.95835C9.81486 5.95835 9.59617 5.93885 9.35637 5.9036C9.02127 5.85434 8.67876 5.87065 8.35034 5.94523C8.90819 6.22492 9.24568 6.69464 9.44613 7.25916C9.6332 7.27941 9.82019 7.29169 10 7.29169C10.271 7.29169 10.5583 7.26381 10.8376 7.22276Z"/>
</symbol>
<symbol id="icon-hand-pointer" viewBox="0 0 20 20" fill="currentColor">
<path d="M14.2417329,7.77795608 C15.5093053,7.17491936 17,8.11224385 17,9.55243827 L17,12.2376252 C16.9999974,12.3876984 16.9829142,12.537282 16.9490818,12.6834766 L16.0688149,16.4874882 C15.8640008,17.3726073 15.0812798,18 14.181334,18 L8.45952151,18 C7.83900313,18 7.25183819,17.6967378 6.88839688,17.1886932 L3.36773318,12.2658589 C2.74327173,11.3928142 2.93292113,10.1753167 3.79391704,9.53856332 C4.40742498,9.08489233 5.21048892,9.0412048 5.86092997,9.39713504 L5.86092997,3.95833333 C5.86092997,2.87862304 6.73022656,2 7.79932897,2 C8.86842603,2 9.73769716,2.87861762 9.73769716,3.95833333 L9.73769716,6.53666154 C10.4505838,6.35106463 11.214621,6.59062057 11.6995587,7.16957508 C12.5709429,6.67805728 13.6757773,6.94064257 14.2417329,7.77795608 Z M4.49699968,10.5017767 C4.1443559,10.7543267 4.0493934,11.1845078 4.32907285,11.5755621 L7.85010469,16.4983942 C7.99186119,16.6965482 8.21988702,16.8148148 8.45952151,16.8148148 L14.1813648,16.8148148 C14.5329833,16.8148148 14.8351112,16.5707105 14.9162919,16.2198863 L15.7966142,12.4158704 C15.8100939,12.3575472 15.8169342,12.2975819 15.8169342,12.2376543 L15.8169342,9.55246914 C15.8169342,9.09105778 15.4938898,8.7925649 15.0598857,8.76626347 C14.6386429,8.74073539 14.3108164,8.98424317 14.306354,9.38263365 C14.3061394,9.40674968 14.3061394,9.40674968 14.3060216,9.44382653 C14.305333,9.69494305 14.1019281,9.89814815 13.8512531,9.89814815 C13.5999044,9.89814815 13.3961461,9.69403007 13.3961461,9.44223765 L13.3961461,8.88117284 C13.3961461,8.40907017 13.0689999,8.11445155 12.6409098,8.11467205 C12.2128904,8.11489252 11.885572,8.40977866 11.885572,8.88117284 L11.885572,9.44226852 C11.885572,9.69404389 11.6818275,9.89814815 11.4304958,9.89814815 C11.1791641,9.89814815 10.9754195,9.69404389 10.9754195,9.44226852 L10.9754195,8.43364198 C10.9754195,7.96151327 10.6482777,7.66689751 10.2201859,7.66712962 C9.79216869,7.66736168 9.46484551,7.96225904 9.46484551,8.43364198 L9.46484551,9.44222222 C9.46484551,9.69402316 9.26108024,9.89814815 9.00972305,9.89814815 C8.75836585,9.89814815 8.55460058,9.69402316 8.55460058,9.44222222 L8.55460058,3.95833333 C8.55460058,3.48620418 8.22746511,3.19158887 7.79938233,3.19182097 C7.37137414,3.19205304 7.04405736,3.48694996 7.04405736,3.95833333 L7.04405736,11.442948 C7.04405736,11.6259358 6.92611473,11.7879886 6.75220282,11.8439554 C6.57829131,11.899922 6.38820335,11.8370024 6.28181408,11.6882553 L5.54786469,10.6620917 C5.28463659,10.2940918 4.84633607,10.2515955 4.49699968,10.5017767 Z M8.55456977,14.1181481 L8.55456977,12.147284 C8.55456977,11.895483 8.75833504,11.691358 9.00969224,11.691358 C9.26104943,11.691358 9.4648147,11.895483 9.4648147,12.147284 L9.4648147,14.1181481 C9.4648147,14.3699491 9.26104943,14.5740741 9.00969224,14.5740741 C8.75833504,14.5740741 8.55456977,14.3699491 8.55456977,14.1181481 Z M11.430465,11.691358 C11.6818137,11.691358 11.885572,11.8954761 11.885572,12.1472685 L11.885572,14.1181636 C11.885572,14.369956 11.6818137,14.5740741 11.430465,14.5740741 C11.1791163,14.5740741 10.9753579,14.369956 10.9753579,14.1181636 L10.9753579,12.1472685 C10.9753579,11.8954761 11.1791163,11.691358 11.430465,11.691358 Z M13.3961461,12.1472685 C13.3961461,11.8954761 13.5999044,11.691358 13.8512531,11.691358 C14.1026018,11.691358 14.3063602,11.8954761 14.3063602,12.1472685 L14.3063602,14.1181636 C14.3063602,14.369956 14.1026018,14.5740741 13.8512531,14.5740741 C13.5999044,14.5740741 13.3961461,14.369956 13.3961461,14.1181636 L13.3961461,12.1472685 Z"/>
</symbol>
@ -245,6 +251,9 @@
<symbol id="icon-permalink" viewBox="0 0 20 20" fill="currentColor">
<path d="M10.5615959,13.5369661 C10.8614377,13.8374425 10.8642543,14.3226796 10.5667497,14.6286503 L8.2685409,16.9268589 C6.83317877,18.3588624 4.50959891,18.358811 3.07396303,16.9265337 C1.64197242,15.4911845 1.64199806,13.1676046 3.07412553,11.7321184 L6.3626967,8.44354747 C7.79863297,7.01168291 10.1217674,7.01250144 11.5618962,8.44873652 C11.8468297,8.75455932 11.8385338,9.23106215 11.5431274,9.52678116 C11.2472876,9.822934 10.7707684,9.83088531 10.4601369,9.54190764 C9.63066742,8.7145592 8.28806314,8.71453851 7.45871412,9.54176665 L4.16967211,12.8290741 C3.34245707,13.6582293 3.34240935,15.0005376 4.16934691,15.8294155 C4.99851217,16.6566405 6.34082045,16.6566682 7.1698246,15.8296041 L9.46873792,13.5298236 L9.47196244,13.5276684 C9.77670104,13.2324779 10.2619266,13.2366626 10.5615959,13.5369661 Z M16.9259063,8.26862645 L13.6363953,11.5572701 C12.2008541,12.9887407 9.87772165,12.9887096 8.44201443,11.5570732 C8.24603309,11.3610918 8.16949366,11.0754428 8.24122781,10.8077273 C8.31296195,10.5400118 8.52207155,10.3309022 8.78978704,10.2591681 C9.05747794,10.1874405 9.34313357,10.2639554 9.53890328,10.4597255 C10.3685766,11.2866611 11.7108665,11.286692 12.5403595,10.4599364 L15.8294199,7.17174346 C16.6566349,6.34258823 16.6566826,5.00027994 15.8297451,4.1714021 C15.0005779,3.34417513 13.6582696,3.34415128 12.8292412,4.17123959 L10.5304013,6.47007948 C10.3344462,6.66624196 10.0487247,6.74296275 9.78086551,6.67134189 C9.51300628,6.59972102 9.30370342,6.39063941 9.2317993,6.12285608 C9.1598923,5.85506205 9.23632156,5.56926251 9.43236841,5.37300829 L11.7322854,3.07395864 C13.1676218,1.64198086 15.4912017,1.64198086 16.9267356,3.07415623 C18.3580432,4.51021576 18.3577428,6.83343179 16.9259063,8.26862645 Z"/>
</symbol>
<symbol id="icon-phone" viewBox="0 0 24 24" fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6778 13.8315C20.373 14.1727 20.9373 14.9646 20.7506 15.9018C20.5593 16.8626 20.0759 18.1027 19.2595 19.0146C18.8437 19.4791 18.3082 19.895 17.6434 20.1102C16.9615 20.331 16.2147 20.3169 15.4442 20.0268C14.014 19.4884 12.4994 18.5009 11.2677 17.5778C10.2959 16.8494 9.45427 16.1261 8.90869 15.6204L8.88839 15.6163C8.83438 15.5623 8.77441 15.5009 8.70915 15.4327C8.64104 15.3676 8.57975 15.3077 8.5258 15.2537L8.52167 15.2334C8.01604 14.6879 7.2927 13.8463 6.56436 12.8745C5.64119 11.6427 4.65368 10.1281 4.1153 8.69791C3.82525 7.9274 3.81115 7.18059 4.0319 6.49877C4.24715 5.83394 4.66305 5.29839 5.12746 4.88265C6.03944 4.06626 7.27955 3.58283 8.24029 3.39149C9.17751 3.20484 9.96945 3.76911 10.3106 4.4643L11.6384 7.17003C12.0333 7.97481 11.8306 8.84495 11.397 9.43317C11.2857 9.58409 11.1964 9.72824 11.1403 9.84855C11.1279 9.87508 11.1183 9.89793 11.111 9.91715C11.1242 9.94287 11.1425 9.97648 11.1676 10.0186C11.2644 10.1811 11.4104 10.3851 11.5918 10.6133C11.7701 10.8375 12.1442 11.2426 12.5119 11.63C12.8994 11.9978 13.3046 12.372 13.5289 12.5503C13.757 12.7317 13.961 12.8777 14.1236 12.9745C14.1656 12.9996 14.1992 13.0179 14.225 13.0311C14.2442 13.0238 14.267 13.0142 14.2936 13.0018C14.4139 12.9457 14.558 12.8564 14.7089 12.7452C15.2972 12.3115 16.1673 12.1088 16.9721 12.5037L19.6778 13.8315ZM11.0598 13.082C11.1237 13.1482 11.184 13.2095 11.2396 13.2651L11.2766 13.2882C11.5674 13.5602 11.9153 13.8685 12.2643 14.146C12.5284 14.356 12.8132 14.5646 13.0872 14.7279C13.316 14.8643 13.699 15.0712 14.1144 15.0917C14.5292 15.1121 14.9043 14.9785 15.1693 14.8548C15.4507 14.7235 15.7129 14.5531 15.9297 14.3932C15.9769 14.3584 16.0235 14.3423 16.0554 14.3379C16.072 14.3356 16.0807 14.3367 16.0839 14.3374L18.7159 15.629C18.5566 16.3138 18.2095 17.1121 17.7323 17.6452C17.4846 17.9219 17.2363 18.0892 17.0006 18.1656C16.7818 18.2364 16.5113 18.2504 16.1514 18.115C14.996 17.68 13.667 16.8316 12.4853 15.9458C11.767 15.4075 10.8577 14.6035 10.1709 13.9711C9.5385 13.2843 8.73461 12.3751 8.19626 11.6568C7.31055 10.4751 6.46209 9.14607 6.02716 7.99067C5.89169 7.63082 5.90572 7.36031 5.97655 7.14154C6.05288 6.90578 6.22021 6.6575 6.49686 6.40984C7.03 5.93259 7.82826 5.5855 8.51313 5.42624L9.80469 8.0582C9.80541 8.06141 9.80651 8.07016 9.80421 8.08672C9.79979 8.11858 9.78369 8.16521 9.7489 8.21238C9.589 8.42926 9.41864 8.69138 9.28728 8.97284C9.16361 9.23784 9.02998 9.61292 9.05042 10.0277C9.0709 10.4431 9.27781 10.8261 9.41422 11.055C9.5775 11.3289 9.78609 11.6137 9.99607 11.8778C10.2736 12.2268 10.582 12.5748 10.854 12.8656L10.877 12.9025C10.9325 12.958 10.9938 13.0182 11.0598 13.082Z"/>
</symbol>
<symbol id="icon-pin" viewBox="0 0 20 20" fill="currentColor">
<path d="M9.42996785,12.4576456 L5.03820001,8.06485857 L4.39915651,8.70390207 C4.25850578,8.84455279 4.0719907,8.92201261 3.87324511,8.92201261 C3.87324511,8.92201261 3.87324511,8.92201261 3.87324511,8.92201261 L3.87324511,8.92201261 C3.66536587,8.92201261 3.49356029,8.75988807 3.48151707,8.55235798 C3.48107838,8.54448527 3.48084998,8.53690545 3.48084998,8.52961748 C3.48084998,8.3318911 3.5583098,8.14843364 3.69386448,8.01084054 L8.01123013,3.6944941 C8.01123013,3.6944941 8.01123013,3.6944941 8.01123013,3.6944941 L8.01123013,3.6944941 C8.20290792,3.50281631 8.51367902,3.50281631 8.70535681,3.6944941 C8.8381036,3.82724089 8.88350188,4.02407983 8.82230421,4.20155733 C8.79466754,4.2817736 8.75532304,4.34750772 8.70429166,4.39876692 L8.06524816,5.03781042 L12.079909,9.05349046 L12.4559968,9.42040539 L12.9289094,9.19516039 C12.9851657,9.1686868 13.9802154,8.7124366 15.2534176,9.2114661 C15.3954837,9.26714868 15.5951631,9.37268051 15.852456,9.52806158 L15.8524016,9.52815155 C15.9941809,9.61377314 16.0397057,9.79811799 15.9540842,9.9398973 C15.9415573,9.96064036 15.9265625,9.97978868 15.9094277,9.99692341 L9.99822269,15.9082807 C9.88102335,16.0254801 9.69100569,16.0254801 9.57380635,15.9082807 C9.55648297,15.8909573 9.541346,15.8715779 9.52873335,15.850575 C9.36528629,15.5783991 9.25525114,15.3678629 9.19862793,15.2189665 C8.72086328,13.9626361 9.16871596,12.9864865 9.19249235,12.9356542 L9.42996785,12.4576456 Z M17.7833977,9.1706994 C15.7714808,7.15674413 13.730007,7.4033925 12.7943739,7.67348265 L10.1057028,4.9848116 C10.5154245,4.27340432 10.5001364,3.38465483 10.0618769,2.68853568 L9.71534612,2.34200491 C8.85513446,1.79978619 7.7075061,1.90272621 6.96246496,2.64776735 L2.64713773,6.96411379 C1.90209658,7.70915494 1.80017577,8.85882171 2.3423945,9.71495654 L2.68790605,10.0614873 C3.38606362,10.500766 4.27583232,10.5150349 4.98418197,10.1063325 L7.67387224,12.7960227 C7.40378208,13.7296174 7.15713371,15.7700721 9.17108898,17.7840273 L9.17108898,17.7840273 C9.45957211,18.0730728 9.92775155,18.0735287 10.216797,17.7850455 C10.2169669,17.784876 10.2171367,17.7847064 10.2173064,17.7845367 L13.4772433,14.5245997 L16.4454322,17.4927885 C16.7346597,17.7820161 17.2035551,17.7821302 17.4929234,17.4930434 L17.4929234,17.4930434 C17.7821097,17.2041384 17.7823377,16.7355028 17.4934327,16.4463165 C17.4933479,16.4462316 17.493263,16.4461467 17.4931781,16.4460618 L14.5239701,13.4768538 L17.7834681,10.2164774 C18.0722048,9.92766292 18.0721733,9.45947495 17.7833977,9.1706994 Z"/>
</symbol>
@ -374,4 +383,4 @@
<symbol id="icon-warning" viewBox="0 0 20 20" fill="currentColor">
<path d="M9.98344445,7.04264254 C10.4190789,7.04264254 10.7723523,7.39520794 10.7723523,7.83027001 L10.7723523,12.3994926 C10.7723523,12.8345547 10.4190789,13.1871201 9.98344445,13.1871201 C9.54780997,13.1871201 9.19453663,12.8345547 9.19453663,12.3994926 L9.19453663,7.83027001 C9.19453663,7.39520794 9.54780997,7.04264254 9.98344445,7.04264254 Z M0.959352356,16.870054 L9.04441459,2.40226256 C9.32933111,1.8924195 9.98368057,1.7021729 10.5098756,1.97341266 C10.6984618,2.07062387 10.853564,2.21970064 10.9555854,2.40226256 L19.0406476,16.870054 C19.3644696,17.4495162 18.9313899,18.15 18.2590107,18.15 L1.74098931,18.15 C1.06861014,18.15 0.635530413,17.4495162 0.959352356,16.870054 Z M9.96597455,13.7448416 C10.4490813,13.7448416 10.8196237,14.1257886 10.8196237,14.6151726 C10.8196237,15.1078483 10.450184,15.4898784 9.96597455,15.4898784 C9.48176512,15.4898784 9.11232535,15.1078483 9.11232535,14.6151726 C9.11232535,14.1257886 9.48286785,13.7448416 9.96597455,13.7448416 Z M2.73547986,16.7123645 L17.2645201,16.7123645 L10,3.71288982 L2.73547986,16.7123645 Z"/>
</symbol>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 211 KiB

Loading…
Cancel
Save