Nolan Lawson
b2d7fad435
perf: only update draggable x/y state at end of drag ( #1379 )
...
* perf: only update draggable x/y state at end of drag
This is more intelligent and more performant than using requestIdleCallback willy-nilly. We can just update the store when the user is actually done dragging the button.
* remove console.log
* consistent syntax
2019-08-07 20:38:01 -07:00
Nolan Lawson
a5f68aa45c
fix: make focal point button a bit larger ( #1377 )
...
* fix: make focal point button a bit larger
* make it a tad smaller
2019-08-07 09:11:52 -07:00
Nolan Lawson
87bab8662c
perf: use requestPostAnimationFrame to reduce layout thrashing ( #1376 )
2019-08-07 09:11:34 -07:00
Nolan Lawson
98e02cf650
perf: avoid measureText() where possible ( #1375 )
2019-08-07 09:11:15 -07:00
Nolan Lawson
774210f776
1.11.7
2019-08-04 21:31:57 -07:00
Nolan Lawson
530fad2079
chore: update yarn ( #1372 )
2019-08-04 21:31:30 -07:00
Nolan Lawson
d58ab52a09
fix: improve focal points draggable style/perf ( #1371 )
...
* fix: improve focal points draggable style/perf
* remove unnecessary global
* fix all the things
* fix comment
2019-08-04 13:31:51 -07:00
Nolan Lawson
00945a3608
chore: update standard to v13 ( #1370 )
2019-08-03 13:49:37 -07:00
Nolan Lawson
b034b60145
chore: update webpack to 4.39.1 ( #1369 )
2019-08-03 12:02:18 -07:00
Nolan Lawson
000d725240
perf: do preconnect instead of prefetch for instance ( #1368 )
2019-08-03 12:02:06 -07:00
Nolan Lawson
c1b8a99dbe
perf: put apple touch icon in service worker cache ( #1367 )
2019-08-01 18:12:22 -07:00
Nolan Lawson
ad49831f97
1.11.6
2019-07-30 18:33:42 -07:00
Nolan Lawson
59bdd0bb77
fix: large streaming gaps by refetching ( #1362 )
...
fixes #1356
2019-07-28 19:38:34 -07:00
Nolan Lawson
cc4f6a4db6
1.11.5
2019-07-24 20:01:27 -07:00
Nolan Lawson
467eb85209
fix: simplify window.matchMedia ( #1359 )
...
There is really no reason to call window.matchMedia instead of just matchMedia.
2019-07-23 20:33:40 -07:00
Nolan Lawson
6c58052684
fix: remove unnecessary function cache ( #1358 )
...
This is just a bit of code cleanup; I think this cache logic is excessive
2019-07-23 20:33:31 -07:00
Nolan Lawson
fbcac6d3e4
fix: fix Firefox img.decode bug ( #1357 )
...
* fix: fix Firefox img.decode bug
Fixes #1344
* fix error
2019-07-23 20:33:22 -07:00
Nolan Lawson
1a53ad3fe4
fix: fix bugs in streaming gap ( #1355 )
2019-07-22 07:43:36 -07:00
Nolan Lawson
734d1d7bbd
fix: fix useless nav-indicator-key attribute ( #1353 )
2019-07-21 19:31:19 -07:00
Nolan Lawson
7628eeed66
fix: fix grayscale wellness setting in dark mode ( #1351 )
2019-07-21 18:21:35 -07:00
Nolan Lawson
4d098d6b46
fix: fix streaming gap ( #1349 )
2019-07-21 15:31:26 -07:00
Nolan Lawson
6fafe19454
fix: fix html style of glitch-soc markdown content ( #1350 )
2019-07-21 15:31:17 -07:00
Louise de Beaufort
53f0fdf1a8
fix: Fix the style of blockquotes, ul and li in toots ( #1348 )
...
* Fix the style of blockquotes, ul and li in toots
* fixup based on review comments
fixes #1324
2019-07-21 15:31:05 -07:00
Nolan Lawson
cf52b9efc2
1.11.4
2019-07-20 08:17:12 -07:00
Nolan Lawson
2d8b61e589
fix: only apply custom scrollbars to root scroller ( #1346 )
2019-07-19 20:08:33 -07:00
Nolan Lawson
fa57608056
fix: improve style of report dialog ( #1345 )
2019-07-19 20:08:26 -07:00
Nolan Lawson
95a68e1fe2
fix: delete-and-redraft preserves polls ( #1343 )
...
* fix: delete-and-redraft preserves polls
fixes #1342
* fix test
2019-07-19 20:08:17 -07:00
Louise de Beaufort
e5df77b2a8
fix: Use unformatted status content in deleteAndRedraft ( #1340 )
...
* Use unformatted status content in deleteAndRedraft
* deleteStatus always returns an object even when the deletion fails
* throw error
fixes #1340
2019-07-19 08:09:52 -07:00
Nolan Lawson
a6235ded8c
fix: fix autosizing of delete/redraft ( #1338 )
...
fixes #1334
2019-07-17 21:34:53 -07:00
Nolan Lawson
a16bc30f21
fix: tweak spinner animation ( #1337 )
...
I think it looks better if it looks like the dots are growing or
shrinking rather than the whole thing spinning.
2019-07-17 21:34:45 -07:00
Nolan Lawson
015fe0080c
fix: limit search results from 40 to 5 ( #1336 )
...
40 is too much, also this aligns us with the Mastodon frontend UI.
2019-07-17 21:34:37 -07:00
Nolan Lawson
a72dec0a98
chore: update webpack to 4.36.0, update sub-deps ( #1335 )
...
* chore: update webpack to 4.36.0
* chore: update yarn sub-dependencies
2019-07-17 18:56:31 -07:00
Nolan Lawson
db2712b8d7
1.11.3
2019-07-08 20:51:49 -07:00
Nolan Lawson
48f7c64c6c
test: re-enable skipped tests, use quarantine mode ( #1329 )
2019-07-08 20:51:30 -07:00
Nolan Lawson
0e2479559b
fix: correctly parse hostname for instance block ( #1328 )
2019-07-08 20:51:17 -07:00
Nolan Lawson
6b40b2efbf
fix: add instance blocks ( #1326 )
...
* fix: add instance blocks
* block domains, not just instances
2019-07-08 19:26:44 -07:00
Nolan Lawson
ade28cca5d
fix: remove useless noop methods ( #1325 )
2019-07-08 19:26:37 -07:00
Nolan Lawson
68343a7a09
fix: use pure CSS for focus effect ( #1323 )
...
* fix: use pure CSS for focus effect
fixes #1322
* apply elsewhere too
* fix comment
2019-07-08 09:42:45 -07:00
Nolan Lawson
9f3c05b121
chore: fix mastodon fuubar dependency in travis ( #1321 )
...
* chore: fix mastodon fuubar dependency in travis
* fixup
2019-07-07 22:54:11 -07:00
Nolan Lawson
9a9adfb217
1.11.2
2019-07-07 18:26:32 -07:00
Nolan Lawson
8615c6e4fd
fix: add warnings when click delegates return non-booleans ( #1319 )
2019-07-07 18:26:06 -07:00
Nolan Lawson
cfc182a836
fix: fix ffmpeg install in travis ( #1318 )
2019-07-07 17:39:20 -07:00
Nolan Lawson
7fd6cdc22c
fix: fix event propagation for click delegates ( #1317 )
...
fixes #1316
2019-07-07 17:32:50 -07:00
Nolan Lawson
114aaf0c13
1.11.1
2019-07-07 14:51:45 -07:00
Nolan Lawson
8f6681ad7a
fix: clicking outside image closes modal ( #1312 )
...
fixes #862
2019-07-07 14:51:08 -07:00
Nolan Lawson
9fd5c8f6d2
fix: focal point should be only visible for images ( #1311 )
2019-07-07 13:24:49 -07:00
Nolan Lawson
c2bda9b8f3
1.11.0
2019-07-07 12:38:28 -07:00
Nolan Lawson
b26ec958a5
fix: fix return focus on keyboard-clicking media ( #1306 )
...
fixes #1305
2019-07-07 12:09:29 -07:00
Nolan Lawson
19566bda2e
fix: use focusin/focusout instead of custom events ( #1308 )
2019-07-07 11:43:35 -07:00
Nolan Lawson
38241abf35
test: skip flaky tests for now ( #1309 )
2019-07-07 11:43:29 -07:00