Commit ·
e355ff5
1
Parent(s): 70184c4
UI: Make window dots decorative only, rename floating bar Quran label
Browse files- src/index.html +6 -6
src/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<!doctype html>
|
| 2 |
<html lang="ar" dir="rtl" class="h-full">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
|
@@ -668,7 +668,7 @@
|
|
| 668 |
<button id="write-tab" onclick="switchTab('write')" class="editor-tab active" type="button">كتابة</button>
|
| 669 |
<button id="summarize-tab" onclick="switchTab('summarize')" class="editor-tab" type="button">تلخيص</button>
|
| 670 |
<button id="dialect-tab" onclick="switchTab('dialect')" class="editor-tab" type="button">تحويل للفصحى</button>
|
| 671 |
-
<button id="quran-tab" onclick="switchTab('quran')" class="editor-tab" type="button">القرآن</button>
|
| 672 |
<button id="docs-sidebar-toggle" class="docs-sidebar-toggle-mobile btn-ghost lg:hidden" type="button" aria-label="مستنداتي" aria-expanded="false" aria-controls="docs-sidebar">
|
| 673 |
<svg width="18" height="18" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"/></svg>
|
| 674 |
</button>
|
|
@@ -680,9 +680,9 @@
|
|
| 680 |
</div>
|
| 681 |
<span id="auto-save-status" class="text-xs text-secondary" style="opacity:0;transition:opacity 0.3s;"></span>
|
| 682 |
<div class="window-dots" aria-hidden="true">
|
| 683 |
-
<span class="dot dot--red"
|
| 684 |
-
<span class="dot dot--yellow"
|
| 685 |
-
<span class="dot dot--green"
|
| 686 |
</div>
|
| 687 |
</div>
|
| 688 |
</div>
|
|
@@ -2215,7 +2215,7 @@
|
|
| 2215 |
<span class="sel-tool-sep"></span>
|
| 2216 |
<button type="button" class="sel-tool-btn" onclick="selectionToolAction('quran')" title="تدقيق النص القرآني المحدد">
|
| 2217 |
<svg width="14" height="14" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"/></svg>
|
| 2218 |
-
قرآن
|
| 2219 |
</button>
|
| 2220 |
</div>
|
| 2221 |
</body>
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
<html lang="ar" dir="rtl" class="h-full">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
|
|
|
| 668 |
<button id="write-tab" onclick="switchTab('write')" class="editor-tab active" type="button">كتابة</button>
|
| 669 |
<button id="summarize-tab" onclick="switchTab('summarize')" class="editor-tab" type="button">تلخيص</button>
|
| 670 |
<button id="dialect-tab" onclick="switchTab('dialect')" class="editor-tab" type="button">تحويل للفصحى</button>
|
| 671 |
+
<button id="quran-tab" onclick="switchTab('quran')" class="editor-tab" type="button">تدقيق النص القرآني</button>
|
| 672 |
<button id="docs-sidebar-toggle" class="docs-sidebar-toggle-mobile btn-ghost lg:hidden" type="button" aria-label="مستنداتي" aria-expanded="false" aria-controls="docs-sidebar">
|
| 673 |
<svg width="18" height="18" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"/></svg>
|
| 674 |
</button>
|
|
|
|
| 680 |
</div>
|
| 681 |
<span id="auto-save-status" class="text-xs text-secondary" style="opacity:0;transition:opacity 0.3s;"></span>
|
| 682 |
<div class="window-dots" aria-hidden="true">
|
| 683 |
+
<span class="dot dot--red"></span>
|
| 684 |
+
<span class="dot dot--yellow"></span>
|
| 685 |
+
<span class="dot dot--green"></span>
|
| 686 |
</div>
|
| 687 |
</div>
|
| 688 |
</div>
|
|
|
|
| 2215 |
<span class="sel-tool-sep"></span>
|
| 2216 |
<button type="button" class="sel-tool-btn" onclick="selectionToolAction('quran')" title="تدقيق النص القرآني المحدد">
|
| 2217 |
<svg width="14" height="14" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"/></svg>
|
| 2218 |
+
تدقيق قرآني
|
| 2219 |
</button>
|
| 2220 |
</div>
|
| 2221 |
</body>
|