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 Apr 6, 2020
1 parent 2520de1 commit a39d14c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- [Table of Contents](#table-of-contents)
- [Screenshot](#screenshot)
- [Services available - 95](#services-available---95)
- [Services available - 97](#services-available---97)
- [Features](#features)
- [Privacy](#privacy)
- [Donations](#donations)
Expand All @@ -54,7 +54,7 @@

----------

## Services available - 95
## Services available - 97

<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 @@ -115,6 +115,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 @@ -470,6 +470,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 a39d14c

Please sign in to comment.