Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Add Glowing Bear service
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe committed Dec 25, 2021
1 parent 0c6cda4 commit b0d2daa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

----------

## Services available - 94
## Services available - 95

<img width="80" align="left" src="./resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp">
<img width="80" align="left" src="./resources/icons/messenger.png" alt="Messenger" title="Messenger">
Expand Down Expand Up @@ -116,6 +116,7 @@
<img width="80" align="left" src="./resources/icons/icloud.png" alt="iCloud Mail" title="iCloud Mail">
<img width="80" align="left" src="./resources/icons/irccloud.png" alt="IRC Cloud" title="IRC Cloud">
<img width="80" align="left" src="./resources/icons/kiwi.png" alt="Kiwi IRC" title="Kiwi IRC">
<img width="80" align="left" src="./resources/icons/glowingbear.png" alt="Glowing Bear" title="Glowing Bear">
<img width="80" align="left" src="./resources/icons/smooch.png" alt="Smooch" title="Smooch">
<img width="80" align="left" src="./resources/icons/crisp.png" alt="Crisp" title="Crisp">
<img width="80" align="left" src="./resources/icons/flock.png" alt="Flock" title="Flock">
Expand Down
9 changes: 9 additions & 0 deletions app/store/ServicesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,15 @@ Ext.define('Hamsket.store.ServicesList', {
,js_unread: `let checkUnread=()=>{let t=0;const badges=document.querySelectorAll(".bufferBadges > .badge");for(let n of badges)t+=n.textContent?parseInt(n.textContent,10):0;hamsket.updateBadge(t)};setInterval(checkUnread,3e3);`
,custom_domain: true
},
{
id: 'glowingbear'
,logo: 'glowingbear.png'
,name: 'Glowing Bear'
,description: 'Glowing Bear is a web frontend for the WeeChat IRC client and strives to be a modern interface.'
,url: 'https://www.glowing-bear.org'
,type: 'messaging'
,custom_domain: true
},
{
id: 'ryver'
,logo: 'ryver.png'
Expand Down
Binary file added resources/icons/glowingbear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0d2daa

Please sign in to comment.