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

Add Glowing Bear #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation needs fixing

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

},
{
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.