1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 22:57:36 +01:00

488 Commits

Author SHA1 Message Date
Nolan Lawson
98b704f465 optimistic updates for fav/reblog 2018-03-20 17:41:39 -07:00
Nolan Lawson
1786d737bb correctly resize text input after posting 2018-03-19 20:58:53 -07:00
Nolan Lawson
f6d1e5079a add titles for mention links 2018-03-19 18:05:51 -07:00
Nolan Lawson
00fd911579 truly fix streaming gap issue, remove sleeps from tests 2018-03-19 18:00:49 -07:00
Nolan Lawson
eaa19f79e4 fix streaming gap issue 2018-03-19 10:09:05 -07:00
Nolan Lawson
add39a7334 faster HiddenFromSSR implementation 2018-03-18 18:37:19 -07:00
Nolan Lawson
536fa97060 don't attempt to remove reblogged duplicates 2018-03-18 09:31:36 -07:00
Nolan Lawson
4d386357e7 fix another indexeddb migration bug 2018-03-17 11:59:35 -07:00
Nolan Lawson
b2f8f356ed bump db because lodash-webpack-plugin broke it 2018-03-16 23:39:10 -07:00
Nolan Lawson
ed0db17ca0 add auto-focus to reply input text 2018-03-16 19:04:48 -07:00
Nolan Lawson
9a0071a934 clicking avatars goes directly to profile 2018-03-16 18:48:24 -07:00
Nolan Lawson
4e47f3048b can show list of follow requests 2018-03-16 09:18:40 -07:00
Nolan Lawson
67e2e781f4 start on follow requests 2018-03-16 09:05:34 -07:00
Nolan Lawson
9de2949cb7 Simplify selectors, prefer class selectors for SVGs 2018-03-16 08:58:04 -07:00
Nolan Lawson
bd0a0bf0be refactor 2018-03-16 00:01:03 -07:00
Nolan Lawson
e4572a8066 increase timeout 2018-03-15 21:01:37 -07:00
Nolan Lawson
a25dd048b6 make statuses robust against duplicates, remove duplicate from test 2018-03-15 20:04:24 -07:00
Nolan Lawson
a5ca99c2f0 fix some tests 2018-03-15 17:33:52 -07:00
Nolan Lawson
9c6b8a7a8e Revert "use rIC to keep scrolling smooth"
This reverts commit fc8554bed34121c55d738cad58e5104c3cc95f33.
2018-03-15 10:25:02 -07:00
Nolan Lawson
8c8c6bab25 improve perf of hydrateContent slightly 2018-03-15 10:05:49 -07:00
Nolan Lawson
fc8554bed3 use rIC to keep scrolling smooth 2018-03-15 10:00:51 -07:00
Nolan Lawson
f137f0c56c simplify and expand click delegates 2018-03-15 08:59:30 -07:00
Nolan Lawson
f81bb51936 change toast message 2018-03-14 23:17:47 -07:00
Nolan Lawson
622b162924 uniqBy doesnt have shorthands in production 2018-03-14 23:13:27 -07:00
Nolan Lawson
8bd3cf24e3 reduce viewport render factor for better scrolling perf 2018-03-14 23:03:37 -07:00
Nolan Lawson
56f7efb78f implement requesting to follow someone 2018-03-14 22:32:58 -07:00
Nolan Lawson
c11f2454ad break up status rendering with rAF a bit 2018-03-14 19:04:48 -07:00
Nolan Lawson
1477fbfbda faster classname function 2018-03-14 18:52:33 -07:00
Nolan Lawson
2db30856f9 fix bug where large items might not be rendered when scrolling up 2018-03-14 18:38:26 -07:00
Nolan Lawson
a2744cddb0 attempt to fix dupliates in itemIdsToAdd 2018-03-14 09:46:08 -07:00
Nolan Lawson
b8d1ccb339 add ability to delete a status 2018-03-14 08:36:12 -07:00
Nolan Lawson
ffa672382d fix underline on link hover 2018-03-14 07:24:24 -07:00
Nolan Lawson
c97937eced remove unnecessary rAF 2018-03-14 07:24:16 -07:00
Nolan Lawson
436c8c05aa implement lazy images 2018-03-13 23:07:30 -07:00
Nolan Lawson
dd67b4f856 fix "loading more" spinner 2018-03-13 21:27:34 -07:00
Nolan Lawson
5908ac6614 Implement LazyPage and refactor to support it 2018-03-13 20:02:50 -07:00
Nolan Lawson
b0896a4e10 move informational footer to own component 2018-03-12 22:16:52 -07:00
Nolan Lawson
a05c691667 Revert "improve column switching performance"
This reverts commit 88136940397acc94b4e02a358c24ad6fa47377d1.
2018-03-12 22:13:51 -07:00
Nolan Lawson
8813694039 improve column switching performance 2018-03-12 20:58:45 -07:00
Nolan Lawson
624020dd01 improve keyboard latency in compose box 2018-03-12 20:18:34 -07:00
Nolan Lawson
136ec67d61 fix length gauge 2018-03-12 10:06:41 -07:00
Nolan Lawson
c13771c3a0 more options button to follow/unfollow 2018-03-11 19:40:32 -07:00
Nolan Lawson
92176df3ab add ability to follow/unfollow an account 2018-03-11 15:22:31 -07:00
Nolan Lawson
9c0fbdabd2 better offline support 2018-03-11 12:11:06 -07:00
Nolan Lawson
e397bf3b3b lint fix 2018-03-11 10:49:18 -07:00
Nolan Lawson
217aca3d31 only show one status if the thread is not cached 2018-03-11 10:48:16 -07:00
Nolan Lawson
06575a0b81 delete statuses should delete notifications 2018-03-10 21:05:00 -08:00
Nolan Lawson
da2daa955d fix statuses being deleted from threads 2018-03-10 20:24:07 -08:00
Nolan Lawson
23a247a8c2 basic support for delete streaming 2018-03-10 16:21:10 -08:00
Nolan Lawson
d4e48ac6fa better indication of non-autoplay gifs 2018-03-10 11:28:30 -08:00