Commit graph

35 commits

Author SHA1 Message Date
a28903c8b7 Revisit the loader implementation (again) 2024-10-02 06:44:54 -03:00
07788b4e5e Inject vendor.js via loader 2024-08-30 14:07:23 -03:00
8397ca1778 Add: surah.{urlName,translitName}
Replaces surah.roman.{name,slug}
2024-08-13 16:36:35 -03:00
c6313cd476 Fix 'npm outdated' 2024-07-28 22:45:24 -03:00
bb29f2a549 Update postman/README.md 2024-05-24 14:45:36 -03:00
9627c60021 Add translatedBy to surahs.json 2024-05-19 20:22:14 -03:00
e1249e7b81 Add Farsi support
This change is a big one. It adds Farsi support,
which by itself is significant. In the process of
adding Farsi support other significant improvements
were made:

* Select.tsx component
* TLocale (Quran/index.ts)
* ...
2024-05-19 16:51:37 -03:00
a966e8a8e2 Restructure info.json
The schema has been changed to be easily
interchangeable between different locales,
and these changes make it easier to adopt
Farsi support as well.
2024-05-16 16:17:12 -03:00
976f716aec Apply readonly more broadly 2024-05-15 22:18:20 -03:00
dda1f9abfd Group Quran/src/index.ts 2024-05-15 22:09:48 -03:00
bbceeec340 Add jsdoc documentation 2024-05-15 21:56:21 -03:00
deae96fc4b Add Quran.locales 2024-05-15 21:51:04 -03:00
d62e34dd3e Replace noise-y generic types 2024-05-01 08:07:00 -03:00
e8347fa5a5 Add packages/typescript/Quran/ 2024-04-30 09:43:30 -03:00
0317773fe4 Remove .gitmodules 2024-02-24 22:03:27 -03:00
0927a76085 Add option to provide 'RequestInit' to items that use fetch 2023-10-08 06:31:29 -03:00
9415547461 Remove 'fetchOptions' 2023-10-08 06:31:29 -03:00
599f37d2fe Update t 2023-10-07 19:29:52 -03:00
d186dce484 postman: add second argument for custom props 2023-06-30 23:28:48 -03:00
564b01da62 postman: update readme 2023-06-24 00:01:43 -03:00
89bfac58a2 postman: update readme 2023-06-24 00:00:47 -03:00
04df34d00d postman: update readme 2023-06-23 23:58:36 -03:00
99f2cbe27e postman: update readme 2023-06-23 23:54:09 -03:00
7d4834558a postman: update readme 2023-06-23 23:52:22 -03:00
344192862f postman: update readme 2023-06-23 23:52:09 -03:00
bd40397477 postman: update readme 2023-06-23 23:48:26 -03:00
7db6e9829f postman: update readme 2023-06-23 23:42:19 -03:00
9d770051ee postman: update readme 2023-06-23 23:42:09 -03:00
89d2bf7659 postman: update readme 2023-06-23 23:40:30 -03:00
f902545513 Fix build 2023-06-23 22:52:43 -03:00
4698db6aed postman: export item before default 2023-06-23 22:44:09 -03:00
26a5fe055b postman: add parseArgs. 2023-06-23 22:41:36 -03:00
Robert
5716425bd2
Rename Packet to Postman (#131) 2023-06-23 22:31:25 -03:00
Robert
5f300681d2
Add new packet interface (#130) 2023-06-23 21:58:56 -03:00
6935e67a49 WebPackage -> Packet
Rename WebPackage to Packet.
Move Packet to `/packages/typescript/packet`.
2023-06-21 19:58:31 -03:00