mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-25 23:24:44 +01:00
Shazam the filtered notifications
This commit is contained in:
parent
e3591514a1
commit
66e58c74ef
1 changed files with 64 additions and 58 deletions
|
@ -532,6 +532,8 @@ function Notifications({ columnMode }) {
|
||||||
)}
|
)}
|
||||||
{supportsFilteredNotifications &&
|
{supportsFilteredNotifications &&
|
||||||
notificationsPolicy?.summary?.pendingRequestsCount > 0 && (
|
notificationsPolicy?.summary?.pendingRequestsCount > 0 && (
|
||||||
|
<div class="shazam-container">
|
||||||
|
<div class="shazam-container-inner">
|
||||||
<div class="filtered-notifications">
|
<div class="filtered-notifications">
|
||||||
<details
|
<details
|
||||||
onToggle={async (e) => {
|
onToggle={async (e) => {
|
||||||
|
@ -578,7 +580,9 @@ function Notifications({ columnMode }) {
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<NotificationRequestModalButton request={request} />
|
<NotificationRequestModalButton
|
||||||
|
request={request}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<NotificationRequestButtons
|
<NotificationRequestButtons
|
||||||
request={request}
|
request={request}
|
||||||
|
@ -593,6 +597,8 @@ function Notifications({ columnMode }) {
|
||||||
)}
|
)}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
<div id="mentions-option">
|
<div id="mentions-option">
|
||||||
<label>
|
<label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue