mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
The Natural Born Twister. Mess-O-Rama Music Vol. 2: Songs About Templates, Followings, Confirms, Alerts, Blank Windows And Clicks
This commit is contained in:
parent
76a0d16836
commit
8c9c5f9293
133
css/style.css
133
css/style.css
@ -123,7 +123,7 @@ button:disabled:hover, button.disabled:hover {
|
||||
color: rgba(255, 255, 255, .8);
|
||||
}
|
||||
|
||||
button.follow, button.unfollow, .following-list button.private {
|
||||
button.follow, button.unfollow, .following-own-modal .following-list button.private {
|
||||
color: rgba( 0, 0, 0, .4 );
|
||||
background: none;
|
||||
border: solid 1px rgba( 0, 0, 0, .2 );
|
||||
@ -131,19 +131,19 @@ button.follow, button.unfollow, .following-list button.private {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.following-list .public-following {
|
||||
.following-own-modal .following-list .public-following {
|
||||
padding: 4px 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.following-list .public-following:hover {
|
||||
.following-own-modal .following-list .public-following:hover {
|
||||
color: rgba( 0, 0, 0, .4 );
|
||||
background: none;
|
||||
border: solid 1px rgba( 0, 0, 0, .2 );
|
||||
padding: 3px 15px;
|
||||
}
|
||||
|
||||
button.follow:hover, button.unfollow:hover, .following-list button.private:hover {
|
||||
button.follow:hover, button.unfollow:hover, .following-own-modal .following-list button.private:hover {
|
||||
color: #fff;
|
||||
background: #45474d;
|
||||
}
|
||||
@ -545,10 +545,7 @@ button.follow:hover, button.unfollow:hover, .following-list button.private:hover
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.following-list .mini-profile-name
|
||||
{
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.profile-data
|
||||
{
|
||||
|
||||
@ -584,58 +581,51 @@ button.follow:hover, button.unfollow:hover, .following-list button.private:hover
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
}
|
||||
.mini-profile-actions
|
||||
{
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
|
||||
.mini-profile-actions {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 8px;
|
||||
}
|
||||
.mini-profile-actions span
|
||||
{
|
||||
|
||||
.mini-profile-actions span {
|
||||
color: #e34f42;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
transition: all .2s linear;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
.mini-profile-actions ul
|
||||
{
|
||||
|
||||
.mini-profile-actions ul {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
right: 0;
|
||||
transition: height .2s linear;
|
||||
background: #fff;
|
||||
z-index: 3;
|
||||
}
|
||||
.mini-profile-actions:hover span
|
||||
{
|
||||
|
||||
.mini-profile-actions:hover ul {
|
||||
/*height: ;*/
|
||||
border: solid 1px rgba(69, 71, 77, .1);
|
||||
border-right: solid 4px rgba(227, 79, 66, .82);
|
||||
box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, .2);
|
||||
}
|
||||
.mini-profile-actions:hover span:after
|
||||
{
|
||||
}
|
||||
.mini-profile-actions:hover ul
|
||||
{
|
||||
height: 118px;
|
||||
box-shadow: 0 2px 5px #65686f;
|
||||
}
|
||||
.mini-profile-actions ul li
|
||||
{
|
||||
|
||||
.mini-profile-actions ul > li {
|
||||
white-space: nowrap;
|
||||
color: rgba( 0, 0, 0, .7 );
|
||||
font-size: 13px;
|
||||
color: rgba(0, 0, 0, .7);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
padding: 4px 16px 4px 8px;
|
||||
}
|
||||
.mini-profile-actions ul li + li
|
||||
{
|
||||
margin: 0 2px;
|
||||
}
|
||||
.mini-profile-actions:hover ul li:hover
|
||||
{
|
||||
background: rgba( 0, 0, 0, .7 );
|
||||
color: #fff;
|
||||
|
||||
.mini-profile-actions ul > li:hover {
|
||||
background-color: #FEFEDF;
|
||||
}
|
||||
|
||||
.mini-profile-info a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
@ -2199,68 +2189,55 @@ ol.toptrends-list {
|
||||
*********** FOLLOWING PAGE ***********
|
||||
**************************************/
|
||||
|
||||
.following .header-bold {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 0px auto 12px auto;
|
||||
.following-own-modal.modal-wrapper {
|
||||
width: 662px;
|
||||
margin-left: -331px;
|
||||
}
|
||||
|
||||
.following-list
|
||||
{
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.following ol.following-list > li{
|
||||
width: 425px;
|
||||
height: 160px;
|
||||
margin: 5px;
|
||||
padding: 8px;
|
||||
.following-own-modal .following-list > li {
|
||||
width: 320px;
|
||||
height: 120px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
float: left;
|
||||
border: solid 1px rgba( 69, 71, 77, .1 );
|
||||
border: solid 1px rgba(69, 71, 77, .1);
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.w1200 .following ol.following-list > li{
|
||||
width: 385px;
|
||||
.following-own-modal .following-list > li:hover {
|
||||
border: solid 1px rgba(227, 79, 66, .5);
|
||||
}
|
||||
|
||||
.following ol.following-list > li:hover{
|
||||
border: solid 1px rgba( 227, 79, 66, .5 );
|
||||
.following-own-modal .following-list .mini-profile-name {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.following-list .mini-screen-name {
|
||||
.following-own-modal .following-list .mini-screen-name {
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.following-list .following-config
|
||||
{
|
||||
.following-own-modal .following-list .following-config {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 64px;
|
||||
top: 62px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.following-list .following-config button
|
||||
{
|
||||
.following-own-modal .following-list .following-config button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.following-list .mini-profile-actions
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 8px;
|
||||
z-index: 10;
|
||||
.following-own-modal .following-list .mini-profile-actions:hover ul {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.following-list .swarm-status
|
||||
{
|
||||
.following-own-modal .following-list .swarm-status {
|
||||
font: 12px "Open Sans", sans-serif;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 120px;
|
||||
right: 8px;
|
||||
top: 94px;
|
||||
right: 32px;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
|
638
following.html
638
following.html
@ -1,638 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Following</title>
|
||||
<link id="stylecss" rel="stylesheet" href="css/style.css" type="text/css"/>
|
||||
<link id="profilecss" rel="stylesheet" href="css/profile.css" type="text/css"/>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/jQueryPlugins.js"></script>
|
||||
<script src="js/jquery.json-2.4.js"></script>
|
||||
<script src="js/jquery.jsonrpcclient.js"></script>
|
||||
<script src="js/jquery.storageapi.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
<script src="js/franc.js"></script>
|
||||
<script src="js/notify.js"></script>
|
||||
<script src="js/mobile_abstract.js"></script>
|
||||
<script src="js/twister_io.js"></script>
|
||||
<script src="js/polyglot.min.js"></script>
|
||||
<script src="js/interface_localization.js"></script>
|
||||
<script src="js/twister_network.js"></script>
|
||||
<script src="js/twister_user.js"></script>
|
||||
<script src="js/twister_formatpost.js"></script>
|
||||
<script src="js/twister_newmsgs.js"></script>
|
||||
<script src="js/twister_following.js"></script>
|
||||
<script src="js/twister_timeline.js"></script>
|
||||
<script src="js/twister_directmsg.js"></script>
|
||||
<script src="js/twister_actions.js"></script>
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script src="js/jquery.textcomplete.min.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- MENU SUPERIOR INIT -->
|
||||
<nav class="userMenu">
|
||||
<ul>
|
||||
<li class="userMenu-home"><a href="home.html"><span class="selectable_theme theme_original label">Home</span></a></li>
|
||||
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||
<li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>
|
||||
<li class="userMenu-config">
|
||||
<a class="userMenu-config-dropdown" href="#">
|
||||
<div class="config-menu dialog-modal">
|
||||
<div class="mini-profile-info selectable_theme theme_original">
|
||||
<div class="mini-profile-photo"><img src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/></div>
|
||||
<a href="#" class="mini-profile-name">Fulano da Silva</a>
|
||||
<span class="mini-profile-view">View</span>
|
||||
</div>
|
||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||
<a class="dropdown-menu-item" href="profile-edit.html">Setup account</a>
|
||||
<a class="dropdown-menu-item" href="following.html">Following users</a>
|
||||
<a class="dropdown-menu-item" href="network.html">Network config</a>
|
||||
<a class="dropdown-menu-item" href="login.html">Change user</a>
|
||||
<a class="dropdown-menu-item direct-messages selectable_theme theme_original theme_calm" href="#">Direct Messages</a>
|
||||
<a class="dropdown-menu-item groupmessages selectable_theme theme_original theme_calm" href="#">Group Messages</a>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="userMenu-connections">
|
||||
<a href="#">
|
||||
<span class="messages-qtd" style="display:none;">0</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="userMenu-messages">
|
||||
<a href="#">
|
||||
<span class="messages-qtd" style="display:none;">0</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="userMenu-groupmessages">
|
||||
<a href="#">
|
||||
<span class="messages-qtd" style="display:none;">0</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="userMenu-dhtindicator selectable_theme theme_calm"><a href="network.html"></a></li>
|
||||
|
||||
<!-- BUSCA -->
|
||||
<li class="userMenu-search">
|
||||
<input type="text" class="userMenu-search-field" placeholder="search"/>
|
||||
<div class="search-results dialog-modal">
|
||||
<ul class="userMenu-search-sugestions" style="display: none;">
|
||||
<li><a href="#">Fulano</a></li>
|
||||
<li><a href="#">Outro Fulano</a></li>
|
||||
<li><a href="#">Mais outro</a></li>
|
||||
</ul>
|
||||
<ul class="userMenu-search-profiles"></ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- MENU SUPERIOR END -->
|
||||
|
||||
<div class="wrapper">
|
||||
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
||||
<div class="dashboard left">
|
||||
<!-- THEME NIN added sub-menu (mentions, messages and edit profile) -->
|
||||
<ul class="mini-profile-indicators selectable_theme theme_nin">
|
||||
<li class="userMenu-connections">
|
||||
<a href="#" title="Mentions"><span class="messages-qtd" style="display:none;">0</span><span>Mentions</span></a>
|
||||
</li>
|
||||
<li class="userMenu-groupmessages">
|
||||
<a href="#" title="Group Messages"><span class="messages-qtd" style="display:none;">0</span><span>Group Messages</span></a>
|
||||
</li>
|
||||
<li class="userMenu-messages">
|
||||
<a href="#" title="Direct Messages"><span class="messages-qtd" style="display:none;">0</span><span>Messages</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- PROFILE MODULE INIT -->
|
||||
<div class="module mini-profile selectable_theme theme_nin">
|
||||
<div class="mini-profile-info">
|
||||
<div class="mini-profile-photo"><img src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/></div>
|
||||
<a href="#" class="mini-profile-name open-profile-modal"></a>
|
||||
<span class="mini-profile-view">View</span>
|
||||
</div>
|
||||
<ul class="module profile-data">
|
||||
<li><a href="#" class="open-profile-modal"><span class="posts-count"> </span><span class="label">Posts</span></a></li>
|
||||
<li class="current"><a href="following.html" class="open-following-page"><span class="following-count"> </span><span class="label">Following</span></a></li>
|
||||
<li><a href="#" class="open-followers"><span class="followers-count"> </span><span class="label">Followers</span> *</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- PROFILE MODULE INIT -->
|
||||
</div>
|
||||
|
||||
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
|
||||
<div class="following">
|
||||
<h2 class="header-bold"> Following </h2>
|
||||
|
||||
<div class="postboard-loading" style="display: none;">
|
||||
<div></div>
|
||||
</div>
|
||||
|
||||
<ol class="following-list">
|
||||
<li id="following-user-template" style="display: none;">
|
||||
<div class="mini-profile-info" data-screen-name="">
|
||||
<a href="#" class="open-profile-modal">
|
||||
<img class="mini-profile-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="mini-profile-name">Fulano da Silva</span>
|
||||
<span class="mini-screen-name">@
|
||||
<b class="following-screen-name"></b>
|
||||
</span>
|
||||
</a>
|
||||
<div>
|
||||
<div class="mini-profile-actions">
|
||||
<span>Actions ▼</span>
|
||||
<ul>
|
||||
<li class="direct-messages-with-user">Sent Direct Message</li>
|
||||
<li>Sent Post to @
|
||||
<b class="following-screen-name"></b>
|
||||
</li>
|
||||
<li class="mentions-from-user">Display mentions to @
|
||||
<b class="following-screen-name"></b>
|
||||
</li>
|
||||
<li>Display retransmissions</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="following-config">
|
||||
<button class="follow">Follow</button>
|
||||
<button class="public-following">Public</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<span class="swarm-status" style="display: none;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<div class="not-following-any" style="display:none;">
|
||||
<div> Not following any users! </div>
|
||||
<div> Search some users in the right-upper search box and follow them. </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- LADO ESQUERDO DE MÓDULOS END -->
|
||||
</div>
|
||||
|
||||
<ul id="modals-minimized"></ul>
|
||||
|
||||
<!-- TEMPLATES INIT -->
|
||||
<div id="templates" style="display:none;">
|
||||
<div id="search-profile-template">
|
||||
<li>
|
||||
<div class="mini-profile-info">
|
||||
<a class="open-profile-modal">
|
||||
<img class="mini-profile-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo" />
|
||||
<span class="mini-screen-name">@<b></b></span>
|
||||
<span class="mini-profile-name"></span>
|
||||
</a>
|
||||
<button class="follow">Follow</button>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<!-- TEMPLATE DE WHO-TO-FOLLOW SUGGESTION -->
|
||||
<li id="follow-suggestion-template" class="twister-user">
|
||||
<div class="">
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="twister-user-info" data-screen-name="">
|
||||
<a href="#" class="twister-user-name open-profile-modal">
|
||||
<span class="twister-user-tag"></span>
|
||||
</a>
|
||||
<div class="followers">
|
||||
<span class="label">Followed by</span>
|
||||
<span class="followed-by"></span>
|
||||
</div>
|
||||
<a class="twister-user-remove">×</a>
|
||||
<button class="follow">Follow</button>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<!-- TEMPLATE DA OL INVÓLUCRO DAS LIST ELEMENTS DO POST EXPANDIDO INIT -->
|
||||
<ol class="expanded-post">
|
||||
</ol>
|
||||
<!-- TEMPLATE DA OL INVÓLUCRO DAS LIST ELEMENTS DO POST EXPANDIDO END -->
|
||||
|
||||
<!-- TEMPLATE DOS 3 TIPOS DE LI DO POST EXPANDIDO INIT -->
|
||||
<li class="ancestor module post">
|
||||
</li>
|
||||
|
||||
<div id="post-preview-template">
|
||||
<div id="post-preview" class="post-text">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<li id="post-template" class="module post" data-time="">
|
||||
<div class="post-data" data-userpost="" data-content_to_rt="" data-content_to_sigrt=""
|
||||
data-screen-name="" data-id="" data-text="" data-text-mentions="">
|
||||
<div class="post-photo"><img class="avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/></div>
|
||||
<div class="post-info">
|
||||
<a href="#" class="post-info-name open-profile-modal"></a>
|
||||
<span class="post-info-tag"></span>
|
||||
<a class="post-info-time"><span class="post-info-sent"></span> <span></span></a>
|
||||
</div>
|
||||
<p class="post-text"></p>
|
||||
<div class="post-context" style="display: none;"></div>
|
||||
<span class="post-expand">Expand</span>
|
||||
<!-- elementos de interação com o post que são exibidos no hover -->
|
||||
<div class="post-interactions">
|
||||
<span class="post-reply">Reply</span>
|
||||
<span class="post-propagate">Retransmit</span>
|
||||
<!--span class="post-favorite">Favorite</span-->
|
||||
</div>
|
||||
<div class="expanded-content" style="display: none;">
|
||||
<ul class="post-stats" style="display: none;">
|
||||
<li class="stat-count">
|
||||
<span class="stat-count-value"></span>
|
||||
<span>Retransmits</span>
|
||||
</li>
|
||||
<li class="avatar-row">
|
||||
<!-- use "avatar-row-template" here -->
|
||||
</li>
|
||||
</ul>
|
||||
<div class="preview-container">
|
||||
</div>
|
||||
<div class="post-reply-content" style="display: block;">
|
||||
<form class="post-area-new">
|
||||
<textarea placeholder="Reply..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
<button class="post-submit disabled" disabled="disabled">post</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<span class="show-more label">Show more in this conversation...</span>
|
||||
</div> <!-- expanded-content -->
|
||||
</div> <!-- post-data -->
|
||||
</li> <!-- post-template -->
|
||||
|
||||
<div id="post-rt-reference-template">
|
||||
<div class="post-rt-reference">
|
||||
<div class="post-photo"><img class="avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo" /></div>
|
||||
<div class="post-info">
|
||||
<a href="#" class="post-info-name open-profile-modal"></a>
|
||||
<span class="post-info-tag"></span>
|
||||
<a class="post-info-time"><span></span></a>
|
||||
</div>
|
||||
<p class="post-text"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="post-rt-by-template">
|
||||
<i class="post-rt-icon"></i>
|
||||
<div class="post-rt-sign">
|
||||
<span class="prep">twisted again by</span><a class="open-profile-modal"></a>
|
||||
</div>
|
||||
<div class="post-rt-time">
|
||||
<span class="prep">at</span><span class="time"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- template for user links in message (open profile modal) -->
|
||||
<a id="msg-user-link-template" class="open-profile-modal"></a>
|
||||
<!-- template for user links in message (open profile modal) -->
|
||||
<a id="external-page-link-template" rel="nofollow" target="_blank"></a>
|
||||
<!-- template for user links in message (open profile modal) -->
|
||||
<a id="hashtag-link-template" class="open-hashtag-modal"></a>
|
||||
|
||||
<!-- template para ir dentro de avatar-row -->
|
||||
<a id="avatar-row-template" class="open-profile-modal" href="">
|
||||
<img class="size24" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="user-name-tooltip"></span>
|
||||
</a>
|
||||
<li class="descendant module post">
|
||||
</li>
|
||||
|
||||
<div class="modal-wrapper">
|
||||
<div class="modal-header">
|
||||
<h3></h3>
|
||||
<span class="minimize-modal"><b>_</b></span>
|
||||
<span id="closeModal" class="modal-close">×</span>
|
||||
<span class="modal-back"><</span>
|
||||
<span class="mark-all-as-read"></span>
|
||||
</div>
|
||||
<div class="modal-content"></div>
|
||||
<div class="modal-blackout"></div>
|
||||
</div>
|
||||
|
||||
<div class="prompt-wrapper">
|
||||
<div class="modal-header">
|
||||
<h3></h3>
|
||||
<span class="modal-close prompt-close">×</span>
|
||||
</div>
|
||||
<div class="modal-content"></div>
|
||||
</div>
|
||||
|
||||
<div id="confirm-popup-template">
|
||||
<div class="message"></div>
|
||||
<div class="modal-buttons">
|
||||
<button class="confirm"></button>
|
||||
<button class="cancel"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="reTwist-modal-template">
|
||||
<div class="post-area">
|
||||
<form class="post-area-new open">
|
||||
<textarea placeholder="New Post..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
<button class="post-submit disabled" disabled="disabled">post</button>
|
||||
</div>
|
||||
<div class="modal-buttons">
|
||||
<span class="switch-mode">Switch to Reply</span>
|
||||
<button class="modal-propagate">Retransmit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="reply-modal-template">
|
||||
<div class="post-area">
|
||||
<form class="post-area-new open">
|
||||
<textarea placeholder="New Post..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="switch-mode">Switch to Retransmit</span>
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
<button class="post-submit disabled" disabled="disabled">post</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- MODAL DE DIRECT MESSAGES INIT -->
|
||||
<!-- Este modal possui dois templates, o primeiro da lista de pessoas que enviaram mensagens e o segundo
|
||||
com a thread de mensagens individual -->
|
||||
<div class="direct-messages-template">
|
||||
<ol class="direct-messages-list">
|
||||
<!-- use "dm-snippet-template here -->
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<li id="dm-snippet-template" class="module post message">
|
||||
<div class="post-photo"><img src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/></div>
|
||||
<div class="post-info">
|
||||
<a href="#" class="post-info-name open-profile-modal"></a>
|
||||
<span class="post-info-tag">@</span>
|
||||
<a href="#" class="post-info-time" title=""><span></span></a>
|
||||
</div>
|
||||
<!-- o texto do post (restrição de caracteres?) -->
|
||||
<p class="post-text"></p>
|
||||
<div class="messages-qtd">0</div>
|
||||
</li>
|
||||
|
||||
<div class="messages-thread-template">
|
||||
<ol class="direct-messages-thread">
|
||||
<!-- use "dm-chat-template" here -->
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- cada li é uma mensagem -->
|
||||
<li id="dm-chat-template" class="module post message">
|
||||
<div class="post-photo"><img src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/></div>
|
||||
<div class="post-info">
|
||||
<a class="post-info-name open-profile-modal"></a>
|
||||
<a class="post-info-time"><span class="post-info-sent"></span> <span></span></a>
|
||||
</div>
|
||||
<p class="post-text"></p>
|
||||
</li>
|
||||
|
||||
<div class="dm-form-template">
|
||||
<form class="post-area-new open">
|
||||
<textarea placeholder="New direct message..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
<button title="Direct messages are encrypted, only you and receiver can read them" style="margin-right:7.5%;" class="dm-submit disabled" disabled="disabled">send</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- MODAL DE DIRECT MESSAGES INIT -->
|
||||
|
||||
<div id="group-messages-profile-modal-control-template">
|
||||
<div class="group-messages-control b-buttons">
|
||||
<button class="new">New group</button>
|
||||
<button class="join">Join group</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="group-messages-messages-modal-control-template">
|
||||
<div class="group-messages-control b-buttons">
|
||||
<button class="profile">Profile</button>
|
||||
<button class="invite">Invite peers</button>
|
||||
<button class="leave">Leave group</button>
|
||||
<div class="invite-form">
|
||||
<textarea placeholder="@peer1 @peer2 …"></textarea><button disabled="disabled">Invite</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="group-profile-modal-template">
|
||||
<div class="profile-card" data-screen-name="">
|
||||
<div class="profile-card-main">
|
||||
<div class="profile-bio">
|
||||
<input class="group-description"></input>
|
||||
<button class="save a-button" disabled="disabled">Save</button>
|
||||
<button class="cancel a-button">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-card-buttons group-messages-control b-buttons">
|
||||
<button class="direct-messages-with-user" disabled="disabled">Messages</button>
|
||||
<button class="invite" disabled="disabled">Invite peers</button>
|
||||
<button class="show-secret-key" disabled="disabled">Secret Key</button>
|
||||
<button class="leave" disabled="disabled">Leave group</button>
|
||||
<div class="invite-form">
|
||||
<textarea placeholder="@peer1 @peer2 …"></textarea><button disabled="disabled">Invite</button>
|
||||
</div>
|
||||
<div class="secret-key"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="members"></div>
|
||||
</div>
|
||||
|
||||
<div id="group-profile-member-template">
|
||||
<div class="twister-user">
|
||||
<div>
|
||||
<a class="twister-user-name open-profile-modal">
|
||||
<img class="twister-user-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="twister-user-info" data-screen-name="">
|
||||
<a class="twister-user-name open-profile-modal">
|
||||
<span class="twister-user-full"></span>
|
||||
<span class="twister-user-tag"></span>
|
||||
</a>
|
||||
<div class="bio"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="group-messages-new-group-template">
|
||||
<div class="module">
|
||||
<div>
|
||||
<p class="label">Group description</p>
|
||||
<textarea class="description" placeholder="Describe group"></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<p class="label">Peers to invite</p>
|
||||
<textarea class="invite" placeholder="Invite somebody"></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<button class="create" disabled="disabled">Create</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="group-messages-join-group-template">
|
||||
<div class="module">
|
||||
<div>
|
||||
<p class="label">Select group(s)</p>
|
||||
<ul class="groups-list"></ul>
|
||||
</div>
|
||||
<div>
|
||||
<button class="join" disabled="disabled">Join</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="module">
|
||||
<div>
|
||||
<p class="label">Import secret key</p>
|
||||
<input class="secret-key-import" type="textbox" placeholder="52-characters secret" size="52" rows="1"></input>
|
||||
</div>
|
||||
<div>
|
||||
<p class="label">With group alias</p>
|
||||
<input class="username-import" type="textbox" placeholder="Type group alias here" size="16" rows="1"></input>
|
||||
</div>
|
||||
<div>
|
||||
<button class="import-secret-key" disabled="disabled">Import key</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="groups-list-item-template">
|
||||
<li>
|
||||
<input type="checkbox" /> <a class="twister-user-name open-profile-modal"></a> // <span class="description"></span>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<!-- MODAL DE PROFILE -->
|
||||
<div id="profile-modal-template">
|
||||
<!-- ÁREA DE PROFILE PHOTO INIT -->
|
||||
<div class="profile-card" data-screen-name="">
|
||||
<!-- Coloquei a imagem de fundo do card do usuário como background da div
|
||||
abaixo inline na tag para poder ser alterada dinamicamente
|
||||
style="background: url(img/imgBack.png) no-repeat center center;"-->
|
||||
<div class="profile-card-main">
|
||||
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
|
||||
<h1 class="profile-name"></h1>
|
||||
<h2 class="profile-screen-name">@<b></b></h2>
|
||||
<div>
|
||||
<span class="profile-location"></span>
|
||||
<a class="profile-url" rel="nofollow" target="_blank"></a>
|
||||
</div>
|
||||
<div class="profile-bio"></div>
|
||||
<div id="msngrswr">
|
||||
<div id="toxbtnwr" class="profile-extra-contact">
|
||||
<a class="profile-tox"><span class="selectable_theme theme_nin">TOX</span></a><a class="tox-ctc"></a>
|
||||
</div>
|
||||
<div id="bmbtnwr" class="profile-extra-contact">
|
||||
<a class="profile-bitmessage"><span class="selectable_theme theme_nin">BM</span></a><a class="bitmessage-ctc"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="twister-user-info">
|
||||
<div class="clearfix">
|
||||
<ul class="module profile-data">
|
||||
<li><a href="#"><span class="posts-count"> </span><span class="label">Posts</span></a></li>
|
||||
<li><a href="#" class="open-following-modal"><span class="following-count"> </span><span class="label">Following</span></a></li>
|
||||
<li><a href="#"><span class="followers-count"> </span><span class="label">Followers</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="profile-card-buttons b-buttons">
|
||||
<button class="follow" href="#">Follow</button>
|
||||
<button class="direct-messages-with-user" href="#">Direct Messages</button>
|
||||
<button class="mentions-from-user" href="#">Mentions</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="who-follow"></div>
|
||||
</div>
|
||||
<!-- ÁREA DE POSTS END -->
|
||||
|
||||
<!-- ÁREA DE POSTS INIT -->
|
||||
<div class="postboard">
|
||||
<h2>
|
||||
<span>Posts</span>
|
||||
<!-- o botão de novas postagens deve ser ocultado quando o usuário clicá-lo via javascript -->
|
||||
<button class="postboard-news" style="display:none;"></button>
|
||||
</h2>
|
||||
|
||||
<ol id="profile-posts" class="postboard-posts">
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
<!-- ÁREA DE POSTS END -->
|
||||
</div>
|
||||
<!-- MODAL DE PROFILE END -->
|
||||
|
||||
<!-- MODAL DE HASHTAGS -->
|
||||
<div id="hashtag-modal-template">
|
||||
<!-- ÁREA DE POSTS INIT -->
|
||||
<div class="postboard">
|
||||
<h2>
|
||||
Posts
|
||||
<!-- o botão de novas postagens deve ser ocultado quando o usuário clicá-lo via javascript -->
|
||||
<button class="postboard-news" style="display:none;"></button>
|
||||
</h2>
|
||||
<ol id="profile-posts" class="postboard-posts">
|
||||
</ol>
|
||||
</div>
|
||||
<!-- ÁREA DE POSTS END -->
|
||||
</div>
|
||||
<!-- MODAL DE HASHTAGS END -->
|
||||
|
||||
<!-- MODAL DE FOLLOWING -->
|
||||
<div id="following-modal-template">
|
||||
<!-- ÁREA DE PROFILE PHOTO INIT -->
|
||||
<h2>All users publicly followed by <span class="following-screen-name">@<b></b></span></h2>
|
||||
<!-- ÁREA DE PROFILE END -->
|
||||
|
||||
<!-- ÁREA DE FOLLOWING INIT -->
|
||||
<ol class="">
|
||||
<li id="following-by-user-template" style="display: none;">
|
||||
<div class="mini-following-info" data-screen-name="">
|
||||
<a href="#" class="open-profile-modal">
|
||||
<img class="mini-profile-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="mini-following-name">Fulano da Silva</span>
|
||||
<span class="mini-screen-name">@
|
||||
<b class="following-screen-name"></b>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
<!-- ÁREA DE FOLLOWERS END -->
|
||||
</div>
|
||||
<!-- MODAL DE FOLLOWING END -->
|
||||
|
||||
<!-- MODAL OF FOLLOWING CONFIG -->
|
||||
<div id="following-config-modal-template">
|
||||
<!-- ÁREA OF FOLLOWING METHOD -->
|
||||
<div class="following-config-modal-content" data-screen-name="">
|
||||
<h2><span class="following-config-method-message">Which way do you want to follow</span> <span class="following-screen-name">@<b></b></span>:</h2>
|
||||
<div class="following-config-method-buttons">
|
||||
<button class="public-following">Public</button>
|
||||
<button class="public-following private">Private</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ÁREA OF FOLLOWING METHOD END -->
|
||||
</div>
|
||||
<!-- MODAL OF FOLLOWING CONFIG END -->
|
||||
</div>
|
||||
<!-- TEMPLATES END -->
|
||||
|
||||
<audio id="player"></audio>
|
||||
<audio id="playerSec"></audio>
|
||||
</body>
|
||||
</html>
|
54
home.html
54
home.html
@ -52,7 +52,7 @@
|
||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||
<a class="dropdown-menu-item" href="network.html">Network config</a>
|
||||
<a class="dropdown-menu-item" href="profile-edit.html">Setup account</a>
|
||||
<a class="dropdown-menu-item dropdown-menu-following" href="following.html">Following users</a>
|
||||
<a class="dropdown-menu-item dropdown-menu-following" href="#following">Following users</a>
|
||||
<a class="dropdown-menu-item" href="login.html">Change user</a>
|
||||
<a class="dropdown-menu-item promoted-posts-only selectable_theme theme_original theme_calm" href="#">Switch to Promoted posts</a>
|
||||
<a class="dropdown-menu-item direct-messages selectable_theme theme_original theme_calm" href="#">Direct Messages</a>
|
||||
@ -117,7 +117,7 @@
|
||||
</div>
|
||||
<ul class="module profile-data">
|
||||
<li><a href="#" class="open-profile-modal"><span class="posts-count"> </span><span class="label">Posts</span></a></li>
|
||||
<li><a href="following.html" class="open-following-page"><span class="following-count"> </span><span class="label">Following</span></a></li>
|
||||
<li><a href="#following" class="open-following-page"><span class="following-count"> </span><span class="label">Following</span></a></li>
|
||||
<li><a href="#" class="open-followers"><span class="followers-count"> </span><span class="label">Followers</span> *</a></li>
|
||||
</ul>
|
||||
|
||||
@ -357,7 +357,7 @@
|
||||
</div> <!-- post-data -->
|
||||
</li> <!-- post-template -->
|
||||
|
||||
<div id="post-rt-reference-template">
|
||||
<div id="template-post-rt-reference">
|
||||
<div class="post-rt-reference">
|
||||
<div class="post-photo"><img class="avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo" /></div>
|
||||
<div class="post-info">
|
||||
@ -369,7 +369,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="post-rt-by-template">
|
||||
<div id="template-post-rt-by">
|
||||
<i class="post-rt-icon"></i>
|
||||
<div class="post-rt-sign">
|
||||
<span class="prep">twisted again by</span><a class="open-profile-modal"></a>
|
||||
@ -684,6 +684,44 @@
|
||||
</div>
|
||||
<!-- MODAL DE HASHTAGS END -->
|
||||
|
||||
<div id="template-following-list">
|
||||
<ol class="following-list">
|
||||
<div class="loading-roller">
|
||||
<div></div>
|
||||
</div>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div id="template-following-user">
|
||||
<li>
|
||||
<div class="mini-profile-info">
|
||||
<a href="#" class="open-profile-modal">
|
||||
<img class="mini-profile-photo" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="mini-profile-name">Fulano da Silva</span>
|
||||
<span class="mini-screen-name">@<b class="following-screen-name"></b></span>
|
||||
</a>
|
||||
<div>
|
||||
<div class="mini-profile-actions">
|
||||
<span>Actions ▼</span>
|
||||
<ul>
|
||||
<li class="direct-messages-with-user">Send direct message</li>
|
||||
<!-- TODO <li>Send post</li>-->
|
||||
<li class="mentions-from-user">Display mentions</li>
|
||||
<!-- WTF <li>Display retransmissions</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="following-config">
|
||||
<button class="follow">Follow</button>
|
||||
<button class="public-following">Public</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<span class="swarm-status" style="display: none;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
<!-- MODAL DE FOLLOWING -->
|
||||
<div id="following-modal-template">
|
||||
<!-- ÁREA DE PROFILE PHOTO INIT -->
|
||||
@ -708,19 +746,15 @@
|
||||
</div>
|
||||
<!-- MODAL DE FOLLOWING END -->
|
||||
|
||||
<!-- MODAL OF FOLLOWING CONFIG -->
|
||||
<div id="following-config-modal-template">
|
||||
<!-- ÁREA OF FOLLOWING METHOD -->
|
||||
<div class="following-config-modal-content" data-screen-name="">
|
||||
<h2><span class="following-config-method-message">Which way do you want to follow</span> <span class="following-screen-name">@<b></b></span>:</h2>
|
||||
<div class="following-config-modal-content">
|
||||
<span class="following-config-method-message">Which way do you want to follow @</span>
|
||||
<div class="following-config-method-buttons">
|
||||
<button class="public-following">Public</button>
|
||||
<button class="public-following private">Private</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ÁREA OF FOLLOWING METHOD END -->
|
||||
</div>
|
||||
<!-- MODAL OF FOLLOWING CONFIG END -->
|
||||
</div>
|
||||
<!-- TEMPLATES END -->
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -100,22 +100,6 @@ var InterfaceFunctions = function() {
|
||||
args.cbFunc(args.cbArg);
|
||||
}, {cbFunc:cbFunc, cbArg:cbArg});
|
||||
|
||||
$(window)
|
||||
.on('eventFollow', function(e, user) {
|
||||
$('.mini-profile .following-count').text(followingUsers.length - 1);
|
||||
setTimeout(requestTimelineUpdate, 1000, 'latest', postsPerRefresh, [user], promotedPostsOnly);
|
||||
})
|
||||
.on('eventUnfollow', function(e, user) {
|
||||
$('.mini-profile .following-count').text(followingUsers.length - 1);
|
||||
$('.wrapper .postboard .post').each( function() {
|
||||
var elem = $(this);
|
||||
if ((elem.find('[data-screen-name="' + user + '"]').length
|
||||
&& !elem.find(".post-rt-by .open-profile-modal").text())
|
||||
|| elem.find(".post-rt-by .open-profile-modal").text() === '@' + user)
|
||||
elem.remove();
|
||||
});
|
||||
});
|
||||
|
||||
if ($.Options.WhoToFollow.val === 'enable')
|
||||
initWhoToFollow();
|
||||
else
|
||||
|
@ -53,6 +53,7 @@ if(preferredLanguage == "en"){
|
||||
"If you stay in this page your actions may not work.\n" +
|
||||
"Do you want to check [Network Status page](%{page}) instead?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Change user",
|
||||
"Checking...": "Checking...", // checking if username is available
|
||||
"Collapse": "Collapse", // smaller view of a post
|
||||
@ -68,7 +69,7 @@ if(preferredLanguage == "en"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "Disable",
|
||||
"Display mentions to @": "Display mentions to @",
|
||||
"display_mentions": "Display mentions",
|
||||
"Display retransmissions": "Display retransmissions",
|
||||
"DNS to obtain list of peers:": "DNS to obtain list of peers:",
|
||||
"downloading_block_chain": "Downloading block chain, please wait before continuing (block chain is %{days} days old).",
|
||||
@ -84,7 +85,7 @@ if(preferredLanguage == "en"){
|
||||
"File APIs not supported in this browser.": "File APIs not supported in this browser.",
|
||||
"Follow": "Follow",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Followed by",
|
||||
"followed_by": "Followed by %{username}",
|
||||
"Followers": "Followers",
|
||||
@ -126,6 +127,7 @@ if(preferredLanguage == "en"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nobody", // used to promote a post without attaching the user
|
||||
"Not available": "Not available", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -159,7 +161,7 @@ if(preferredLanguage == "en"){
|
||||
"seconds": "%{smart_count} second |||| %{smart_count} seconds",
|
||||
"send": "send",
|
||||
"Send post with username": "Send post with username ",
|
||||
"Sent Direct Message": "Sent Direct Message",
|
||||
"send_DM": "Send direct message",
|
||||
"Sent Post to @": "Sent Post to @",
|
||||
"Setup account": "Setup account",
|
||||
"The File APIs are not fully supported in this browser.": "The File APIs are not fully supported in this browser.",
|
||||
@ -374,6 +376,7 @@ if(preferredLanguage == "es"){
|
||||
"Si te quedas en esta página tus acciones pueden no funcionar.\n" +
|
||||
"¿Quieres comprobar la [página de estado de la red](%{page}) en su lugar?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Cambiar de usuario",
|
||||
"Checking...": "Comprobando ...", // checking if username is available
|
||||
"Collapse": "Colapsar", // smaller view of a post
|
||||
@ -389,7 +392,7 @@ if(preferredLanguage == "es"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Mensajes directos con %{username}",
|
||||
"Disable": "Inhabilitar",
|
||||
"Display mentions to @": "Visualización de menciones a @",
|
||||
"display_mentions": "Visualización de menciones",
|
||||
"Display retransmissions": "Visualización de retransmisiones",
|
||||
"DNS to obtain list of peers:": "DNS para obtener la lista de los pares:",
|
||||
"downloading_block_chain": "Descarga de la cadena de bloques, por favor espere antes de continuar (la cadena de bloques esta %{days} días).",
|
||||
@ -405,7 +408,7 @@ if(preferredLanguage == "es"){
|
||||
"File APIs not supported in this browser.": "Los archivos API no compatibles con este navegador",
|
||||
"Follow": "Seguir",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Seguido por",
|
||||
"followed_by": "Seguido por %{username}",
|
||||
"Followers": "Seguidores",
|
||||
@ -447,6 +450,7 @@ if(preferredLanguage == "es"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "Nadie", // used to promote a post without attaching the user
|
||||
"Not available": "No disponible", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -480,7 +484,7 @@ if(preferredLanguage == "es"){
|
||||
"seconds": "%{smart_count} segundo |||| %{smart_count} segundos",
|
||||
"send": "send",
|
||||
"Send post with username": "Enviar post con nombre de usuario ",
|
||||
"Sent Direct Message": "Mensaje directo",
|
||||
"send_DM": "Mensaje directo",
|
||||
"Sent Post to @": "El Post enviado a @",
|
||||
"Setup account": "Configuración de la cuenta",
|
||||
"The File APIs are not fully supported in this browser.": "Las API de archivos no son totalmente compatibles con este navegador.",
|
||||
@ -679,6 +683,7 @@ if(preferredLanguage == "uk"){
|
||||
"Якщо ви залишитесь на цій сторінці ваші дії можуть не спрацювати.\n" +
|
||||
"Чи бажаєте ви перевірити [сторінку зі статусом мережі](%{page})?",
|
||||
"confirm_terminate_daemon": "Ви впевнені, що бажаєте завершити роботу?\nКлієнт Twister буде зупинено допоки ви не запустите його знову.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Змінити користувача",
|
||||
"Checking...": "Перевірка...", // checking if username is available
|
||||
"Collapse": "Згорнути", // smaller view of a post
|
||||
@ -694,7 +699,7 @@ if(preferredLanguage == "uk"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "Вимкнено",
|
||||
"Display mentions to @": "Показати сповіщення @",
|
||||
"display_mentions": "Показати сповіщення",
|
||||
"Display retransmissions": "Показати пересилання",
|
||||
"DNS to obtain list of peers:": "DNS для отримання пірів:",
|
||||
"dns address": "адреса DNS",
|
||||
@ -711,7 +716,7 @@ if(preferredLanguage == "uk"){
|
||||
"File APIs not supported in this browser.": "File APIs не підтримуєтся цим браузером.",
|
||||
"Follow": "Читати",
|
||||
"Following config": "Налаштування читання",
|
||||
"Which way do you want to follow": "У який спосіб ви бажаєте читати",
|
||||
"select_way_to_follow_@": "У який спосіб ви бажаєте читати @%{alias}",
|
||||
"Followed by": "читає",
|
||||
"followed_by": "%{username} читає",
|
||||
"Followers": "Читачі",
|
||||
@ -753,6 +758,7 @@ if(preferredLanguage == "uk"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "анонім", // used to promote a post without attaching the user
|
||||
"Not available": "Не доступне", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister не може створити сповіщення: невідома помилка.",
|
||||
"notify_desktop_perm_denied": "Twister не може створити сповіщення на робочому столі: доступ обмежено.\n\nЯкщо ви бажаєте отримувати сповіщення, дозвольте їх виконання в налаштуваннях браузера для %{this_domain}.",
|
||||
"notify_desktop_test": "Є дещо новеньке у стрічці.",
|
||||
@ -786,7 +792,7 @@ if(preferredLanguage == "uk"){
|
||||
"seconds": "%{smart_count} секунда |||| %{smart_count} секунд",
|
||||
"send": "відіслати",
|
||||
"Send post with username": "Надіслати повідомлення від",
|
||||
"Sent Direct Message": "Надіслати особисте повідомлення",
|
||||
"send_DM": "Надіслати особисте повідомлення",
|
||||
"Sent Post to @": "Надіслати твіст @",
|
||||
"Setup account": "Обліковий запис",
|
||||
"The File APIs are not fully supported in this browser.": "File APIs не повністю підтримується браузером.",
|
||||
@ -983,6 +989,7 @@ if(preferredLanguage == "zh-CN"){
|
||||
"如果你留在此页面你的操作将不会生效。\n" +
|
||||
"你要跳转到[网络状态页](%{page})吗?",
|
||||
"confirm_terminate_daemon": "你确定要退出后台进程?\nTwister 客户端将停止工作。",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "切换用户",
|
||||
"Checking...": "检查中...", // checking if username is available
|
||||
"Collapse": "折叠", // smaller view of a post
|
||||
@ -998,7 +1005,7 @@ if(preferredLanguage == "zh-CN"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "关闭",
|
||||
"Display mentions to @": "显示@",
|
||||
"display_mentions": "显示",
|
||||
"Display retransmissions": "显示转发",
|
||||
"DNS to obtain list of peers:": "用DNS获取节点列表:",
|
||||
"downloading_block_chain": "区块链下载中,请等待下载完成(区块链仍落后 %{days} 天)。",
|
||||
@ -1014,7 +1021,7 @@ if(preferredLanguage == "zh-CN"){
|
||||
"File APIs not supported in this browser.": "这个浏览器不支持 File API。",
|
||||
"Follow": "关注",
|
||||
"Following config": "关注配置",
|
||||
"Which way do you want to follow": "你想以哪种方式关注",
|
||||
"select_way_to_follow_@": "你想以哪种方式关注 @%{alias}",
|
||||
"Followed by": "关注者",
|
||||
"followed_by": "被 %{username} 关注",
|
||||
"Followers": "粉丝",
|
||||
@ -1056,6 +1063,7 @@ if(preferredLanguage == "zh-CN"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "无名", // used to promote a post without attaching the user
|
||||
"Not available": "用户名不可用", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister 无法发出桌面提醒:发生未知错误。",
|
||||
"notify_desktop_perm_denied": "Twister 无法发出桌面提醒:权限被拒绝。\n\n如果你想收到提醒,请在你的浏览器设置中允许 %{this_domain} 发出提醒。",
|
||||
"notify_desktop_test": "我们都在用 Twister。\n欢迎你的加入。",
|
||||
@ -1089,7 +1097,7 @@ if(preferredLanguage == "zh-CN"){
|
||||
"seconds": "%{smart_count} 秒",
|
||||
"send": "发送",
|
||||
"Send post with username": "发送推文的用户名",
|
||||
"Sent Direct Message": "发送私信",
|
||||
"send_DM": "发送私信",
|
||||
"Sent Post to @": "发送推文 @",
|
||||
"Setup account": "设置账号",
|
||||
"The File APIs are not fully supported in this browser.": "这个浏览器不能完全支持 File API。",
|
||||
@ -1304,6 +1312,7 @@ if(preferredLanguage == "nl"){
|
||||
"If you stay in this page your actions may not work.\n" +
|
||||
"Do you want to check [Network Status page](%{page}) instead?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Gebruiker wijzigen",
|
||||
"Checking...": "Controleren...", // checking if username is available
|
||||
"Collapse": "Uitklappen", // smaller view of a post
|
||||
@ -1319,7 +1328,7 @@ if(preferredLanguage == "nl"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "Uitschakelen",
|
||||
"Display mentions to @": "Toon vermeldingen voor @",
|
||||
"display_mentions": "Toon vermeldingen",
|
||||
"Display retransmissions": "Toon retransmissions",
|
||||
"DNS to obtain list of peers:": "DNS om peers lijst op te halen:",
|
||||
"downloading_block_chain": "Bezig met downloaden block chain, wacht a.u.b. voordat je doorgaat (block chain is %{days} dagen oud).",
|
||||
@ -1335,7 +1344,7 @@ if(preferredLanguage == "nl"){
|
||||
"File APIs not supported in this browser.": "File APIs worden nie ondersteund in deze browser.",
|
||||
"Follow": "Volgen",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Gevolgd door",
|
||||
"followed_by": "Gevolgd door %{username}",
|
||||
"Followers": "Volgers",
|
||||
@ -1377,6 +1386,7 @@ if(preferredLanguage == "nl"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nobody", // used to promote a post without attaching the user
|
||||
"Not available": "Niet beschikbaar", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -1410,7 +1420,7 @@ if(preferredLanguage == "nl"){
|
||||
"seconds": "%{smart_count} seconde |||| %{smart_count} seconden",
|
||||
"send": "Verstuur",
|
||||
"Send post with username": "Verstuur bericht met gebruikersnaam ",
|
||||
"Sent Direct Message": "Verstuur privébericht",
|
||||
"send_DM": "Verstuur privébericht",
|
||||
"Sent Post to @": "Verstuur bericht naar @",
|
||||
"Setup account": "Account instellingen",
|
||||
"The File APIs are not fully supported in this browser.": "The File APIs are not fully supported in this browser.",
|
||||
@ -1609,6 +1619,7 @@ if(preferredLanguage == "it"){
|
||||
"Se rimani su questa pagina, Twister potrebbe non funzionare.\n" +
|
||||
"Vuoi controllare lo [stato della rete Twister](%{page}), invece?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Cambia utente",
|
||||
"Checking...": "Controllo in corso...", // checking if username is available
|
||||
"Collapse": "Chiudi", // smaller view of a post
|
||||
@ -1624,7 +1635,7 @@ if(preferredLanguage == "it"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Messaggi Diretti come %{username}",
|
||||
"Disable": "Disabilitato",
|
||||
"Display mentions to @": "Mostra le menzioni di @",
|
||||
"display_mentions": "Mostra le menzioni",
|
||||
"Display retransmissions": "Mostra Ripubblicazioni",
|
||||
"DNS to obtain list of peers:": "DNS per la lista dei nodi:",
|
||||
"downloading_block_chain": "Scaricamento della catena di blocchi in corso, attendere prego (la catena risale a %{days} giorni fa).",
|
||||
@ -1640,7 +1651,7 @@ if(preferredLanguage == "it"){
|
||||
"File APIs not supported in this browser.": "File APIs non supportati in questo browser.",
|
||||
"Follow": "Segui",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Seguito da",
|
||||
"followed_by": "Seguiti da %{username}",
|
||||
"Followers": "Lettori",
|
||||
@ -1682,6 +1693,7 @@ if(preferredLanguage == "it"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nessuno", // used to promote a post without attaching the user
|
||||
"Not available": "Non disponibile", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -1715,7 +1727,7 @@ if(preferredLanguage == "it"){
|
||||
"seconds": "%{smart_count} secondo |||| %{smart_count} secondi",
|
||||
"send": "Invia",
|
||||
"Send post with username": "Pubblica come utente ",
|
||||
"Sent Direct Message": "Messaggi Diretti inviati",
|
||||
"send_DM": "Messaggi Diretti inviati",
|
||||
"Sent Post to @": "Messaggi inviati a @",
|
||||
"Setup account": "Configurazione Utente",
|
||||
"The File APIs are not fully supported in this browser.": "Le API File non sono interamente supportate da questo browser.",
|
||||
@ -1912,6 +1924,7 @@ if(preferredLanguage == "fr"){
|
||||
"Si vous restez dans cette page vos actions peuvent ne pas être prises en compte.\n" +
|
||||
"Voulez-vous consulter la [page d'état du réseau](%{page}) à la place?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Changer d'utilisateur",
|
||||
"Checking...": "Vérification...", // checking if username is available
|
||||
"Collapse": "Fermer", // smaller view of a post
|
||||
@ -1927,7 +1940,7 @@ if(preferredLanguage == "fr"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Messages privés avec %{username}",
|
||||
"Disable": "Désactiver",
|
||||
"Display mentions to @": "Afficher les mentions pour @",
|
||||
"display_mentions": "Afficher les mentions",
|
||||
"Display retransmissions": "Afficher les retransmissions",
|
||||
"DNS to obtain list of peers:": "DNS où obtenir une liste des pairs:",
|
||||
"downloading_block_chain": "Téléchargement de la chaîne de blocs, veuillez patienter avant de continuer (la chaîne de blocs a %{days} jours de retard).",
|
||||
@ -1943,7 +1956,7 @@ if(preferredLanguage == "fr"){
|
||||
"File APIs not supported in this browser.": "L'API de fichiers n'est pas pris en charge dans votre navigateur.",
|
||||
"Follow": "Suivre",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Suivi par",
|
||||
"followed_by": "Suivi par %{username}",
|
||||
"Followers": "Abonnés",
|
||||
@ -1985,6 +1998,7 @@ if(preferredLanguage == "fr"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nobody", // used to promote a post without attaching the user
|
||||
"Not available": "Non disponible", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Impossible d'afficher les notifications: une erreur inconnue est survenue.",
|
||||
"notify_desktop_perm_denied": "Impossible d'afficher les notifications: autorisation refusée.\n\nSi tu souhaites afficher les notifications, autorise le %{this_domain} dans les paramêtres de ton navigateur.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nBienvenue à toi!",
|
||||
@ -2018,7 +2032,7 @@ if(preferredLanguage == "fr"){
|
||||
"seconds": "%{smart_count} seconde |||| %{smart_count} secondes",
|
||||
"send": "envoyer",
|
||||
"Send post with username": "Envoyer le billet avec le pseudo",
|
||||
"Sent Direct Message": "Message privé envoyé",
|
||||
"send_DM": "Message privé envoyé",
|
||||
"Sent Post to @": "Envoyer un billet à @",
|
||||
"Setup account": "Configuration du compte",
|
||||
"The File APIs are not fully supported in this browser.": "L'API de fichier n'est pas entièrement pris en charge dans votre navigateur.",
|
||||
@ -2219,6 +2233,7 @@ if(preferredLanguage == "ru"){
|
||||
"Если вы останетесь на этой странице ваши действия могут быть не выполнены.\n" +
|
||||
"Не хотите перейти на [страницу настройки сети](%{page})?",
|
||||
"confirm_terminate_daemon": "Вы уверены, что хотите выключить демон?\nTwister клиент перестанет работать.",
|
||||
"confirm_unfollow_@": "Действительно отписаться от @%{alias}?",
|
||||
"Change user": "Сменить пользователя",
|
||||
"Checking...": "Проверка...",
|
||||
"Collapse": "Свернуть",
|
||||
@ -2234,7 +2249,7 @@ if(preferredLanguage == "ru"){
|
||||
"Group Messages — Join Group": "Групповые сообщения — Присоединиться к группе",
|
||||
"direct_messages_with": "Личная переписка с %{username}",
|
||||
"Disable": "Отключено",
|
||||
"Display mentions to @": "Показать ответы для @",
|
||||
"display_mentions": "Показать упоминания",
|
||||
"Display retransmissions": "Показать репосты",
|
||||
"DNS to obtain list of peers:": "DNS адрес для получения пиров:",
|
||||
"downloading_block_chain": "Загрузка цепочки блоков, пожалуйста подождите, (Цепочка блоков устарела на %{days} дней).",
|
||||
@ -2250,11 +2265,11 @@ if(preferredLanguage == "ru"){
|
||||
"File APIs not supported in this browser.": "Ваш браузер не поддерживает File APIs.",
|
||||
"Follow": "Подписаться",
|
||||
"Following config": "Настройка подписки",
|
||||
"Which way do you want to follow": "Выберите тип подписки на",
|
||||
"select_way_to_follow_@": "Выбери же тип подписки на @%{alias}",
|
||||
"Followed by": "Подписчик у",
|
||||
"followed_by": "%{username} подписан",
|
||||
"Followers": "Читателей",
|
||||
"Following": "Читаемых",
|
||||
"Followers": "Читатели",
|
||||
"Following": "Читаемые",
|
||||
"Following users": "Подписанные пользователи",
|
||||
"Force connection to peer:": "Принудительно подключиться к пиру:",
|
||||
"General information": "Основное",
|
||||
@ -2292,6 +2307,7 @@ if(preferredLanguage == "ru"){
|
||||
"new_group_messages": "%{smart_count} новое сообщение в группе |||| %{smart_count} новых групповых сообщений",
|
||||
"nobody": "Анонимно", // used to promote a post without attaching the user
|
||||
"Not available": "Недоступно",
|
||||
"warn_following_not_any": "Пока что таки нет читаемых!\nПоди ж найди кого-нибудь да и подпишись.",
|
||||
"notify_desktop_error": "Твистер не может выполнить уведомление: произошла неизвестная ошибка.",
|
||||
"notify_desktop_perm_denied": "Твистер не может выполнить уведомление: разрешение не получено.\n\nЧтобы получать уведомления, разрешите их для %{this_domain} в настройках вашего браузера.",
|
||||
"notify_desktop_test": "Одна лягушка сказала:\n'если не буду квакать — лопну'.\nВы нужны нам, берегите себя.",
|
||||
@ -2325,7 +2341,7 @@ if(preferredLanguage == "ru"){
|
||||
"seconds": "%{smart_count} секунда |||| %{smart_count} секунд",
|
||||
"send": "отправить",
|
||||
"Send post with username": "Отправить сообщение от имени",
|
||||
"Sent Direct Message": "Отправить личное сообщение",
|
||||
"send_DM": "Отправить личное сообщение",
|
||||
"Sent Post to @": "Отправить сообщение для @",
|
||||
"Setup account": "Настроить аккаунт",
|
||||
"The File APIs are not fully supported in this browser.": "File APIs не полностью поддерживается этим браузером.",
|
||||
@ -2528,6 +2544,7 @@ if(preferredLanguage == "de"){
|
||||
"Wenn du auf dieser Seite bleibst können deine Handlungen nicht funktionieren.\n" +
|
||||
"Möchtest du stattdessen den [Netzwerkstatus](%{page}) überprüfen?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Benutzer wechseln",
|
||||
"Checking...": "Überprüfe...", // checking if username is available
|
||||
"Collapse": "Einklappen", // smaller view of a post
|
||||
@ -2543,7 +2560,7 @@ if(preferredLanguage == "de"){
|
||||
"Group Messages — Join Group": "Gruppennachrichten — Gruppe beitreten",
|
||||
"direct_messages_with": "Direktnachrichten mit %{username}",
|
||||
"Disable": "Deaktivieren",
|
||||
"Display mentions to @": "Zeige Erwähnungen von @", //Ist das richtig? Ich weiß nicht, in welchem Zusammenhang das benutzt wird.
|
||||
"display_mentions": "Zeige Erwähnungen", // Ist das richtig? Ich weiß nicht, in welchem Zusammenhang das benutzt wird.
|
||||
"Display retransmissions": "Weiterleitungen anzeigen",
|
||||
"DNS to obtain list of peers:": "DNS um Peer-Liste abzurufen:",
|
||||
"dns address": "DNS-Adresse",
|
||||
@ -2560,7 +2577,7 @@ if(preferredLanguage == "de"){
|
||||
"File APIs not supported in this browser.": "File APIs werden von diesem Browser nicht unterstützt.",
|
||||
"Follow": "Folgen",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Gefolgt von",
|
||||
"followed_by": "Gefolgt von %{username}",
|
||||
"Followers": "Followers",
|
||||
@ -2602,6 +2619,7 @@ if(preferredLanguage == "de"){
|
||||
"new_group_messages": "%{smart_count} neue Gruppen-Nachricht |||| %{smart_count} neue Gruppen-Nachrichten",
|
||||
"nobody": "nobody", // used to promote a post without attaching the user
|
||||
"Not available": "Nicht verfügbar", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister kann keine Desktop-Meldungen anzeigen: ein unbekannter Fehler trat auf.",
|
||||
"notify_desktop_perm_denied": "Twister kann keine Desktop-Meldungen anzeigen: Keine Berechtigung.\n\nWenn Du Meldungen angezeigt haben möchtest, erlaube sie für %{this_domain} in den Einstellungen Deines Browsers.",
|
||||
"notify_desktop_test": "All die Twisterer werden twisten..\nDu bist nun auch willkommen!",
|
||||
@ -2635,7 +2653,7 @@ if(preferredLanguage == "de"){
|
||||
"seconds": "%{smart_count} Sekunde |||| %{smart_count} Sekunden",
|
||||
"send": "senden",
|
||||
"Send post with username": "Sende Post mit Benutzernamen ",
|
||||
"Sent Direct Message": "Direktnachricht senden",
|
||||
"send_DM": "Direktnachricht senden",
|
||||
"Sent Post to @": "Sende Post an @",
|
||||
"Setup account": "Accounteinstellungen",
|
||||
"The File APIs are not fully supported in this browser.": "Die File-API's werden von diesem Browser nicht vollständig unterstützt.",
|
||||
@ -2835,6 +2853,7 @@ if(preferredLanguage == "ja"){
|
||||
"このページを使用しつづければ、あなたの変更が適用されないおそれがあります。\n" +
|
||||
"[ネットワーク状態ペー](%{page})ジへ移動して確認しますか?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "ユーザーを変更",
|
||||
"Checking...": "チェック...", // checking if username is available
|
||||
"Collapse": "閉じる", // smaller view of a post
|
||||
@ -2850,7 +2869,7 @@ if(preferredLanguage == "ja"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "停止",
|
||||
"Display mentions to @": "メンションを表示する",
|
||||
"display_mentions": "メンションを表示する",
|
||||
"Display retransmissions": "リトランスミットを表示する",
|
||||
"DNS to obtain list of peers:": "ピア取得用のDNS:",
|
||||
"downloading_block_chain": "ブロックチェインをダウンロードしています。しばらくお待ちください。(ブロックチェーンは%{days}日送れています)",
|
||||
@ -2866,7 +2885,7 @@ if(preferredLanguage == "ja"){
|
||||
"File APIs not supported in this browser.": "利用しているブラウザはファイルAPIをサポートしていません。",
|
||||
"Follow": "フォロー",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "フォローされている",
|
||||
"followed_by": "%{username}にフォローされている",
|
||||
"Followers": "フォロワー",
|
||||
@ -2908,6 +2927,7 @@ if(preferredLanguage == "ja"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "ナナシ", // used to promote a post without attaching the user
|
||||
"Not available": "使用中", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -2941,7 +2961,7 @@ if(preferredLanguage == "ja"){
|
||||
"seconds": "%{smart_count} 秒 |||| %{smart_count} 秒",
|
||||
"send": "送信",
|
||||
"Send post with username": "プロモートメッセージの送信元",
|
||||
"Sent Direct Message": "ダイレクトメッセージを送る",
|
||||
"send_DM": "ダイレクトメッセージを送る",
|
||||
"Sent Post to @": "メンションを投稿する",
|
||||
"Setup account": "アカウント設定",
|
||||
"The File APIs are not fully supported in this browser.": "ご使用のブラウザーは完全にファイルAPIに対応していません。",
|
||||
@ -3138,6 +3158,7 @@ if(preferredLanguage == "pt-BR"){
|
||||
"Se permanecer nesta página suas ações podem não ter efeito.\n" +
|
||||
"Gostaria de verificar o [Estado da Rede](%{page}) ao invés disso?",
|
||||
"confirm_terminate_daemon": "Are you sure you want to exit the daemon?\nThe Twister client will stop working.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Trocar usuário",
|
||||
"Checking...": "Verificando...", // checking if username is available
|
||||
"Collapse": "Recolher", // smaller view of a post
|
||||
@ -3153,7 +3174,7 @@ if(preferredLanguage == "pt-BR"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Mensagens Diretas com %{username}",
|
||||
"Disable": "Desabilitado",
|
||||
"Display mentions to @": "Exibir menções a @",
|
||||
"display_mentions": "Exibir menções",
|
||||
"Display retransmissions": "Exibir retransmissões",
|
||||
"DNS to obtain list of peers:": "DNS para obter a lista de nós:",
|
||||
"downloading_block_chain": "Baixando a Cadeia de Blocos, por favor aguarde (A Cadeia de Blocos está %{days} dias desatualizada).",
|
||||
@ -3169,7 +3190,7 @@ if(preferredLanguage == "pt-BR"){
|
||||
"File APIs not supported in this browser.": "O gerenciamento de arquivos não é suportado neste navegador.",
|
||||
"Follow": "Seguir",
|
||||
"Following config": "Following config",
|
||||
"Which way do you want to follow": "Which way do you want to follow",
|
||||
"select_way_to_follow_@": "Which way do you want to follow @%{alias}",
|
||||
"Followed by": "Seguido por",
|
||||
"followed_by": "Seguido por %{username}",
|
||||
"Followers": "Seguidores",
|
||||
@ -3211,6 +3232,7 @@ if(preferredLanguage == "pt-BR"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nobody", // used to promote a post without attaching the user
|
||||
"Not available": "Indisponível", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister cannot perform desktop notification: unknown error occured.",
|
||||
"notify_desktop_perm_denied": "Twister cannot perform desktop notification: permission denied.\n\nIf you want to get notifications, allow them for %{this_domain} in settings of your browser.",
|
||||
"notify_desktop_test": "All the twisters gonna twist.\nNow you are welcome too.",
|
||||
@ -3245,7 +3267,7 @@ if(preferredLanguage == "pt-BR"){
|
||||
"seconds": "%{smart_count} segundo |||| %{smart_count} segundos",
|
||||
"send": "enviar",
|
||||
"Send post with username": "Promover esta mensagem como usuário",
|
||||
"Sent Direct Message": "Mensagens Diretas trocadas",
|
||||
"send_DM": "Mensagens Diretas trocadas",
|
||||
"Sent Post to @": "Postagens enviadas para @",
|
||||
"Setup account": "Configurar conta",
|
||||
"The File APIs are not fully supported in this browser.": "O gerenciamento de arquivos não é completamente suportado neste navegador.",
|
||||
@ -3445,6 +3467,7 @@ if(preferredLanguage == "tr"){
|
||||
"Eğer bu sayfada kalırsanız eylemlerinizi işlemeyebilir.\n" +
|
||||
"Bunun yerine [Ağ Durumu sayfasını](%{page}) kontrol etmek ister misiniz?",
|
||||
"confirm_terminate_daemon": "Hizmeti sonlandırmak istiyor musun?\nTwister istemcisi çalışmayacak.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Kullanıcı değiştir",
|
||||
"Checking...": "Denetleniyor...", // checking if username is available
|
||||
"Collapse": "Kapat", // smaller view of a post
|
||||
@ -3460,7 +3483,7 @@ if(preferredLanguage == "tr"){
|
||||
"Group Messages — Join Group": "Grup Mesajları — Gruba katıl",
|
||||
"direct_messages_with": "%{username} ile Direk Mesajlar",
|
||||
"Disable": "Kullanılmaz",
|
||||
"Display mentions to @": "@ adının geçtiği gönderiler",
|
||||
"display_mentions": "@ adının geçtiği gönderiler", // FIXME
|
||||
"Display retransmissions": "Tekrar iletimleri göster",
|
||||
"DNS to obtain list of peers:": "Eş listesini almak için DNS:",
|
||||
"downloading_block_chain": "Blok zinciri indiriliyor, devam edebilmek için lütfen bekleyiniz (blok zinciri %{days} günlük).",
|
||||
@ -3476,7 +3499,7 @@ if(preferredLanguage == "tr"){
|
||||
"File APIs not supported in this browser.": "Tarayıcınızda dosya API'si desteklenmiyor.",
|
||||
"Follow": "Takip et",
|
||||
"Following config": "Takip ayarları",
|
||||
"Which way do you want to follow": "Nasıl takip etmek istiyorsun",
|
||||
"select_way_to_follow_@": "Nasıl takip etmek istiyorsun @%{alias}",
|
||||
"Followed by": "Takip edenler",
|
||||
"followed_by": "%{username} tarafından takip edilenler",
|
||||
"Followers": "Takipçiler",
|
||||
@ -3518,6 +3541,7 @@ if(preferredLanguage == "tr"){
|
||||
"new_group_messages": "%{smart_count} yeni grup mesajı |||| %{smart_count} yeni grup mesajı",
|
||||
"nobody": "hiçkimse", // used to promote a post without attaching the user
|
||||
"Not available": "Kullanılamaz", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twister masaüstü uyarısını gösterimiyor: bilimeyen bir hata oluştu.",
|
||||
"notify_desktop_perm_denied": "Twister masaüstü uyarısını gösteremiyor: yetkilendirme hatası.\n\nUyarıları almak istiyorsanız, tarayıcı ayarlarında %{this_domain} alan adı için izin veriniz.",
|
||||
"notify_desktop_test": "Kasırga her yanı saracak\nBu karnavala hoşgeldin!",
|
||||
@ -3551,7 +3575,7 @@ if(preferredLanguage == "tr"){
|
||||
"seconds": "%{smart_count} saniye |||| %{smart_count} saniye",
|
||||
"send": "gönder",
|
||||
"Send post with username": "İletiyi kullanıcı adıyla gönder ",
|
||||
"Sent Direct Message": "Direk Mesaj Gönder",
|
||||
"send_DM": "Direk Mesaj Gönder",
|
||||
"Sent Post to @": "@ Kullanıcıya Gönder",
|
||||
"Setup account": "Hesap ayarları",
|
||||
"The File APIs are not fully supported in this browser.": "Dosya API'si tarayıcınızda tam olarak desteklenmiyor.",
|
||||
@ -3749,6 +3773,7 @@ if(preferredLanguage == "cs"){
|
||||
"Pokud zůstanete na této stránce, vaše akce možná nebudou fungovat.\n" +
|
||||
"Chcete se místo toho podívat na [stav sítě](%{page})?",
|
||||
"confirm_terminate_daemon": "Skutečně chcete ukončit server?\nTwister tím vypnete.",
|
||||
"confirm_unfollow_@": "Are you sure you want to unfollow @%{alias}?",
|
||||
"Change user": "Změnit uživatele",
|
||||
"Checking...": "Ověřuji...", // checking if username is available
|
||||
"Collapse": "Složit", // smaller view of a post
|
||||
@ -3764,7 +3789,7 @@ if(preferredLanguage == "cs"){
|
||||
"Group Messages — Join Group": "Group Messages — Join Group",
|
||||
"direct_messages_with": "Direct messages with %{username}",
|
||||
"Disable": "Vypnuto",
|
||||
"Display mentions to @": "Zobrazit zmínky o @",
|
||||
"display_mentions": "Zobrazit zmínky",
|
||||
"Display retransmissions": "Zobrazit přeposlané",
|
||||
"DNS to obtain list of peers:": "DNS pro načtení seznamu uzlů:",
|
||||
"downloading_block_chain": "Stahuji blockchain, prosím počkejte (blockchain je %{days} dnů starý).",
|
||||
@ -3780,7 +3805,7 @@ if(preferredLanguage == "cs"){
|
||||
"File APIs not supported in this browser.": "Upozornění: váš webový prohlížeč nepodporuje File API.",
|
||||
"Follow": "Sledovat",
|
||||
"Following config": "Nastavení sledování",
|
||||
"Which way do you want to follow": "Zvolte způsob sledování",
|
||||
"select_way_to_follow_@": "Zvolte způsob sledování @%{alias}",
|
||||
"Followed by": "tohoto uživatele sleduje",
|
||||
"followed_by": "Uživatelé, které sleduje %{username}",
|
||||
"Followers": "Sledující",
|
||||
@ -3822,6 +3847,7 @@ if(preferredLanguage == "cs"){
|
||||
"new_group_messages": "%{smart_count} new group message |||| %{smart_count} new group messages",
|
||||
"nobody": "nikdo", // used to promote a post without attaching the user
|
||||
"Not available": "Tuto přezdívku již někdo používá", // username is not available
|
||||
"warn_following_not_any": "Not following any twisters!\nSearch and follow someone.",
|
||||
"notify_desktop_error": "Twisteru se nepodařilo zobrazit upozornění na ploše: došlo k neznámé chybě.",
|
||||
"notify_desktop_perm_denied": "Twisteru se nepodařilo zobrazit upozornění na ploše: přístup byl odepřen.\n\nPokud chcete používat upozornění na ploše, povolte je pro %{this_domain} v nastavení vašeho prohlížeče.",
|
||||
"notify_desktop_test": "Twister to umí pořádně roztočit.\nKaždý je tu vítán.",
|
||||
@ -3856,7 +3882,7 @@ if(preferredLanguage == "cs"){
|
||||
"seconds": "%{smart_count} vteřinou |||| %{smart_count} vteřinami |||| %{smart_count} vteřinami",
|
||||
"send": "odeslat",
|
||||
"Send post with username": "Příspěvek vložit pod přezdívkou ",
|
||||
"Sent Direct Message": "Poslat přímou zprávu",
|
||||
"send_DM": "Poslat přímou zprávu",
|
||||
"Sent Post to @": "Poslat veřejný příspěvek pro @",
|
||||
"Setup account": "Upravit profil",
|
||||
"The File APIs are not fully supported in this browser.": "Upozornění: váš webový prohlížeč nepodporuje File API.",
|
||||
|
@ -63,15 +63,26 @@ var MAL = function()
|
||||
}
|
||||
}
|
||||
|
||||
this.warnFollowingNotAny = function(cbFunc, cbReq) {
|
||||
if ($.hasOwnProperty('mobile'))
|
||||
alert(polyglot.t('warn_following_not_any'));
|
||||
else
|
||||
alertPopup({
|
||||
//txtTitle: polyglot.t(''), add some title (not 'error', please) or KISS
|
||||
txtMessage: polyglot.t('warn_following_not_any'),
|
||||
cbConfirm: cbFunc,
|
||||
cbConfirmReq: cbReq,
|
||||
cbClose: 'cbConfirm'
|
||||
});
|
||||
};
|
||||
|
||||
this.followingListLoaded = function() {
|
||||
if( $.hasOwnProperty("mobile") ) {
|
||||
this.followingListLoaded = function(followingList) {
|
||||
if ($.hasOwnProperty('mobile')) {
|
||||
$.mobile.hidePageLoadingMsg();
|
||||
$(".following-list").listview('refresh');
|
||||
} else {
|
||||
$(".postboard-loading").hide();
|
||||
}
|
||||
}
|
||||
followingList.listview('refresh');
|
||||
} else
|
||||
followingList.find('.loading-roller').hide();
|
||||
};
|
||||
|
||||
this.searchUserListLoaded = function() {
|
||||
if( $.hasOwnProperty("mobile") ) {
|
||||
|
@ -161,7 +161,10 @@ var router=new $.mobile.Router(
|
||||
}
|
||||
$.mobile.showPageLoadingMsg();
|
||||
$("#following a.ui-btn").removeClass("ui-btn-active");
|
||||
showFollowingUsers();
|
||||
var followingList = twister.tmpl.followingList.clone(true).appendTo($("#following .content"))
|
||||
.closest('.following-list').listview();
|
||||
showFollowingUsers(followingList);
|
||||
followingList.find('[data-role="button"]').button();
|
||||
});
|
||||
},
|
||||
post: function(type,match,ui) {
|
||||
|
@ -324,7 +324,7 @@ function openGroupMessagesNewGroupModal() {
|
||||
|
||||
groupMsgCreateGroup(elemForm.find('.description').val(), peersToInvite);
|
||||
|
||||
closeModal();
|
||||
closeModal(event);
|
||||
});
|
||||
}
|
||||
|
||||
@ -375,7 +375,7 @@ function openGroupMessagesJoinGroupModal() {
|
||||
for (var i = 0; i < groups.length; i++)
|
||||
groupMsgInviteToGroup(groups[i].getAttribute('data-screen-name'), [defaultScreenName]);
|
||||
|
||||
closeModal();
|
||||
closeModal(event);
|
||||
});
|
||||
|
||||
modal.content.find('.secret-key-import, .username-import').on('input', importSecretKeypress);
|
||||
@ -388,8 +388,8 @@ function openGroupMessagesJoinGroupModal() {
|
||||
twisterRpc('importprivkey', [secretKey, groupAlias],
|
||||
function(req, ret) {
|
||||
groupMsgInviteToGroup(req.groupAlias, [defaultScreenName]);
|
||||
closeModal();
|
||||
}, {groupAlias: groupAlias},
|
||||
closeModal(req.elem);
|
||||
}, {groupAlias: groupAlias, elem: elemModule},
|
||||
function(req, ret) {
|
||||
alert(polyglot.t('Error in \'importprivkey\'', {rpc: ret.message}));
|
||||
}
|
||||
@ -544,16 +544,16 @@ function initInterfaceDirectMsg() {
|
||||
});
|
||||
|
||||
$('.group-messages-control .leave').on('click', function (event) {
|
||||
var elemEvent = $(event.target);
|
||||
var groupAlias = elemEvent.closest('[data-screen-name]').attr('data-screen-name');
|
||||
confirmPopup(event, {
|
||||
titleTxt: polyglot.t('сonfirm_group_leaving_header'),
|
||||
messageTxt: polyglot.t('сonfirm_group_leaving_body', {alias: groupAlias}),
|
||||
confirmFunc: function (groupAlias) {
|
||||
var groupAlias = $(event.target).closest('[data-screen-name]').attr('data-screen-name');
|
||||
event.data = {
|
||||
txtTitle: polyglot.t('сonfirm_group_leaving_header'),
|
||||
txtMessage: polyglot.t('сonfirm_group_leaving_body', {alias: groupAlias}),
|
||||
cbConfirm: function (groupAlias) {
|
||||
groupMsgLeaveGroup(groupAlias, function () {history.back();});
|
||||
},
|
||||
confirmFuncArgs: groupAlias
|
||||
});
|
||||
cbConfirmReq: groupAlias
|
||||
};
|
||||
confirmPopup(event);
|
||||
});
|
||||
|
||||
$('.group-messages-control .new').on('click', function () {
|
||||
|
@ -373,7 +373,6 @@ function follow(user, publicFollow, cbFunc, cbArg) {
|
||||
if( followingUsers.indexOf(user) < 0 ) {
|
||||
followingUsers.push(user);
|
||||
twisterFollowingO.update(user);
|
||||
$(window).trigger("eventFollow", user)
|
||||
}
|
||||
if( publicFollow == undefined || publicFollow )
|
||||
_isFollowPublic[user] = true;
|
||||
@ -389,8 +388,6 @@ function unfollow(user, cbFunc, cbArg) {
|
||||
if (i >= 0) {
|
||||
followingUsers.splice(i, 1);
|
||||
twisterFollowingO.update(user);
|
||||
// FIXME also need to check list of pending posts to remove from there
|
||||
$(window).trigger('eventUnfollow', user);
|
||||
}
|
||||
delete _isFollowPublic[user];
|
||||
saveFollowing();
|
||||
@ -512,46 +509,6 @@ function getWhoFollows(username, item) {
|
||||
}
|
||||
}
|
||||
|
||||
// adds following users to the interface (following.html)
|
||||
function showFollowingUsers(){
|
||||
var $notFollowing = $(".not-following-any");
|
||||
if( followingEmptyOrMyself() ) {
|
||||
$notFollowing.show();
|
||||
} else {
|
||||
$notFollowing.hide();
|
||||
}
|
||||
|
||||
var $followingList = $(".following-list");
|
||||
var $template = $("#following-user-template").detach();
|
||||
|
||||
$followingList.empty();
|
||||
$followingList.append($template);
|
||||
|
||||
for( var i = 0; i < followingUsers.length; i++ ) {
|
||||
var resItem = $template.clone(true);
|
||||
resItem.removeAttr('id');
|
||||
resItem.show();
|
||||
resItem.find(".mini-profile-info").attr("data-screen-name", followingUsers[i]);
|
||||
resItem.find(".following-screen-name").text(followingUsers[i]);
|
||||
resItem.find("a.open-profile-modal").attr("href",$.MAL.userUrl(followingUsers[i]));
|
||||
resItem.find("a.direct-messages-with-user").attr("href", $.MAL.dmchatUrl(followingUsers[i]));
|
||||
if (isPublicFollowing(followingUsers[i])) {
|
||||
resItem.find(".public-following").text(polyglot.t("Public"));
|
||||
} else {
|
||||
resItem.find(".public-following").text(polyglot.t("Private")).addClass( "private" );
|
||||
}
|
||||
getAvatar(followingUsers[i],resItem.find(".mini-profile-photo"));
|
||||
getFullname(followingUsers[i],resItem.find(".mini-profile-name"));
|
||||
if( followingUsers[i] == defaultScreenName ) {
|
||||
resItem.find("button").hide();
|
||||
}
|
||||
|
||||
resItem.prependTo($followingList);
|
||||
toggleFollowButton(followingUsers[i], true)
|
||||
}
|
||||
$.MAL.followingListLoaded();
|
||||
}
|
||||
|
||||
function processWhoToFollowSuggestion(suggestion, followedBy) {
|
||||
if (suggestion) {
|
||||
var module = $('.module.who-to-follow');
|
||||
@ -664,37 +621,16 @@ function processDropdownUserResults(event, results) {
|
||||
getFullname(results[i], item.find('.mini-profile-name'));
|
||||
item.appendTo(container);
|
||||
|
||||
if (followingUsers.indexOf(results[i]) !== -1)
|
||||
toggleFollowButton(results[i], true);
|
||||
toggleFollowButton({
|
||||
button: item.find('.follow'),
|
||||
peerAlias: results[i],
|
||||
toggleUnfollow: followingUsers.indexOf(results[i]) !== -1 ? true : false
|
||||
});
|
||||
}
|
||||
|
||||
$.MAL.searchUserListLoaded();
|
||||
}
|
||||
|
||||
function userClickFollow(e) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
|
||||
if (!defaultScreenName) {
|
||||
alert(polyglot.t('You have to log in to follow users.'));
|
||||
return;
|
||||
}
|
||||
|
||||
var username = $(e.target).closest('[data-screen-name]').attr('data-screen-name');
|
||||
var content = $('#following-config-modal-template').children().clone(true);
|
||||
|
||||
content.closest('.following-config-modal-content').attr('data-screen-name', username);
|
||||
content.find('.following-config-method-message').text(polyglot.t('Which way do you want to follow'));
|
||||
content.find('.following-screen-name b').text(username);
|
||||
|
||||
openModal({
|
||||
classBase: '.prompt-wrapper',
|
||||
classAdd: 'following-config-modal',
|
||||
content: content,
|
||||
title: polyglot.t('Following config')
|
||||
});
|
||||
}
|
||||
|
||||
function initUserSearch() {
|
||||
var elem = $('.userMenu-search-field')
|
||||
.on('click input',
|
||||
@ -703,16 +639,6 @@ function initUserSearch() {
|
||||
.on('keyup', userSearchEnter)
|
||||
;
|
||||
$('.userMenu-search').clickoutside(closeSearchDialog.bind(elem));
|
||||
|
||||
// following stuff should be moved to special function
|
||||
$('button.follow').on('click', userClickFollow);
|
||||
$('.following-config-method-buttons .public-following')
|
||||
.on('click', function(e) {
|
||||
setFollowingMethod(e);
|
||||
closePrompt();
|
||||
window.setTimeout(loadModalFromHash, 500); // delay reload so dhtput may do it's job
|
||||
})
|
||||
;
|
||||
}
|
||||
|
||||
function userSearchEnter(event) {
|
||||
@ -723,37 +649,6 @@ function userSearchEnter(event) {
|
||||
}
|
||||
}
|
||||
|
||||
function followingListPublicCheckbox(e) {
|
||||
e.stopPropagation();
|
||||
|
||||
var $this = $(this);
|
||||
var username = $this.closest(".mini-profile-info").attr("data-screen-name");
|
||||
var publicFollow = false;
|
||||
$this.toggleClass( "private" );
|
||||
if( $this.hasClass( "private" ) ) {
|
||||
$this.text( polyglot.t("Private") );
|
||||
} else {
|
||||
$this.text( polyglot.t("Public") );
|
||||
publicFollow = true;
|
||||
}
|
||||
|
||||
//console.log("set following method of @" +username +" for "+publicFollow);
|
||||
follow(username, publicFollow);
|
||||
}
|
||||
|
||||
function setFollowingMethod(event) {
|
||||
var button = $(event.target);
|
||||
var username = button.closest('.following-config-modal-content').attr('data-screen-name');
|
||||
|
||||
follow(username,
|
||||
(button.hasClass('private')) ? false : true, // is folowing public
|
||||
toggleFollowButton, username, true // last two are args for toggleFollowButton()
|
||||
);
|
||||
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
|
||||
function requestSwarmProgress() {
|
||||
twisterRpc("getlasthave", [defaultScreenName],
|
||||
function(args, ret) {processSwarmProgressPartial(ret);}, null,
|
||||
@ -794,83 +689,3 @@ function followingChangedUser() {
|
||||
_followSuggestions = [];
|
||||
_lastLoadFromDhtTime = 0;
|
||||
}
|
||||
|
||||
function initInterfaceFollowing() {
|
||||
initInterfaceCommon();
|
||||
initUserSearch();
|
||||
initInterfaceDirectMsg();
|
||||
|
||||
$(".mini-profile-info .public-following").bind( "click", followingListPublicCheckbox );
|
||||
|
||||
$(".mentions-from-user").bind( "click", openMentionsModal );
|
||||
|
||||
initUser( function() {
|
||||
if( !defaultScreenName ) {
|
||||
alert(polyglot.t("username_undefined"));
|
||||
$.MAL.goLogin();
|
||||
return;
|
||||
}
|
||||
checkNetworkStatusAndAskRedirect();
|
||||
|
||||
$(".postboard-loading").fadeIn();
|
||||
loadFollowing( function(args) {
|
||||
twisterFollowingO = TwisterFollowing(defaultScreenName);
|
||||
|
||||
showFollowingUsers();
|
||||
requestSwarmProgress();
|
||||
});
|
||||
initMentionsCount();
|
||||
initDMsCount();
|
||||
});
|
||||
|
||||
$(window)
|
||||
.on('eventFollow', function(e, user) {
|
||||
$('.mini-profile .following-count').text(followingUsers.length - 1);
|
||||
showFollowingUsers();
|
||||
})
|
||||
.on('eventUnfollow', function(e, user) {
|
||||
$('.mini-profile .following-count').text(followingUsers.length - 1);
|
||||
showFollowingUsers();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
var InterfaceFunctions = function () {
|
||||
this.init = function () {
|
||||
initUser(initFollowing_);
|
||||
};
|
||||
|
||||
function initFollowing_(cbFunc, cbArg) {
|
||||
var $miniProfile = $(".left .mini-profile");
|
||||
if(!defaultScreenName)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
$miniProfile.find("a.mini-profile-name").attr("href",$.MAL.userUrl(defaultScreenName));
|
||||
$miniProfile.find("a.open-profile-modal").attr("href",$.MAL.userUrl(defaultScreenName));
|
||||
$miniProfile.find(".mini-profile-name").text(defaultScreenName);
|
||||
getFullname( defaultScreenName, $miniProfile.find(".mini-profile-name") );
|
||||
getAvatar( defaultScreenName, $miniProfile.find(".mini-profile-photo").find("img") );
|
||||
getPostsCount( defaultScreenName, $miniProfile.find(".posts-count") );
|
||||
getFollowers( defaultScreenName, $miniProfile.find(".followers-count") );
|
||||
|
||||
loadFollowing( function(args) {
|
||||
$(".left .following-count").text(followingUsers.length-1);
|
||||
initMentionsCount();
|
||||
initDMsCount();
|
||||
}, {cbFunc:cbFunc, cbArg:cbArg});
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
//***********************************************
|
||||
//******************* INIT **************
|
||||
//***********************************************
|
||||
if (!/\/home.html$/i.test(document.location)) { // FIXME we're doing it wrong, interfaceFunctions declaration should be inside interface common
|
||||
var interfaceFunctions = new InterfaceFunctions;
|
||||
$(document).ready(interfaceFunctions.init);
|
||||
}
|
||||
|
@ -3,18 +3,13 @@
|
||||
//
|
||||
// Format JSON posts and DMs to HTML.
|
||||
|
||||
var _templatePostRtReference;
|
||||
var _templatePostRtBy;
|
||||
var _htmlFormatMsgLinkTemplateExternal;
|
||||
var _htmlFormatMsgLinkTemplateUser;
|
||||
var _htmlFormatMsgLinkTemplateHashtag;
|
||||
|
||||
$(document).ready(function() {
|
||||
// we're setting it here for perfomance improvement purpose // to not search and prepare it for for every post every time
|
||||
_templatePostRtReference = $('#post-rt-reference-template').children().clone(true);
|
||||
_templatePostRtReference.find('.post-text')
|
||||
.on('click', {feeder: '.post-rt-reference'}, openConversationClick);
|
||||
_templatePostRtBy = $('#post-rt-by-template').children().clone(true);
|
||||
// we're setting it here for perfomance improvement purpose
|
||||
// to not search and prepare it for for every post every time
|
||||
_htmlFormatMsgLinkTemplateExternal = $('#external-page-link-template')
|
||||
if (_htmlFormatMsgLinkTemplateExternal.length) {
|
||||
_htmlFormatMsgLinkTemplateExternal = _htmlFormatMsgLinkTemplateExternal[0].cloneNode();
|
||||
@ -156,7 +151,7 @@ function postToElem(post, kind, promoted) {
|
||||
if (userpost.msg) {
|
||||
setPostReference(postContext, rt, userpost.sig_rt);
|
||||
} else {
|
||||
postContext.append(_templatePostRtBy.clone(true)).addClass('post-rt-by')
|
||||
postContext.append(twister.tmpl.postRtBy.clone(true)).addClass('post-rt-by')
|
||||
.find('.post-rt-sign .prep').text(polyglot.t('post_rt_sign_prep'))
|
||||
.siblings('.open-profile-modal')
|
||||
.attr('href', $.MAL.userUrl(retweeted_by)).text('@' + retweeted_by)
|
||||
@ -232,7 +227,7 @@ function setPostCommon(elem, username, time) {
|
||||
}
|
||||
|
||||
function setPostReference(elem, rt, sig_rt) {
|
||||
elem.append(_templatePostRtReference.clone(true))
|
||||
elem.append(twister.tmpl.postRtReference.clone(true))
|
||||
.find('.post-rt-reference')
|
||||
.attr('data-screen-name', rt.n)
|
||||
.attr('data-id', rt.k)
|
||||
|
@ -304,7 +304,7 @@ function interfaceNetworkHandlers() {
|
||||
function (e) {e.stopPropagation(); $(this).addClass('open'); usePostSpliting = false;});
|
||||
$('.post-submit.update-spam-msg').off('click').on('click', setSpamMsg);
|
||||
$('.terminate-daemon').on('click',
|
||||
{messageTxt: polyglot.t('confirm_terminate_daemon'), confirmFunc: exitDaemon}, confirmPopup);
|
||||
{txtMessage: polyglot.t('confirm_terminate_daemon'), cbConfirm: exitDaemon}, confirmPopup);
|
||||
}
|
||||
|
||||
|
||||
|
@ -273,20 +273,18 @@ function saveProfile(e) {
|
||||
function completeProfileSaving(req, isAvatarDataSaved) {
|
||||
if (req.isProfileDataSaved && isAvatarDataSaved) {
|
||||
clearAvatarAndProfileCache(defaultScreenName);
|
||||
var titleTxt = '';
|
||||
var messageTxt = polyglot.t('profile_saved');
|
||||
var txtTitle = '';
|
||||
var txtMessage = polyglot.t('profile_saved');
|
||||
} else {
|
||||
var titleTxt = polyglot.t('error', {error: ''});
|
||||
var messageTxt = polyglot.t('profile_not_saved');
|
||||
var txtTitle = polyglot.t('error', {error: ''});
|
||||
var txtMessage = polyglot.t('profile_not_saved');
|
||||
}
|
||||
confirmPopup(null, {
|
||||
titleTxt: titleTxt,
|
||||
messageTxt: messageTxt,
|
||||
confirmTxt: polyglot.t('btn_ok'),
|
||||
confirmFunc: $.MAL.enableButton,
|
||||
confirmFuncArgs: $('.submit-changes'),
|
||||
closeFunc: 'confirmFunc',
|
||||
removeCancel: true
|
||||
alertPopup({
|
||||
txtTitle: txtTitle,
|
||||
txtMessage: messageTxt,
|
||||
cbConfirm: $.MAL.enableButton,
|
||||
cbConfirmReq: $('.submit-changes'),
|
||||
cbClose: 'cbConfirm'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,6 @@
|
||||
</div>
|
||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||
<a class="dropdown-menu-item" href="profile-edit.html">Setup account</a>
|
||||
<a class="dropdown-menu-item" href="following.html">Following users</a>
|
||||
<a class="dropdown-menu-item" href="network.html">Network config</a>
|
||||
<a class="dropdown-menu-item" href="login.html">Change user</a>
|
||||
</div>
|
||||
|
@ -38,7 +38,6 @@
|
||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||
<a class="dropdown-menu-item" href="network.html">Network config</a>
|
||||
<a class="dropdown-menu-item" href="profile-edit.html">Setup account</a>
|
||||
<a class="dropdown-menu-item" href="following.html">Following users</a>
|
||||
<a class="dropdown-menu-item" href="login.html">Change user</a>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -47,7 +47,6 @@
|
||||
</div>
|
||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||
<a class="dropdown-menu-item" href="profile-edit.html">Setup account</a>
|
||||
<a class="dropdown-menu-item" href="following.html">Following users</a>
|
||||
<a class="dropdown-menu-item" href="network.html">Network config</a>
|
||||
<a class="dropdown-menu-item" href="login.html">Change user</a>
|
||||
</div>
|
||||
|
@ -134,7 +134,7 @@ button:disabled:hover, button.disabled:hover {
|
||||
color: rgba(255, 255, 255, .8);
|
||||
}
|
||||
|
||||
button.follow, button.unfollow, .following-list button.private {
|
||||
button.follow, button.unfollow, .following-own-modal .following-list button.private {
|
||||
color: rgba( 0, 0, 0, .4 );
|
||||
background: none;
|
||||
border: solid 1px rgba( 0, 0, 0, .2 );
|
||||
@ -142,19 +142,19 @@ button.follow, button.unfollow, .following-list button.private {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.following-list .public-following {
|
||||
.following-own-modal .following-list .public-following {
|
||||
padding: 4px 16px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.following-list .public-following:hover {
|
||||
.following-own-modal .following-list .public-following:hover {
|
||||
color: rgba( 0, 0, 0, .4 );
|
||||
background: none;
|
||||
border: solid 1px rgba( 0, 0, 0, .2 );
|
||||
padding: 3px 15px;
|
||||
}
|
||||
|
||||
.following-list button.private:hover {
|
||||
.following-own-modal .following-list button.private:hover {
|
||||
color: #fff;
|
||||
background: #45474d;
|
||||
}
|
||||
@ -668,10 +668,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.following-list .mini-profile-name
|
||||
{
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.profile-data
|
||||
{
|
||||
border-left: none;
|
||||
@ -704,59 +701,55 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
}
|
||||
.mini-profile-actions
|
||||
{
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
|
||||
.mini-profile-actions {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 8px;
|
||||
}
|
||||
.mini-profile-actions span
|
||||
{
|
||||
color: #e18881;
|
||||
|
||||
.mini-profile-actions span {
|
||||
color: rgba(0, 0, 0, .5);
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
width: 85px;
|
||||
transition: all .2s linear;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
.mini-profile-actions ul
|
||||
{
|
||||
|
||||
.mini-profile-actions span:hover {
|
||||
color: #768fce;
|
||||
}
|
||||
|
||||
.mini-profile-actions ul {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
right: 0;
|
||||
transition: height .2s linear;
|
||||
background: #fff;
|
||||
z-index: 3;
|
||||
}
|
||||
.mini-profile-actions:hover span
|
||||
{
|
||||
|
||||
.mini-profile-actions:hover ul {
|
||||
/*height: ;*/
|
||||
border: solid 1px rgba(69, 71, 77, .1);
|
||||
border-right: solid 4px #B2D67B;
|
||||
box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, .2);
|
||||
}
|
||||
.mini-profile-actions:hover span:after
|
||||
{
|
||||
}
|
||||
.mini-profile-actions:hover ul
|
||||
{
|
||||
height: 90px;
|
||||
box-shadow: 0 2px 5px #65686f;
|
||||
}
|
||||
.mini-profile-actions ul li
|
||||
{
|
||||
|
||||
.mini-profile-actions ul li {
|
||||
white-space: nowrap;
|
||||
color: rgba( 0, 0, 0, .7 );
|
||||
font-size: 13px;
|
||||
color: rgba(0, 0, 0, .7);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
padding: 4px 16px 4px 8px;
|
||||
}
|
||||
.mini-profile-actions ul li + li
|
||||
{
|
||||
margin: 0 2px;
|
||||
}
|
||||
.mini-profile-actions:hover ul li:hover
|
||||
{
|
||||
background: rgba( 0, 0, 0, .7 );
|
||||
color: #fff;
|
||||
|
||||
.mini-profile-actions ul li:hover {
|
||||
background: #FCFDFF;
|
||||
}
|
||||
|
||||
.mini-profile-info a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
@ -2634,63 +2627,65 @@ textarea.splited-post {
|
||||
*********** FOLLOWING PAGE ***********
|
||||
**************************************/
|
||||
|
||||
.following .header-bold {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 0px auto 12px auto;
|
||||
.following-own-modal.modal-wrapper {
|
||||
width: 662px;
|
||||
margin-left: -331px;
|
||||
}
|
||||
|
||||
.following ol.following-list > li{
|
||||
display: inline-block;
|
||||
width: 280px;
|
||||
.following-own-modal .following-list > li {
|
||||
width: 320px;
|
||||
height: 120px;
|
||||
margin: 5px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
float: left;
|
||||
border: 3px dashed #e0e6f5;
|
||||
border: solid 1px rgba(69, 71, 77, .1);
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.following ol.following-list li .swarm-status {
|
||||
|
||||
.following-own-modal .following-list .mini-profile-name {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-name:hover {
|
||||
color: #5e8da4;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-screen-name {
|
||||
color: #5e8da4;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-screen-name:hover {
|
||||
color: #76b2ce;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .following-config {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 62px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions:hover ul {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .swarm-status {
|
||||
font: 11px "Open Sans", sans-serif;
|
||||
color: #343434;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 94px;
|
||||
right: 8px;
|
||||
}
|
||||
.following ol.following-list li span.mini-profile-name:hover {
|
||||
color: #5e8da4;
|
||||
}
|
||||
.following ol.following-list li span.mini-screen-name {
|
||||
color: #5e8da4;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
}
|
||||
.following ol.following-list li span.mini-screen-name:hover {
|
||||
color: #76b2ce;
|
||||
}
|
||||
.following ol.following-list .mini-profile-info .mini-profile-actions {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
.following ol.following-list .mini-profile-info button {
|
||||
margin-top: 5px;
|
||||
right: 32px;
|
||||
}
|
||||
|
||||
.gifCheckBox {
|
||||
float: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.following-list .following-config
|
||||
{
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
*********** AUTOCOMPLETING ***********
|
||||
**************************************/
|
||||
|
@ -1136,309 +1136,6 @@ samp {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* line 1, ../sass/_following.sass */
|
||||
.following {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* line 4, ../sass/_following.sass */
|
||||
.following-list li {
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 30%;
|
||||
padding: 13px;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
margin: 0 2% 2% 0;
|
||||
}
|
||||
|
||||
/* line 15, ../sass/_following.sass */
|
||||
.following .mini-profile {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* line 18, ../sass/_following.sass */
|
||||
.following .mini-profile-info {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* line 21, ../sass/_following.sass */
|
||||
.following .mini-profile-photo {
|
||||
margin: 0 auto 10px auto;
|
||||
display: block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
overflow: hidden;
|
||||
background: #E2E1DE;
|
||||
}
|
||||
|
||||
/* line 29, ../sass/_following.sass */
|
||||
.following .mini-profile-view {
|
||||
display: inline;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
left: 65px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* line 38, ../sass/_following.sass */
|
||||
.following .mini-profile-name {
|
||||
font-weight: 900;
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
color: inherit;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* line 47, ../sass/_following.sass */
|
||||
.following .mini-screen-name {
|
||||
color: inherit;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* line 52, ../sass/_following.sass */
|
||||
.following button, .following .mini-profile-actions span, .mini-profile-actions .following span {
|
||||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
}
|
||||
/* line 55, ../sass/_following.sass */
|
||||
.following button.unfollow, .following .mini-profile-actions span.unfollow, .mini-profile-actions .following span.unfollow {
|
||||
background-color: #aaa;
|
||||
}
|
||||
/* line 57, ../sass/_following.sass */
|
||||
.following button.public-following, .following .mini-profile-actions span.public-following, .mini-profile-actions .following span.public-following {
|
||||
background-color: #B4C669;
|
||||
}
|
||||
|
||||
/* line 62, ../sass/_following.sass */
|
||||
.mini-profile-actions {
|
||||
position: absolute;
|
||||
width: auto;
|
||||
top: 0;
|
||||
right: -16px;
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 69, ../sass/_following.sass */
|
||||
.mini-profile-actions span {
|
||||
cursor: pointer !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
/* line 76, ../sass/_following.sass */
|
||||
.mini-profile-actions span:before {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
font-size: 10px;
|
||||
}
|
||||
/* line 81, ../sass/_following.sass */
|
||||
.mini-profile-actions ul {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
right: -2em;
|
||||
transition: height 0.4s linear;
|
||||
transition: padding-top 0.1s linear;
|
||||
background: #66686B;
|
||||
z-index: 3;
|
||||
}
|
||||
/* line 96, ../sass/_following.sass */
|
||||
.mini-profile-actions:hover ul {
|
||||
padding: 8px;
|
||||
height: 112px;
|
||||
}
|
||||
/* line 101, ../sass/_following.sass */
|
||||
.mini-profile-actions ul li {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
background: #66686B;
|
||||
white-space: nowrap;
|
||||
color: #aaa;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: none;
|
||||
width: auto;
|
||||
padding: 8px;
|
||||
}
|
||||
/* line 117, ../sass/_following.sass */
|
||||
.mini-profile-actions:hover ul li:hover {
|
||||
color: #B4C669;
|
||||
}
|
||||
|
||||
/* line 123, ../sass/_following.sass */
|
||||
.following .who-follow {
|
||||
height: auto;
|
||||
background-color: rgba(69, 71, 77, 0.1);
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* line 129, ../sass/_following.sass */
|
||||
.following .show-more-followers {
|
||||
color: #f11;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* line 135, ../sass/_following.sass */
|
||||
.following .mini-follower-link {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 138, ../sass/_following.sass */
|
||||
.following .mini-follower-link:before {
|
||||
content: " ‧";
|
||||
}
|
||||
|
||||
/* line 141, ../sass/_following.sass */
|
||||
.following a.open-profile-modal {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
color: #66686B;
|
||||
}
|
||||
/* line 145, ../sass/_following.sass */
|
||||
.following a.open-profile-modal:hover {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
/* line 151, ../sass/_following.sass */
|
||||
.following .post-area-new {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
/* line 153, ../sass/_following.sass */
|
||||
.following .post-area-new textarea {
|
||||
resize: none;
|
||||
width: 445px;
|
||||
display: block;
|
||||
transition: all 0.3s linear;
|
||||
-webkit-transition: height 0.3s linear;
|
||||
-moz-transition: height 0.3s linear;
|
||||
-o-transition: height 0.3s linear;
|
||||
-ms-transition: height 0.3s linear;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
border: solid 1px rgba(0, 0, 0, 0.3);
|
||||
margin-left: 55px;
|
||||
margin-bottom: 10px;
|
||||
padding: 4px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* line 170, ../sass/_following.sass */
|
||||
.following .mini-profile .post-area-new {
|
||||
padding: 9px;
|
||||
}
|
||||
/* line 172, ../sass/_following.sass */
|
||||
.following .mini-profile .post-area-new textarea {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* line 176, ../sass/_following.sass */
|
||||
.following .post-area-new.open textarea, .following .mini-profile .post-area-new textarea, .mini-profile .following .post-area-new textarea, .following #postboard-top .post-area .post-area-new textarea, #postboard-top .post-area .following .post-area-new textarea {
|
||||
height: 80px;
|
||||
border: solid 1px rgba(227, 79, 66, 0.5);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* line 181, ../sass/_following.sass */
|
||||
.following textarea.splited-post {
|
||||
box-shadow: none !important;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
/* line 185, ../sass/_following.sass */
|
||||
.following .splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 188, ../sass/_following.sass */
|
||||
.following .splited-post-counter:before {
|
||||
content: "…";
|
||||
}
|
||||
|
||||
/* line 191, ../sass/_following.sass */
|
||||
.following .post-area-extras {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 196, ../sass/_following.sass */
|
||||
.following .post-submit {
|
||||
background: #45474d;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* line 205, ../sass/_following.sass */
|
||||
.following .post-area-new.open > .post-area-extras, .following .mini-profile .post-area-new > .post-area-extras, .mini-profile .following .post-area-new > .post-area-extras, .following #postboard-top .post-area .post-area-new > .post-area-extras, #postboard-top .post-area .following .post-area-new > .post-area-extras {
|
||||
height: 35px;
|
||||
transition: all 0.6s linear;
|
||||
}
|
||||
|
||||
/* line 209, ../sass/_following.sass */
|
||||
.following .post-area-remaining {
|
||||
font-size: 13px;
|
||||
}
|
||||
/* line 211, ../sass/_following.sass */
|
||||
.following .post-area-remaining.warn {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/* line 214, ../sass/_following.sass */
|
||||
.following .post .show-more {
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
margin-left: 60px;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
/* line 219, ../sass/_following.sass */
|
||||
.following .post .show-more:before {
|
||||
content: "💭";
|
||||
}
|
||||
|
||||
/* line 222, ../sass/_following.sass */
|
||||
.swarm-status {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* line 232, ../sass/_following.sass */
|
||||
.mini-following-info {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
text-align: center;
|
||||
background: white;
|
||||
margin: 1%;
|
||||
float: left;
|
||||
}
|
||||
/* line 241, ../sass/_following.sass */
|
||||
.mini-following-info .mini-screen-name, .mini-following-info .mini-following-name {
|
||||
display: none;
|
||||
}
|
||||
/* line 243, ../sass/_following.sass */
|
||||
.mini-following-info .mini-profile-photo {
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/********** LOGIN AND NETWORK PAGES ****** */
|
||||
/* line 4, ../sass/_network.sass */
|
||||
.network.singleBlock ul {
|
||||
@ -2817,6 +2514,18 @@ ol.toptrends-list a:hover {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
*********** CONFIRM POPUP ************
|
||||
**************************************/
|
||||
|
||||
.confirm-popup.prompt-wrapper {
|
||||
top: 30%;
|
||||
}
|
||||
|
||||
.confirm-popup .message {
|
||||
margin: 8px 12px 20px;
|
||||
}
|
||||
|
||||
/****** FOLLOWING-CONFIG PROMPT ******/
|
||||
|
||||
.following-config-modal.prompt-wrapper {
|
||||
@ -3468,6 +3177,122 @@ ol.toptrends-list a:hover {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/*************************************
|
||||
*********** FOLLOWING PAGE ***********
|
||||
**************************************/
|
||||
|
||||
.modal-wrapper.following-own-modal {
|
||||
width: 674px;
|
||||
height: 600px;
|
||||
margin: -300px 0 0 -337px;
|
||||
}
|
||||
|
||||
.following-own-modal .modal-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list > li {
|
||||
width: 320px;
|
||||
height: 160px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
float: left;
|
||||
border: solid 1px rgba(69, 71, 77, .1);
|
||||
background: #FFF;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list > li > div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list > li:hover {
|
||||
border-bottom: solid 1px #B4C669;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-photo {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-name {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-screen-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .following-config {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .following-config button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list > li:hover .mini-profile-actions {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions span {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
background: #B4C669;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions span:hover {
|
||||
background: #AAA;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions ul {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
background: #FFF;
|
||||
transition: height .2s linear;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions:hover ul {
|
||||
height: 56px;
|
||||
box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions ul > li {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
color: rgba(0, 0, 0, .7);
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
padding: 4px 16px 4px 8px;
|
||||
border-bottom: solid 1px rgba(0, 0, 0, 0);
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .mini-profile-actions ul > li:hover {
|
||||
border-bottom: solid 1px #B4C669;
|
||||
}
|
||||
|
||||
.following-own-modal .following-list .swarm-status {
|
||||
font-size: 11px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/********** AUTOCOMPLETING *********/
|
||||
|
||||
|
@ -7,8 +7,8 @@ $(function(){
|
||||
$('img[src$="img/tornado_avatar.png"]').attr("src","theme_nin/img/tornado_avatar.png");
|
||||
$('.mini-profile-actions span').html('');
|
||||
|
||||
$.globalEval(postToElem.toString().replace(/postContext.append\(_templatePostRtBy/,
|
||||
'postContext.prependTo(postContext.parent()).append(_templatePostRtBy'));
|
||||
$.globalEval(postToElem.toString().replace(/postContext.append\(twister\.tmpl\.postRtBy/,
|
||||
'postContext.prependTo(postContext.parent()).append(twister.tmpl.postRtBy'));
|
||||
|
||||
|
||||
$( '.userMenu-home.current a' ).on( 'click', function() {
|
||||
|
@ -1,239 +0,0 @@
|
||||
.following
|
||||
width: 100%!important
|
||||
|
||||
.following-list li
|
||||
text-align: center
|
||||
@extend .clear-fix
|
||||
float: left
|
||||
width: 30%
|
||||
padding: 13px
|
||||
+box-sizing(border-box)
|
||||
float: left
|
||||
margin: 0 2% 2% 0
|
||||
|
||||
|
||||
.following .mini-profile
|
||||
margin-bottom: 10px
|
||||
|
||||
.following .mini-profile-info
|
||||
position: relative
|
||||
|
||||
.following .mini-profile-photo
|
||||
margin: 0 auto 10px auto
|
||||
display: block
|
||||
width: 64px
|
||||
height: 64px
|
||||
overflow: hidden
|
||||
background: $main-background-color
|
||||
|
||||
.following .mini-profile-view
|
||||
display: inline
|
||||
color: rgba(0, 0, 0, 0.5)
|
||||
font-size: 12px
|
||||
position: absolute
|
||||
top: 32px
|
||||
left: 65px
|
||||
z-index: 1
|
||||
|
||||
.following .mini-profile-name
|
||||
font-weight: 900
|
||||
font-size: 1em
|
||||
line-height: 1em
|
||||
padding: 0
|
||||
text-decoration: none
|
||||
display: block
|
||||
color: inherit
|
||||
display: inline
|
||||
.following .mini-screen-name
|
||||
color: inherit
|
||||
display: block
|
||||
margin-bottom: 10px
|
||||
|
||||
.following button
|
||||
display: inline-block
|
||||
margin: 5px 0
|
||||
&.unfollow
|
||||
background-color: $main-color-light
|
||||
&.public-following
|
||||
background-color: $main-color-color
|
||||
|
||||
|
||||
|
||||
.mini-profile-actions
|
||||
position: absolute
|
||||
width: auto
|
||||
top: 0
|
||||
right: -16px
|
||||
display: inline-block
|
||||
|
||||
span
|
||||
cursor: pointer!important
|
||||
@extend button
|
||||
border-top-right-radius: 0!important
|
||||
border-bottom-right-radius: 0!important
|
||||
@extend .extend-icon
|
||||
@extend .icon-plus
|
||||
&:before
|
||||
margin: 0
|
||||
padding: 0
|
||||
line-height: 1em
|
||||
font-size: 10px
|
||||
ul
|
||||
$action-padding-height: 8px
|
||||
height: 0
|
||||
overflow: hidden
|
||||
position: absolute
|
||||
top: 2em
|
||||
right: -2em
|
||||
transition: height .4s linear
|
||||
transition: padding-top .1s linear
|
||||
background: $main-color-dark
|
||||
z-index: 3
|
||||
|
||||
|
||||
|
||||
&:hover
|
||||
ul
|
||||
$action-li-height : 12px
|
||||
$action-padding-height: 8px
|
||||
padding: $action-padding-height
|
||||
height: $action-li-height*4 + $action-padding-height*2*4
|
||||
ul li
|
||||
text-align: left
|
||||
margin: 0
|
||||
background: $main-color-dark
|
||||
$action-li-height : 12px
|
||||
$action-padding-height: 8px
|
||||
white-space: nowrap
|
||||
color: $main-color-light
|
||||
font-size: $action-li-height
|
||||
line-height: $action-li-height
|
||||
cursor: pointer
|
||||
display: block
|
||||
float: none
|
||||
width: auto
|
||||
padding: $action-padding-height
|
||||
|
||||
&:hover ul li:hover
|
||||
color: $main-color-color
|
||||
|
||||
|
||||
|
||||
|
||||
.following .who-follow
|
||||
height: auto
|
||||
background-color: rgba(69, 71, 77, 0.1)
|
||||
overflow: hidden
|
||||
font-size: 12px
|
||||
|
||||
.following .show-more-followers
|
||||
color: #f11
|
||||
font-weight: bold
|
||||
cursor: pointer
|
||||
float: right
|
||||
|
||||
.following .mini-follower-link
|
||||
display: inline-block
|
||||
margin-right: 10px
|
||||
&:before
|
||||
content: " \2027"
|
||||
|
||||
.following a.open-profile-modal
|
||||
display: inline
|
||||
text-align: center
|
||||
color: $dark-grey
|
||||
&:hover
|
||||
color: $main-color-light
|
||||
|
||||
|
||||
|
||||
|
||||
.following .post-area-new
|
||||
padding-bottom: 4px
|
||||
textarea
|
||||
resize: none
|
||||
width: 445px
|
||||
display: block
|
||||
transition: all .3s linear
|
||||
-webkit-transition: height 0.3s linear
|
||||
-moz-transition: height 0.3s linear
|
||||
-o-transition: height 0.3s linear
|
||||
-ms-transition: height 0.3s linear
|
||||
height: 28px
|
||||
border-radius: 3px
|
||||
border: solid 1px rgba(0, 0, 0, 0.3)
|
||||
margin-left: 55px
|
||||
margin-bottom: 10px
|
||||
padding: 4px
|
||||
font-size: 13px
|
||||
|
||||
.following .mini-profile .post-area-new
|
||||
padding: 9px
|
||||
textarea
|
||||
margin-left: 0
|
||||
width: 100%
|
||||
|
||||
.following .post-area-new.open textarea
|
||||
height: 80px
|
||||
border: solid 1px rgba(227, 79, 66, 0.5)
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
|
||||
|
||||
.following textarea.splited-post
|
||||
box-shadow: none!important
|
||||
height: 28px
|
||||
|
||||
.following .splited-post-counter
|
||||
color: rgba(0, 0, 0, 0.3)
|
||||
font-weight: bold
|
||||
&:before
|
||||
content: '\2026'
|
||||
|
||||
.following .post-area-extras
|
||||
overflow: hidden
|
||||
height: 0
|
||||
text-align: right
|
||||
|
||||
.following .post-submit
|
||||
background: #45474d
|
||||
color: rgba(255, 255, 255, 0.8)
|
||||
border: none
|
||||
padding: 5px 10px
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
margin-top: 4px
|
||||
|
||||
.following .post-area-new.open > .post-area-extras
|
||||
height: 35px
|
||||
transition: all .6s linear
|
||||
|
||||
.following .post-area-remaining
|
||||
font-size: 13px
|
||||
&.warn
|
||||
color: #ff0000
|
||||
|
||||
.following .post .show-more
|
||||
font-size: 13px
|
||||
font-weight: bold
|
||||
margin-left: 60px
|
||||
color: rgba(0, 0, 0, 0.5)
|
||||
&:before
|
||||
content: '💭'
|
||||
|
||||
.swarm-status
|
||||
display: none!important
|
||||
|
||||
.mini-following-info
|
||||
width: 45px
|
||||
height: 45px
|
||||
text-align: center
|
||||
background: $bloc-background-color
|
||||
margin: 1%
|
||||
float: left
|
||||
&:after
|
||||
@extend .clear-fix
|
||||
.mini-screen-name, .mini-following-name
|
||||
display: none
|
||||
.mini-profile-photo
|
||||
height: 45px
|
||||
width: 45px
|
||||
border-radius: 0
|
62
tmobile.html
62
tmobile.html
@ -467,37 +467,7 @@
|
||||
<h1 class="rtitle">Following</h1>
|
||||
</div>
|
||||
|
||||
<div class="content" data-role="content">
|
||||
<ul class="following-list" data-role="listview">
|
||||
<li id="following-user-template" style="display: none;">
|
||||
<div class="mini-profile-info" data-screen-name="">
|
||||
<a href="#" class="open-profile-modal">
|
||||
<img class="mini-profile-photo avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="mini-profile-name">Fulano da Silva</span>
|
||||
<span> </span>
|
||||
<span class="mini-screen-name">@
|
||||
<b class="following-screen-name"></b>
|
||||
</span>
|
||||
</a>
|
||||
<div>
|
||||
<a data-role="button" data-mini="true" class="unfollow">Unfollow</a>
|
||||
<a data-role="button" data-mini="true" class="direct-messages-with-user" href="#dmchat">Direct Message</a>
|
||||
<!-- <a data-role="button" data-mini="true" class="public-following">Public</button> -->
|
||||
</div>
|
||||
<div>
|
||||
<span class="swarm-status" style="display: none;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="not-following-any" style="display:none;">
|
||||
<h3>
|
||||
<div> Not following any users! </div>
|
||||
<div> Use "Search" button to find and follow some.</div>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" data-role="content"></div>
|
||||
|
||||
<div class="footer" data-role="footer" data-position="fixed" data-tap-toggle="false">
|
||||
<a href="#home" data-role="button">Home</a>
|
||||
@ -809,7 +779,7 @@
|
||||
</div> <!-- post-data -->
|
||||
</li> <!-- post-template -->
|
||||
|
||||
<div id="post-rt-reference-template">
|
||||
<div id="template-post-rt-reference">
|
||||
<div class="post-rt-reference">
|
||||
<div class="post-photo"><img class="avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo" /></div>
|
||||
<div class="post-info">
|
||||
@ -821,7 +791,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="post-rt-by-template">
|
||||
<div id="template-post-rt-by">
|
||||
<div class="post-rt-sign">
|
||||
<span class="prep">twisted again by</span><a class="open-profile-modal"></a>
|
||||
</div>
|
||||
@ -865,6 +835,32 @@
|
||||
<p class="post-text no-ellipsis"></p>
|
||||
</li>
|
||||
|
||||
<div id="template-following-list">
|
||||
<ul class="following-list" data-role="listview"></ul>
|
||||
</div>
|
||||
|
||||
<div id="template-following-user">
|
||||
<li>
|
||||
<div class="mini-profile-info">
|
||||
<a href="#" class="open-profile-modal">
|
||||
<img class="mini-profile-photo avatar" src="img/grayed_avatar_placeholder_24.png" alt="user-photo"/>
|
||||
<span class="mini-profile-name">Fulano da Silva</span>
|
||||
<span> </span>
|
||||
<span class="mini-screen-name">@
|
||||
<b class="following-screen-name"></b>
|
||||
</span>
|
||||
</a>
|
||||
<div>
|
||||
<a data-role="button" data-mini="true" class="unfollow">Unfollow</a>
|
||||
<a data-role="button" data-mini="true" class="direct-messages-with-user" href="#dmchat">Direct Message</a>
|
||||
<!-- <a data-role="button" data-mini="true" class="public-following">Public</button> -->
|
||||
</div>
|
||||
<div>
|
||||
<span class="swarm-status" style="display: none;"></span>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
</div> <!-- templates -->
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user