Skip to content

Commit fa5df60

Browse files
committed
Update to v6.7.81, Update 7 files
2026-03-23 17:29 - Update: jaufarTafsirApp/app/src/main/assets/books/index.html - Update: jaufarTafsirApp/app/src/main/assets/css/base-styles.css - Update: jaufarTafsirApp/app/src/main/assets/js/DT-COMB.min.js - Update: jaufarTafsirApp/app/src/main/assets/js/DT-inline.js - Update: jaufarTafsirApp/app/src/main/assets/js/index.js - Update: js/navbar.js - Update: js/navbar.min.js
1 parent 4253429 commit fa5df60

File tree

7 files changed

+41
-57
lines changed

7 files changed

+41
-57
lines changed

jaufarTafsirApp/app/src/main/assets/books/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
</div>
8686
<!-- -->
8787
<div class="bookContainer">
88-
<a class="book" href="../books/jaufarTafsir.html">
89-
<p>تفسير جعفر</p>
90-
<p>ޖަޢުފަރުގެ ތަފްސީރު</p>
88+
<a class="book" href="../books/QRN-hadithmv.html">
89+
<p>1 ترجمة حديث إم في</p>
90+
<p>ޙަދީޘްއެމްވީގެ ތަރުޖަމާ</p>
9191
</a>
9292
<a class="book" href="../books/QRN-rasmee.html">
9393
<p>2 الترجمة الرسمية</p>
@@ -308,8 +308,8 @@
308308
<a class="book" href="../books/HDT-all.html">
309309
<p>0 الجامع في الأحاديث والآثار</p>
310310
<p>
311-
<span class="iconBase bookSearchIcon"></span>އެއްކުރަމުންދާ
312-
ޙަދީޘާއި އަޘަރު
311+
<span class="iconBase bookSearchIcon"></span>ހުރިހާ ޙަދީޘާއި
312+
އަޘަރު
313313
</p>
314314
</a>
315315
<a class="book" href="../books/HDT-muwattaMalik.html">
@@ -705,8 +705,8 @@
705705
<a class="book" href="../books/AQD-all.html">
706706
<p>0 الجامع في العقائد</p>
707707
<p>
708-
<span class="iconBase bookSearchIcon"></span>އެއްކުރަމުންދާ
709-
އަގީދާގެ ފޮތްތައް
708+
<span class="iconBase bookSearchIcon"></span>ހުރިހާ އަގީދާގެ
709+
ފޮތްތައް
710710
</p>
711711
</a>
712712
<a class="book" href="../books/AQD-asmaullahilHusna.html">
@@ -847,8 +847,7 @@
847847
<a class="book" href="../books/RDF-all.html">
848848
<p>1 الجامع في المعاجم</p>
849849
<p>
850-
<span class="iconBase bookSearchIcon"></span>އެއްކުރަމުންދާ
851-
ރަދީފުތައް
850+
<span class="iconBase bookSearchIcon"></span>ހުރިހާ ރަދީފުތައް
852851
</p>
853852
</a>
854853
<a
@@ -865,7 +864,7 @@
865864
<a class="book" href="../books/RDF-nanfoiy.html">
866865
<p>3 معجم الأسماء</p>
867866
<p>
868-
<span class="iconBase dictionaryIcon"></span>އެއްކުރަމުންދާ
867+
<span class="iconBase dictionaryIcon"></span>އެއްކުރެވިފައިވާ
869868
ނަންފޮތް
870869
</p>
871870
</a>
@@ -1401,8 +1400,8 @@
14011400
<a class="book" href="../books/DFK-all.html">
14021401
<p>0 الجامع في الكهف</p>
14031402
<p>
1404-
<span class="iconBase bookSearchIcon"></span>އެއްކުރަމުންދާ
1405-
ކަހްފުގެ ފޮތްތައް
1403+
<span class="iconBase bookSearchIcon"></span>ހުރިހާ ކަހްފުގެ
1404+
ފޮތްތައް
14061405
</p>
14071406
</a>
14081407
<a class="book" href="../books/DFK-talkhisKitabiShariah.html">

