Browse Source

New service: The Observable Forum

pull/1671/head
Sylvain Lesage 7 years ago
parent
commit
0eda6226e9
  1. 8
      app/store/ServicesList.js
  2. BIN
      resources/icons/observablehqtalk.png

8
app/store/ServicesList.js

@ -908,6 +908,14 @@ Ext.define('Rambox.store.ServicesList', {
,manual_notifications: true
,dont_update_unread_from_title: true
,js_unread: 'function checkUnread(){updateBadge(document.querySelectorAll(".SSPGKf.EyyDtb.Q6oXP:not(.oCHqfe) .eM5l9e.FVKzAb").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);'
},
{
id: 'observablehqtalk'
,logo: 'observablehqtalk.png'
,name: 'The Observable Forum'
,description: 'General discussion for the Observable platform.'
,url: 'https://talk.observablehq.com/'
,type: 'messaging'
}
]
});

BIN
resources/icons/observablehqtalk.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Loading…
Cancel
Save