Browse Source

Better icons and improved code

Related to PR #230
Fixes #227
pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
3ee8ef5fa8
  1. 7
      app/store/ServicesList.js
  2. BIN
      resources/icons/glip.png
  3. BIN
      resources/icons/yandex.png

7
app/store/ServicesList.js

@ -425,14 +425,15 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Glip is fully searchable, real-time group chat & video chat, task management, file sharing, calendars and more.' ,description: 'Glip is fully searchable, real-time group chat & video chat, task management, file sharing, calendars and more.'
,url: 'https://glip.com/' ,url: 'https://glip.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function simulateClick(a){var b,c=document.getElementById(a);document.createEvent&&(b=document.createEvent("MouseEvents"),b.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),b?c.dispatchEvent(b):c.click&&c.click()}setTimeout(function(){simulateClick("sign_in")},1e3);' ,js_unread: 'setTimeout(function(){$("#sign_in").click();},1000);'
,note: 'To enable desktop notifications, you have to go to Options inside Glip.'
}, },
{ {
id: 'yandex' id: 'yandex'
,logo: 'yandex.png' ,logo: 'yandex.png'
,name: 'Yandex' ,name: 'Yandex Mail'
,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.' ,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.'
,url: 'https://passport.yandex.com/' ,url: 'https://mail.yandex.com/'
,type: 'email' ,type: 'email'
} }
] ]

BIN
resources/icons/glip.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
resources/icons/yandex.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Loading…
Cancel
Save