jaufarTafsirApp/app/src/main/assets/css/base-styles.css

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ body {
220220
color: var(--color-text-primary);
221221
background-color: var(--color-bg-primary);
222222
/* */
223-
font-family: "tafsirFontDv", "tafsirFontAr", "Arial", sans-serif, "faruma";
223+
font-family: "mergedFont", "Arial", sans-serif, "faruma";
224224
/* text-align: right;
225225
direction: rtl;
226226
*/
@@ -413,26 +413,15 @@ img {
413413
Typography - Font
414414
========================================================================== */
415415

416-
/* Dv font */
416+
/* merged font */
417417
@font-face {
418-
font-family: "tafsirFontDv";
419-
src: url(../font/MV_Typewriter_Regular.woff2) format("woff2");
420-
font-display: block;
421-
}
422-
423-
/* Ar font */
424-
@font-face {
425-
font-family: "tafsirFontAr";
426-
src: url(../font/NotoSansArabic-VariableFont_wdth,wght.woff2) format("woff2");
427-
font-display: block;
428-
}
429-
430-
/* @font-face {
431418
font-family: "mergedFont";
432419
src: url(../font/merged-300.woff2) format("woff2"),
433420
url(../font/merged-300.woff) format("woff");
421+
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display */
434422
font-display: block;
435-
} */
423+
/* previously swap */
424+
}
436425

437426
/* https://www.cleancss.com/css-beautify/
438427
https://github.com/h5bp/html5-boilerplate updated with hassaan's css */
@@ -637,7 +626,7 @@ input::-webkit-search-cancel-button {
637626
text-overflow: ellipsis;
638627
white-space: nowrap;
639628
overflow: hidden;
640-
font-family: "tafsirFontDv", "tafsirFontAr", "Arial", sans-serif, "faruma";
629+
font-family: "mergedFont", "Arial", sans-serif, "faruma";
641630
-webkit-font-smoothing: antialiased;
642631
text-align: right;
643632
direction: rtl;
@@ -653,15 +642,9 @@ input::-webkit-search-cancel-button {
653642
color: var(--color-text-primary);
654643
/* ? */
655644
border-radius: 0.28571429rem;
656-
box-shadow:
657-
0 0 0 1px transparent inset,
658-
0 0 0 0 rgba(34, 36, 38, 0.15) inset;
659-
transition:
660-
opacity 0.1s ease,
661-
background-color 0.1s ease,
662-
color 0.1s ease,
663-
box-shadow 0.1s ease,
664-
background 0.1s ease;
645+
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
646+
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
647+
box-shadow 0.1s ease, background 0.1s ease;
665648
/* added */
666649
margin: 5px;
667650
transition: transform 0.2s ease-out;

jaufarTafsirApp/app/src/main/assets/js/DT-COMB.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jaufarTafsirApp/app/src/main/assets/js/DT-inline.js

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -983,21 +983,23 @@ Object.assign(DataTable.defaults, {
983983
},
984984
searchBuilder: {
985985
button: "🔍 ކަސްޓަމް ސާޗް",
986-
add: "+ އިތުރުކުރޭ",
987-
condition: "ޝަރުތު",
988-
clearAll: "ރީސެޓް",
989-
//delete: "Delete",
990-
data: "ބަރި",
991-
//right: "Right",
992-
//left: "Left",
993-
logicAnd: "އަދި &",
994-
logicOr: "ނޫނީ |",
995-
title: {
996-
0: "ސާޗް ޝަރުތުތައް",
997-
_: "ސާޗް ޝަރުތުތައް (%d)",
998-
},
999-
value: "ލިޔުން",
1000-
valueJoiner: "އަދި",
986+
data: "Column",
987+
// data: "ބަރި",
988+
//
989+
// add: "+ އިތުރުކުރޭ",
990+
// condition: "ޝަރުތު",
991+
// clearAll: "ރީސެޓް",
992+
// //delete: "Delete",
993+
// //right: "Right",
994+
// //left: "Left",
995+
// logicAnd: "އަދި &",
996+
// logicOr: "ނޫނީ |",
997+
// title: {
998+
// 0: "ސާޗް ޝަރުތުތައް",
999+
// _: "ސާޗް ޝަރުތުތައް (%d)",
1000+
// },
1001+
// value: "ލިޔުން",
1002+
// valueJoiner: "އަދި",
10011003
},
10021004
searchPanes: {
10031005
// https://datatables.net/reference/option/language.searchPanes.collapse

jaufarTafsirApp/app/src/main/assets/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ document.addEventListener("DOMContentLoaded", function () {
585585
"ސޭވްކުރި ސަފުހާގެ ލިންކު ޕޭސްޓްކުރޭ",
586586
);
587587
inputElement.style.removeProperty("--placeholder-color");
588-
inputElement.style.removeProperty("--border-color");
588+
inputElement.style.xremoveProperty("--border-color");
589589
});
590590
});
591591

js/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this was initially just navbar code, but then i added other snippets i needed on every page, but not the dt stuff
22

3-
var hmvVersionNo = "6.7.80";
3+
var hmvVersionNo = "6.7.81";
44
// changed from 4.1.43 to 6.2.88, to match number of commits
55

66
// cant be 4.0, has to be like 4.1 or 4.01, as empty zeros will get removes

js/navbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)