nodebb-theme-persona 13.0.6 → 13.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ The Persona theme is the default theme for NodeBB for versions spanning v0.7.1 t
|
|
|
5
5
|
|
|
6
6
|
For the v3.x release line, Persona will be a supported theme bundled with NodeBB, but will not be active by default.
|
|
7
7
|
|
|
8
|
+
## Issues
|
|
9
|
+
|
|
10
|
+
Issues are now tracked in [the main project issue tracker](https://github.com/NodeBB/NodeBB/issues?q=is%3Aopen+is%3Aissue+label%3Athemes).
|
|
11
|
+
|
|
8
12
|
## Addons
|
|
9
13
|
|
|
10
14
|
[Recent Cards](https://github.com/psychobunny/nodebb-plugin-recent-cards)
|
package/package.json
CHANGED
package/scss/topic.scss
CHANGED
|
@@ -618,16 +618,6 @@
|
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
|
|
621
|
-
.selection-tooltip-container {
|
|
622
|
-
position: absolute;
|
|
623
|
-
padding: 5px;
|
|
624
|
-
border: 1px solid $card-border-color;
|
|
625
|
-
background-color: $card-bg;
|
|
626
|
-
border-radius: 3px;
|
|
627
|
-
margin: 10px 0px 0px 0px;
|
|
628
|
-
z-index: 1;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
621
|
[component="post"] {
|
|
632
622
|
>.post-header [component="user/picture"], >.post-header [component="user/status"] {
|
|
633
623
|
opacity: 1;
|
package/templates/login.tpl
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
{{{ if allowLocalLogin }}}
|
|
11
11
|
<div class="{{{ if alternate_logins }}}col-md-6{{{ else }}}col-md-12{{{ end }}}">
|
|
12
12
|
<div class="login-block">
|
|
13
|
-
<div class="alert alert-danger" id="login-error-notify"
|
|
14
|
-
<button type="button" class="close" data-dismiss="alert"
|
|
13
|
+
<div class="alert alert-danger" id="login-error-notify" {{{ if error }}}style="display:block"{{{ else }}}style="display: none;"{{{ end }}}>
|
|
14
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
|
|
15
15
|
<strong>[[login:failed_login_attempt]]</strong>
|
|
16
16
|
<p>{error}</p>
|
|
17
17
|
</div>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{{{ if config.loggedIn }}}
|
|
2
2
|
<ul class="nav nav-pills">
|
|
3
3
|
<li class="nav-item">
|
|
4
|
-
<a class="nav-link" href="#notifications" data-bs-toggle="tab"><span class="counter unread-count" component="notifications/icon" data-content="{unreadCount.notification}"></span> <i class="fa fa-fw fa-bell"></i></a>
|
|
4
|
+
<a class="nav-link" href="#" data-bs-target="#notifications" data-bs-toggle="tab"><span class="counter unread-count" component="notifications/icon" data-content="{unreadCount.notification}"></span> <i class="fa fa-fw fa-bell"></i></a>
|
|
5
5
|
</li>
|
|
6
6
|
{{{ if !config.disableChat }}}
|
|
7
7
|
<li class="nav-item">
|
|
8
|
-
<a class="nav-link" href="#chats" data-bs-toggle="tab"><i class="counter unread-count" component="chat/icon" data-content="{unreadCount.chat}"></i> <i class="fa fa-fw fa-comment"></i></a>
|
|
8
|
+
<a class="nav-link" href="#" data-bs-target="#chats" data-bs-toggle="tab"><i class="counter unread-count" component="chat/icon" data-content="{unreadCount.chat}"></i> <i class="fa fa-fw fa-comment"></i></a>
|
|
9
9
|
</li>
|
|
10
10
|
{{{ end }}}
|
|
11
11
|
<li class="nav-item">
|
|
12
|
-
<a class="nav-link active" href="#profile" data-bs-toggle="tab">
|
|
12
|
+
<a class="nav-link active" href="#" data-bs-target="#profile" data-bs-toggle="tab">
|
|
13
13
|
{buildAvatar(user, "24px", true, "user-icon")}
|
|
14
14
|
<i component="user/status" class="fa fa-fw fa-circle status {user.status}"></i>
|
|
15
15
|
</a>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div component="selection/tooltip" class="selection-tooltip-container">
|
|
1
|
+
<div component="selection/tooltip" class="selection-tooltip-container position-absolute card card-body p-1 rounded-1 mt-2" style="z-index: 1;">
|
|
2
2
|
<button component="selection/tooltip/quote" class="btn btn-sm btn-primary quote-tooltip-btn">[[topic:quote]]</button>
|
|
3
3
|
</div>
|
package/templates/reset.tpl
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
<div class="card card-body bg-light">
|
|
9
9
|
<div class="alert alert-success hide" id="success">
|
|
10
|
-
<button type="button" class="close" data-dismiss="alert"
|
|
10
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
|
|
11
11
|
[[reset_password:password_reset_sent]]
|
|
12
12
|
</div>
|
|
13
13
|
<div class="alert alert-danger hide" id="error">
|
|
14
|
-
<button type="button" class="close" data-dismiss="alert"
|
|
14
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
|
|
15
15
|
[[reset_password:invalid_email]]
|
|
16
16
|
</div>
|
|
17
17
|
<form onsubmit="return false;">
|
package/templates/reset_code.tpl
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
<!-- ENDIF displayExpiryNotice -->
|
|
10
10
|
<div class="alert alert-success hidden" id="success">
|
|
11
|
-
<button type="button" class="close" data-dismiss="alert"
|
|
11
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
|
|
12
12
|
<strong>[[reset_password:password_changed.title]]</strong>
|
|
13
13
|
<p>[[reset_password:password_changed.message]]</p>
|
|
14
14
|
</div>
|