Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
dde2efb6
Commit
dde2efb6
authored
Nov 14, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trash icons for pending contacts
parent
174b257c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
15 deletions
+12
-15
css/converse.css
css/converse.css
+0
-2
dist/converse.js
dist/converse.js
+3
-3
fullscreen.html
fullscreen.html
+2
-2
index.html
index.html
+2
-2
sass/_roster.scss
sass/_roster.scss
+0
-3
src/templates/pending_contact.html
src/templates/pending_contact.html
+5
-3
No files found.
css/converse.css
View file @
dde2efb6
...
...
@@ -11221,8 +11221,6 @@ body.reset {
margin-left
:
5px
;
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
:hover
{
background-color
:
var
(
--controlbox-head-color-lighten-45-percent
);
}
#conversejs
#converse-roster
.roster-contacts
.roster-group
li
:hover
.remove-xmpp-contact
{
display
:
inline-block
;
}
#conversejs
#converse-roster
span
.pending-contact-name
{
line-height
:
var
(
--line-height
);
width
:
100%
;
}
...
...
dist/converse.js
View file @
dde2efb6
...
...
@@ -102832,9 +102832,9 @@ var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
__p += '<!-- src/templates/pending_contact.html -->\n';
if (o.allow_chat_pending_contacts) { ;
__p += '
<a class="open-chat w-100" href="#">
';
__p += '
\n<a class="list-item-link open-chat w-100" href="#">\n
';
} ;
__p += '\n<span class="pending-contact-name
w-100
" title="JID: ' +
__p += '\n<span class="pending-contact-name" title="JID: ' +
__e(o.jid) +
'">' +
__e(o.display_name) +
...
...
@@ -102842,7 +102842,7 @@ __e(o.display_name) +
if (o.allow_chat_pending_contacts) { ;
__p += '</a>';
} ;
__p += '\n<a class="remove-xmpp-contact far fa-trash-alt" title="' +
__p += '\n<a class="
list-item-action
remove-xmpp-contact far fa-trash-alt" title="' +
__e(o.desc_remove) +
'" href="#"></a>\n';
return __p
fullscreen.html
View file @
dde2efb6
...
...
@@ -7,10 +7,10 @@
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<script
type=
"text/javascript"
src=
"inverse-analytics.js"
></script>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=5"
style=
"border:0;"
alt=
""
/></p></noscript>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.
min.
css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/fullpage.css"
/>
<script
src=
"3rdparty/libsignal-protocol.js"
></script>
<script
src=
"dist/converse.js"
></script>
<script
src=
"dist/converse.
min.
js"
></script>
</head>
<body
class=
"reset"
>
<div
class=
"converse-content"
style=
"display:none"
>
...
...
index.html
View file @
dde2efb6
...
...
@@ -20,8 +20,8 @@
<
![
if
gte
IE
11
]
>
<script
src=
"3rdparty/libsignal-protocol.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<script
src=
"dist/converse.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.
min.
css"
/>
<script
src=
"dist/converse.
min.
js"
></script>
<
![
endif
]
>
</head>
...
...
sass/_roster.scss
View file @
dde2efb6
...
...
@@ -142,9 +142,6 @@
}
&
:hover
{
background-color
:
var
(
--
controlbox-head-color-lighten-45-percent
);
.remove-xmpp-contact
{
display
:
inline-block
;
}
}
}
}
...
...
src/templates/pending_contact.html
View file @
dde2efb6
{[ if (o.allow_chat_pending_contacts) { ]}
<a
class=
"open-chat w-100"
href=
"#"
>
{[ } ]}
<span
class=
"pending-contact-name w-100"
title=
"JID: {{{o.jid}}}"
>
{{{o.display_name}}}
</span>
{[ if (o.allow_chat_pending_contacts) { ]}
<a
class=
"list-item-link open-chat w-100"
href=
"#"
>
{[ } ]}
<span
class=
"pending-contact-name"
title=
"JID: {{{o.jid}}}"
>
{{{o.display_name}}}
</span>
{[ if (o.allow_chat_pending_contacts) { ]}
</a>
{[ } ]}
<a
class=
"remove-xmpp-contact far fa-trash-alt"
title=
"{{{o.desc_remove}}}"
href=
"#"
></a>
<a
class=
"
list-item-action
remove-xmpp-contact far fa-trash-alt"
title=
"{{{o.desc_remove}}}"
href=
"#"
></a>
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