[mirotalksfu] - move notifications clean button

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-20 05:16:39 +02:00
الأصل d9357cb992
التزام 8f0b508f85
8 ملفات معدلة مع 29 إضافات و29 حذوفات

عرض الملف

@@ -64,7 +64,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.9.84
* @version 1.9.85
*
*/

4
package-lock.json مولّد
عرض الملف

@@ -1,12 +1,12 @@
{
"name": "mirotalksfu",
"version": "1.9.84",
"version": "1.9.85",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalksfu",
"version": "1.9.84",
"version": "1.9.85",
"license": "AGPL-3.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.913.0",

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.9.84",
"version": "1.9.85",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {

عرض الملف

@@ -783,6 +783,17 @@ body {
align-items: center;
}
.input-container button {
flex: 1;
width: 20px;
}
.buttons-container {
display: flex;
justify-content: space-between;
gap: 6px;
}
#rtmpStreamURL,
#rtmpLiveUrl {
margin-top: 5px;
@@ -803,11 +814,6 @@ body {
background: var(--select-bg) !important;
}
.input-container button {
flex: 1;
width: 20px;
}
.btn-custom {
width: 100%;
background: var(--body-bg);
@@ -1058,10 +1064,7 @@ body {
}
#notifyEmailCleanBtn {
height: 45px;
padding: 10px;
margin: 10px 0 10px 5px; /* top | right | bottom | left */
border: var(--border);
width: 130px;
}
/*--------------------------------------------------------------

عرض الملف

@@ -78,7 +78,7 @@ let BRAND = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: '<strong>WebRTC SFU v1.9.84</strong>',
title: '<strong>WebRTC SFU v1.9.85</strong>',
html: `
<button
id="support-button"

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.9.84
* @version 1.9.85
*
*/
@@ -5710,7 +5710,7 @@ function showAbout() {
position: 'center',
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
customClass: { image: 'img-about' },
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.84',
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.85',
html: `
<br />
<div id="about">

عرض الملف

@@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.9.84
* @version 1.9.85
*
*/

عرض الملف

@@ -616,15 +616,7 @@ access to use this app.
<i class="fas fa-envelope"></i>
<p>Email</p>
</div>
<div class="input-container">
<input
type="text"
id="notifyEmailInput"
class="form-control"
placeholder="Enter email"
/>
<button id="notifyEmailCleanBtn"><i class="fas fa-trash"></i></button>
</div>
<input type="text" id="notifyEmailInput" class="form-control" placeholder="Enter email" />
</div>
<br />
<div class="title">
@@ -646,9 +638,14 @@ access to use this app.
</td>
</tr>
</table>
<button id="saveNotificationsBtn" class="btn-custom">
<i class="fas fa-save"></i> Save Notifications
</button>
<div class="buttons-container">
<button id="notifyEmailCleanBtn" class="btn-custom">
<i class="fas fa-trash"></i> Clean
</button>
<button id="saveNotificationsBtn" class="btn-custom">
<i class="fas fa-save"></i> Save Notifications
</button>
</div>
</div>
<div id="tabModerator" class="tabcontent">