mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 22:44:43 +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 &&
|
||||
notificationsPolicy?.summary?.pendingRequestsCount > 0 && (
|
||||
<div class="shazam-container">
|
||||
<div class="shazam-container-inner">
|
||||
<div class="filtered-notifications">
|
||||
<details
|
||||
onToggle={async (e) => {
|
||||
|
@ -578,7 +580,9 @@ function Notifications({ columnMode }) {
|
|||
</Link>
|
||||
</div>
|
||||
)}
|
||||
<NotificationRequestModalButton request={request} />
|
||||
<NotificationRequestModalButton
|
||||
request={request}
|
||||
/>
|
||||
</div>
|
||||
<NotificationRequestButtons
|
||||
request={request}
|
||||
|
@ -593,6 +597,8 @@ function Notifications({ columnMode }) {
|
|||
)}
|
||||
</details>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div id="mentions-option">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Reference in a new issue