Nolan Lawson
|
e4d2934c67
|
fix themes (#199)
Fixes #194
|
2018-04-21 00:33:42 -07:00 |
Nolan Lawson
|
ec138f94ce
|
fix requestIdleCallback in edge/safari (#198)
Fixes #195
|
2018-04-21 00:33:36 -07:00 |
Nolan Lawson
|
286a93ecba
|
simplify Status.html using spread params (#190)
* simplify Status.html using spread params
* fixup
|
2018-04-21 00:33:30 -07:00 |
Nolan Lawson
|
bf36667002
|
use chunks:all in webpack splitChunks (#193)
* use chunks:all in webpack splitChunks
* tweak webpack settings
|
2018-04-20 23:35:07 -07:00 |
greenkeeper[bot]
|
1f6e7066ed
|
Update esm to the latest version 🚀 (#197)
* fix(package): update esm to version 3.0.21
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
|
2018-04-20 23:25:38 -07:00 |
Nolan Lawson
|
b72ed87c25
|
refactor Media.html (#191)
|
2018-04-20 10:36:20 -07:00 |
Nolan Lawson
|
64973757a3
|
slightly refactor compose box (#192)
|
2018-04-20 10:36:05 -07:00 |
Nolan Lawson
|
581a0fcd00
|
fix multiple compose autosuggest dropdowns (#188)
* fix multiple compose autosuggest dropdowns
Fixes #170
* fix failing test
* remove console.log
|
2018-04-20 06:26:36 -07:00 |
Nolan Lawson
|
e847e54f96
|
commit package-lock.json I guess? (#189)
|
2018-04-19 22:47:05 -07:00 |
Nolan Lawson
|
d8906b2cb6
|
add Referrer-Policy: no-referrer (#187)
fixes #139
|
2018-04-19 21:38:22 -07:00 |
Nolan Lawson
|
77ba91c712
|
fix animations and cleanup store/component get() usage (#185)
fixes #181
|
2018-04-19 21:38:11 -07:00 |
Nolan Lawson
|
bfc3c46462
|
use standard to lint HTML too (#186)
|
2018-04-19 21:38:01 -07:00 |
greenkeeper[bot]
|
ef80919269
|
Update esm to the latest version 🚀 (#184)
* fix(package): update esm to version 3.0.20
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
|
2018-04-19 18:43:05 -07:00 |
Nolan Lawson
|
79b848df2c
|
fix requestIdleCallback not defined in Edge (#180)
|
2018-04-19 10:35:34 -07:00 |
Nolan Lawson
|
682cb6f40e
|
Update to svelte extras 2.0.2 (#177)
* fix(package): update svelte-extras to version 2.0.2
Closes #173
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
|
2018-04-19 10:20:52 -07:00 |
Nolan Lawson
|
ebcade8035
|
constrain gif backgrounds (with modifications) (#176)
* constrain gif backgrounds. fixes #159
* nit: move background-* styles to AutoplayVideo.html
|
2018-04-19 10:04:44 -07:00 |
Nolan Lawson
|
8d5690d63d
|
remove get() with string from Svelte calls (#169)
* remove get() with string pt 1
* remove get() with string pt 2
* fix typo
* fix some null exceptions in get()
* fixup code style
|
2018-04-19 09:37:05 -07:00 |
Nolan Lawson
|
18c3064801
|
fix favicon logic (#175)
|
2018-04-19 09:34:56 -07:00 |
Nolan Lawson
|
979b4afc89
|
fix mute test (#174)
|
2018-04-19 09:34:49 -07:00 |
Nolan Lawson
|
7f5bea8f5b
|
remove deprecated store.onchange (#168)
|
2018-04-18 23:48:13 -07:00 |
Nolan Lawson
|
a24177b62a
|
remove "class" prop in favor of "className" (#167)
|
2018-04-18 23:48:06 -07:00 |
Nolan Lawson
|
82438a62e0
|
upgrade to node-sass 4.8.3 (#165)
|
2018-04-18 21:38:16 -07:00 |
Nolan Lawson
|
e431c29efa
|
update and pin all deps (#164)
|
2018-04-18 20:43:13 -07:00 |
greenkeeper[bot]
|
2e6e743ff5
|
Update style-loader to the latest version 🚀 (#162)
* fix(package): update style-loader to version 0.21.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
|
2018-04-18 15:54:20 -07:00 |
Nolan Lawson
|
c9b68794ef
|
Revert "redirect from www.pinafore.social to pinafore.social (#121)"
This reverts commit d601af2397 .
[skip ci]
|
2018-04-17 22:43:02 -07:00 |
Nolan Lawson
|
c5663aab44
|
0.2.2
|
2018-04-17 22:28:37 -07:00 |
Nolan Lawson
|
d601af2397
|
redirect from www.pinafore.social to pinafore.social (#121)
Fixes #61
[skip ci]
|
2018-04-17 22:28:17 -07:00 |
Nolan Lawson
|
2d5714a2ea
|
simplify ajax.js implementation (#157)
* simplify ajax.js implementation
* fix typo
|
2018-04-17 22:08:15 -07:00 |
Nolan Lawson
|
74ea773c25
|
remove lodash forEach to reduce bundle size (#156)
|
2018-04-17 21:47:39 -07:00 |
Nolan Lawson
|
7c548018c1
|
Simplify click delegate implementation (#155)
|
2018-04-17 21:47:30 -07:00 |
Nolan Lawson
|
00e71293d6
|
fix autosuggestion mixed with emoji (#154)
fixes #140
|
2018-04-17 18:38:36 -07:00 |
Nolan Lawson
|
980fec15ec
|
fix favorites/boosts reversed aria labels (#153)
Fixes #146
|
2018-04-17 18:38:27 -07:00 |
Nolan Lawson
|
1d61a737da
|
update site meta description (#152)
[skip ci]
|
2018-04-17 18:38:22 -07:00 |
Nolan Lawson
|
4b2e3f030a
|
disable CSP for /report.html (#151)
* disable CSP for /report.html
Fixes #150
* enable minimal helmet() for debug paths
|
2018-04-17 18:38:14 -07:00 |
Nolan Lawson
|
61b3b9ea75
|
remove style-loader hack (#148)
|
2018-04-17 11:10:21 -07:00 |
Nolan Lawson
|
e8a527989a
|
explicitly focus elements in tests (#147)
|
2018-04-17 09:44:28 -07:00 |
Maxime Le Conte des Floris
|
eef54e992b
|
focus container on page load (#116)
* focus container on page load
* only focus container on first page load
* add test for container focus on page load
* fix typo
|
2018-04-17 09:42:10 -07:00 |
Nolan Lawson
|
8cdfdd9bc6
|
better JS size and async CSS with mini-css-extract-plugin (#145)
* better JS size and async CSS with mini-css-extract-plugin
* fix sourcemaps
|
2018-04-17 08:19:15 -07:00 |
Nolan Lawson
|
b231466fff
|
Refactor database for better code-splitting (#144)
|
2018-04-16 20:56:21 -07:00 |
Nolan Lawson
|
8fb00a961c
|
refactor to avoid unnecessary emojify computations (#143)
|
2018-04-16 20:54:16 -07:00 |
Nolan Lawson
|
0e54e15f72
|
0.2.1
|
2018-04-15 22:08:28 -07:00 |
Nolan Lawson
|
f4dbc160a0
|
docs: remove JS standard badge as it's not very relevant
[skip ci]
|
2018-04-15 22:07:37 -07:00 |
Nolan Lawson
|
0efafdec90
|
only show "you are offline" notification once (#137)
Fixes #34
|
2018-04-15 16:00:16 -07:00 |
Nolan Lawson
|
300a399655
|
Mark permalinks with icons accessibly (#138)
Fixes #128
|
2018-04-15 16:00:09 -07:00 |
Nolan Lawson
|
a21541ce4b
|
hide overflow menu for same-user profile (#136)
Fixes #130
|
2018-04-15 15:39:54 -07:00 |
Nolan Lawson
|
d9ae0666c2
|
use full helmet() middleware (#135)
fixes #132
|
2018-04-15 15:39:45 -07:00 |
greenkeeper[bot]
|
d0cf8cac9e
|
Update svelte-extras to the latest version 🚀 (#134)
* fix(package): update svelte-extras to version 2.0.0
* chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
|
2018-04-15 15:10:32 -07:00 |
Nolan Lawson
|
e23aa97cf2
|
make PseudoVirtualList sync rather than async (#133)
Attempt to address #92
|
2018-04-15 14:43:41 -07:00 |
Nolan Lawson
|
ee43de9e5e
|
docs: move Building documentation to README
[skip ci]
|
2018-04-15 09:48:52 -07:00 |
Nolan Lawson
|
062d0e12af
|
0.2.0
|
2018-04-14 22:44:56 -07:00 |