Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SiB Chat
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
51
Issues
51
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
components
SiB Chat
Commits
ecb68ade
Verified
Commit
ecb68ade
authored
Sep 30, 2019
by
Jean-Baptiste Pasquier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: sib-chat css hd
parent
3d195629
Pipeline
#5636
passed with stage
in 28 seconds
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12472 additions
and
12476 deletions
+12472
-12476
sib-chat.js
sib-chat.js
+1
-5
themes/converse-hd-extended.css
themes/converse-hd-extended.css
+0
-12456
themes/converse-hd.css
themes/converse-hd.css
+12471
-15
No files found.
sib-chat.js
View file @
ecb68ade
...
...
@@ -45,7 +45,7 @@ export const SibChat = {
mode
:
"
open
"
});
this
.
element
.
shadowRoot
.
append
(...
Helpers
.
importCSS
(
'
https://unpkg.com/
@startinblox/component-chat/themes/converse-hd-extended
.css
'
,
'
https://unpkg.com/
converse.js@5.0/dist/converse
.css
'
,
'
https://unpkg.com/@startinblox/component-chat/themes/converse-hd.css
'
));
if
(
window
.
converse_sib
===
undefined
)
{
...
...
@@ -54,10 +54,6 @@ export const SibChat = {
}
// Else, not logged in on page load (even if not on chat)
},
empty
()
{
this
.
element
.
innerHTML
=
''
;
},
async
populate
()
{
if
(
typeof
converse_sib
!==
'
undefined
'
)
{
await
converse_sib
.
loaded_deferred
;
...
...
themes/converse-hd-extended.css
deleted
100644 → 0
View file @
3d195629
This diff is collapsed.
Click to expand it.
themes/converse-hd.css
View file @
ecb68ade
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment