aef5ad40ee
Merge branch 'main' into production
2024-01-03 15:57:13 -03:00
2ea3055305
seo-related changes
2024-01-03 15:55:21 -03:00
93ecabc79e
v0.7.9
2023-12-14 22:14:11 -03:00
8e3cabb262
bug: write "/favicon.svg"
2023-12-14 22:14:11 -03:00
5f55d62ada
Switch to an SVG favicon
2023-12-14 22:14:11 -03:00
8e71398a76
Fix build
2023-12-14 22:14:11 -03:00
32940de80a
v0.7.9
2023-12-14 22:13:17 -03:00
af016d24a8
bug: write "/favicon.svg"
2023-12-14 22:11:12 -03:00
5d90d9f64f
Switch to an SVG favicon
2023-12-10 19:52:59 -03:00
f71d83c815
Fix build
2023-12-04 09:37:03 -03:00
bb20c12433
v0.7.8
2023-12-04 09:08:23 -03:00
fc25721e53
Adjust responsiveness on SurahStream.tsx
2023-12-04 09:08:23 -03:00
4c57ec4d80
Responsive improvements (on SurahStream)
2023-12-04 09:08:23 -03:00
dfc1a1979d
v0.7.8
2023-12-04 09:07:31 -03:00
acc049fb3d
Adjust responsiveness on SurahStream.tsx
2023-12-04 09:07:05 -03:00
921453ea5a
Responsive improvements (on SurahStream)
2023-12-04 08:48:23 -03:00
fff1a7b48e
v0.7.7
2023-12-04 07:57:56 -03:00
c943ace50b
Fix language dropdown alignment on iOS
2023-12-04 07:57:56 -03:00
4cb6debfb9
v0.7.7
2023-12-04 07:57:08 -03:00
fadf792c3e
Fix language dropdown alignment on iOS
2023-12-04 07:56:43 -03:00
c9e676a16a
Reduce right offset on arabic layout
2023-12-04 07:43:51 -03:00
c25d3aedcb
Remove dead CSS
2023-12-04 07:43:51 -03:00
e65464b0d3
v0.7.6
2023-12-04 07:43:51 -03:00
7421f041e6
Avoid text jump when the stream is paused
...
When the scrollbar goes from display none to being visible, the
text beside it can jump in-place. This change avoids that by making
the scrollbar invisible.
2023-12-04 07:43:51 -03:00
611582c93d
v0.7.5
2023-12-04 07:43:51 -03:00
a3a9f4abb5
Really fix auto-scroll on iOS
2023-12-04 07:43:51 -03:00
cbab7d1795
Reduce right offset on arabic layout
2023-12-04 07:43:15 -03:00
9f787c21bb
Remove dead CSS
2023-12-04 07:26:00 -03:00
362addad12
v0.7.6
2023-12-04 05:28:36 -03:00
ac9992ece8
Avoid text jump when the stream is paused
...
When the scrollbar goes from display none to being visible, the
text beside it can jump in-place. This change avoids that by making
the scrollbar invisible.
2023-12-04 05:27:06 -03:00
8e364f6a43
v0.7.5
2023-12-04 05:04:37 -03:00
446c4ed276
Really fix auto-scroll on iOS
2023-12-04 05:03:35 -03:00
6706f8a4a9
Remove scrollIntoView
2023-12-04 04:03:46 -03:00
74576b05aa
Remove scrollIntoView
2023-12-04 03:57:27 -03:00
abcb0d6d76
v0.7.4
2023-12-04 02:08:30 -03:00
61c98d072f
Remove deadcode
2023-12-04 02:08:30 -03:00
5264b846f6
fixup! Add "OFFSET" to Stream.tsx
2023-12-04 02:08:30 -03:00
01d7e4f6fb
Add "OFFSET" to Stream.tsx
2023-12-04 02:08:30 -03:00
3acdaf8a2a
Optimize memo of Stream.tsx
...
The Stream only has to re-render when 'stream.length' changes, but
could be re-rendered by a parent in scenarios where 'stream.length'
has not changed. This change optimizes that scenario by only
re-rendering the stream when 'stream.length' changes.
2023-12-04 02:08:30 -03:00
af92fafeb2
useRef / useMemo in Stream.tsx
2023-12-04 02:08:30 -03:00
e0ed29b812
scrollBy offsetHeight + scrollTop
2023-12-04 02:08:30 -03:00
23c9757fd0
v0.7.3
2023-12-04 02:08:30 -03:00
454faac829
Fix auto-scroll in SurahStream.tsx (mobile / iOS)
2023-12-04 02:08:30 -03:00
98cf4f5234
v0.7.2
2023-12-04 02:08:30 -03:00
9defa1bb47
Add /durations/
...
This change fixes SurahStream.tsx by hosting the durations for the
timer locally, within the app, rather than depending on
al-quran.reflectslight.io being accessible (eg when offline).
2023-12-04 02:08:30 -03:00
ba3bdb9456
Fix deadlock
2023-12-04 02:08:30 -03:00
f73ecc1e3e
tasks: clean_css -> clean:css
2023-12-04 02:08:30 -03:00
38f8419dad
Follow same pattern as other tasks
2023-12-04 02:08:30 -03:00
594d76fd56
Add lock to avoid builds running in parallel
...
When one build is running, we don't want a second one
to run as well as the two builds could step on each
other toes. This change adds a locking mechanism that
waits for the current build to finish before starting
the next build.
2023-12-04 02:08:30 -03:00
bd627f6704
v0.7.4
2023-12-04 02:07:53 -03:00