Lim Chee Aun
c2e6d732c4
Initial i18n dev
...
Expecting bugs!
2024-08-13 15:26:23 +08:00
Lim Chee Aun
f05e3012e3
Preliminary step for RTL
2024-08-04 13:32:46 +08:00
Lim Chee Aun
4c0bc62ad0
Group filtered carousel items
2024-07-22 14:31:52 +08:00
Lim Chee Aun
c950a6552c
Experiment: unhide header when clicking on timeline items
2024-07-03 20:01:11 +08:00
Lim Chee Aun
21bdb6afc1
Posts timeline for trending links
...
Timeline logic changed slightly, so might be buggy.
2024-06-19 12:22:17 +08:00
Lim Chee Aun
3e1b9ff53d
Apply filter context in compact status too
2024-05-02 23:29:01 +08:00
Mick O'Brien
5ae2058c07
Fix enter
keyboard shortcut on timeline
...
Currently pressing `enter` opens the active status if the status or any
focusable child of the status is focused e.g. the avatar or a link.
I think it should only open the post details when the post itself is
focused.
2024-04-26 12:23:53 +01:00
Lim Chee Aun
effbe189e1
Revert "Test upgrade react-hotkeys-hook for the keys fix"
...
This reverts commit 9285a0ba9a
.
2024-04-16 00:09:53 +08:00
Lim Chee Aun
9285a0ba9a
Test upgrade react-hotkeys-hook for the keys fix
2024-04-13 00:11:00 +08:00
Lim Chee Aun
a0d2037007
Early implementation of media-first UI experience
2024-04-11 17:18:17 +08:00
Lim Chee Aun
28882d98d9
Add different UI state than default for start
2024-04-02 17:42:51 +08:00
Lim Chee Aun
0fbc566454
Fix this somehow-partially implemented dot shortcut
2024-03-24 00:21:41 +08:00
Lim Chee Aun
2723ef4593
Attempt to fix wrong boosts count
2024-03-16 13:36:23 +08:00
Lim Chee Aun
c84ad73d0d
More memoization
2024-02-14 17:17:15 +08:00
Lim Chee Aun
26d445af7d
Fix reply parent hint not appearing
...
Also respect language
2024-01-30 17:43:44 +08:00
Lim Chee Aun
3470b9adec
Fix forgot to opt-in new experiment
2024-01-30 15:22:01 +08:00
Lim Chee Aun
f3d77dd04e
Experimental reply parent hint
2024-01-30 14:34:54 +08:00
Lim Chee Aun
ecd5c7b91e
. (period) keyboard shortcut = load new posts
2024-01-09 23:47:21 +08:00
Lim Chee Aun
3d4ebb8abe
Adjust rootMargin
2024-01-03 10:54:55 +08:00
Lim Chee Aun
b4d4c61128
Experiment delay render items in carousel
2024-01-02 19:56:54 +08:00
Lim Chee Aun
764125e6b9
Test replace scroll-based to inview
2024-01-02 19:26:05 +08:00
Lim Chee Aun
0ebbc5b34e
Don't need nearReachEnd, use InView more
2024-01-02 12:24:03 +08:00
Lim Chee Aun
d7d838ebf8
Rebuild useScroll, less states
2023-12-29 18:29:08 +08:00
Lim Chee Aun
33b55c937b
Fix hide-filtered items appearing in boost carousel
2023-12-21 13:32:32 +08:00
Lim Chee Aun
aa8cbe046c
New experiment: followed tag indicator
2023-12-15 01:58:44 +08:00
Lim Chee Aun
d87f60665a
Enable comment hint for end of thread/conversation
2023-11-15 00:42:19 +08:00
Lim Chee Aun
19ed85f298
Make comment hint opt-in
2023-11-14 22:45:13 +08:00
Lim Chee Aun
770f4d9205
Prevent pinned posts from being grouped
2023-11-13 16:57:15 +08:00
Lim Chee Aun
dc2eb1163f
Slow down polling if scrolled down
2023-11-09 00:16:16 +08:00
Lim Chee Aun
98d1f44244
Also 3s
2023-11-07 11:19:49 +08:00
Lim Chee Aun
d16cd501d4
Quick fix for pinned post not showing pin
...
_pinned no longer stored with post, so pinned posts now can't be reactive
2023-11-07 07:59:59 +08:00
Lim Chee Aun
bca205182e
Quick fix rendering bug when switching media filter
2023-11-06 22:48:20 +08:00
Lim Chee Aun
6e3494488a
Reduce interval to 15s
2023-11-06 09:44:46 +08:00
Lim Chee Aun
21007e0a4d
Make Try Again button more noticeable
2023-11-04 09:56:06 +08:00
Lim Chee Aun
0bc1b598c3
Breaking: rewrote filters implementation
2023-11-03 21:45:31 +08:00
Lim Chee Aun
caeeffaa72
Extra check if container if not clickable
2023-11-01 18:12:22 +08:00
Lim Chee Aun
33b989fffc
Loosen the scrollTop check
2023-10-31 00:42:24 +08:00
Lim Chee Aun
99f81c49c4
Revert "Debounce checks, less noisy"
...
This reverts commit 9c4252315a
.
2023-10-30 20:45:30 +08:00
Lim Chee Aun
b40bbb32c2
Alrighty, this is media-view layout
2023-10-29 21:41:03 +08:00
Lim Chee Aun
6dd6e0e77c
Refactor some components/callbacks
2023-10-27 14:15:29 +08:00
Lim Chee Aun
9c4252315a
Debounce checks, less noisy
2023-10-22 19:26:41 +08:00
Lim Chee Aun
ddc8c1e9d9
Compact status need private-mention style if it is
2023-10-21 23:05:32 +08:00
Lim Chee Aun
749d6880b8
Experiment making idle detection global
...
Hooks are nice but it makes component re-render unnecessarily
Also, idle detection doesn't need to be per-component.
2023-10-21 12:26:28 +08:00
Lim Chee Aun
106cd16e41
Add loading state to filter bar
2023-10-19 10:13:53 +08:00
Lim Chee Aun
5faf911b17
Replace scrollIntoViewIfNeeded with scrollIntoView
...
Because non-standard and not supported on Firefox
2023-10-04 21:24:48 +08:00
Lim Chee Aun
d429ef9161
Don't compact spoiler post if from different author
2023-10-04 08:31:40 +08:00
Lim Chee Aun
4436c337dd
Cleanup
2023-10-03 15:07:47 +08:00
Lim Chee Aun
cb04659ab1
Allow filters for posts in carousels
2023-09-25 10:20:32 +08:00
Lim Chee Aun
cb36308790
Collapse grouped conversations too
2023-09-24 18:11:23 +08:00
Lim Chee Aun
4c3666df6a
Remove isHovering
2023-09-23 19:51:53 +08:00