Commit graph

1085 commits

Author SHA1 Message Date
c4c128030e
allow custom emoji in user profiles ()
fixes 
2018-08-23 14:47:33 -07:00
5fdde8c63f
update deps again () 2018-08-23 14:47:26 -07:00
8949b36873
Use img.decode() ()
* remove will-change:transform from container

* WIP: use img.decode()

* more work on img.decode
2018-08-22 21:00:53 -07:00
d10f924620
remove will-change:transform from container () 2018-08-22 19:26:13 -07:00
39cd96da70
update now to v11.3.12 () 2018-08-22 07:53:02 -07:00
e9c704c7fc 0.6.2 2018-08-21 23:39:47 -07:00
d30ffc6683
disable service worker image cache for avatars ()
fixes 
2018-08-21 22:22:21 -07:00
2956e20d18 0.6.1 2018-08-21 08:04:58 -07:00
65ac7e22f4
fix null error in VirtualListFooter.html () 2018-08-21 07:06:53 -07:00
6ad20e72a7
don't use rIC while scrolling ()
* don't use rIC while scrolling

* remove unnecessary import
2018-08-20 17:57:38 -07:00
c4c70dfd89 0.6.0 2018-08-19 20:43:50 -07:00
aea952daf0
use better emoji removal algorithm ()
another follow-up to  to fix 
2018-08-19 20:25:28 -07:00
af1d4b63d3
better support for de-emojified user display names ()
improvements to  to fix , especially for aria labels
2018-08-19 19:31:54 -07:00
37e12e8d73
add option to remove emoji from user display names ()
* add option to remove emoji from user display names

fixes 

* slight memory perf improvement
2018-08-19 18:03:26 -07:00
350667e5df
allow user display names to contain custom emoji ()
* allow user display names to contain custom emoji

fixes 

* fix tests

* fix focus issue
2018-08-19 15:23:40 -07:00
c660c7d3a3
update Mastodon used in tests to v2.4.3 ()
* update Mastodon used in tests to v2.4.3

* fix count of total number of statuses
2018-08-19 14:46:48 -07:00
f732bd44ab
fix statuses with empty content text ()
fixes 
2018-08-19 11:31:02 -07:00
1aeb57fb57
remove link rel=manifest for iOS ()
fixes  in a better way than before
2018-08-18 23:14:30 -07:00
a6039f6247
make mentions the same size when focused ()
fixes 
2018-08-18 22:56:56 -07:00
9a79a6ff7f
disable manifest.json for iOS ()
fixes 
2018-08-18 22:17:28 -07:00
koyu
a1b89805e7 Fixing Dockerfile () 2018-08-18 21:20:33 -07:00
greenkeeper[bot]
b93212f57b Update css-loader to the latest version 🚀 ()
* fix(package): update css-loader to version 1.0.0

* update package-lock.json

* fix missing browserslist
2018-08-18 09:39:14 -07:00
973d0f7d11
fix media alt input color on dark theme ()
fixes 
2018-08-17 22:44:53 -07:00
38215470ca fix built 2xx.html file 2018-08-17 22:43:08 -07:00
e495542656
update various dev deps () 2018-08-17 22:26:45 -07:00
eb0fa4ce87
update various deps () 2018-08-17 22:26:36 -07:00
8911eadc0e
update webpack to 4.16.5 () 2018-08-17 22:26:28 -07:00
36d4cf9796
update svelte to 2.11.0 () 2018-08-17 22:26:15 -07:00
1be5fd3672
fix overflow inside of modals ()
fixes 
2018-08-17 22:26:08 -07:00
092d9e98a5
fix typo in SCSS () 2018-08-17 21:51:26 -07:00
b77c80200c 0.5.2 2018-08-17 07:50:15 -07:00
37cc2c2df7
add placeholder to "add instance" input () 2018-08-16 22:15:22 -07:00
b8863e684e
use page lifecycle ()
* use page lifecycle

* fix eslint
2018-08-16 10:23:26 -07:00
977380011d
Greenkeeper/style loader 0.22.1 ()
* fix(package): update style-loader to version 0.22.1

Closes 

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-16 09:52:11 -07:00
greenkeeper[bot]
c715d0a268 Update pify to the latest version 🚀 ()
* fix(package): update pify to version 4.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-16 07:29:41 -07:00
greenkeeper[bot]
5fc508c7f8 Update testcafe to the latest version 🚀 ()
* chore(package): update testcafe to version 0.21.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-16 07:29:34 -07:00
greenkeeper[bot]
c9d51ba128 Update optimize-css-assets-webpack-plugin to the latest version 🚀 ()
* fix(package): update optimize-css-assets-webpack-plugin to version 5.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-08-16 07:29:27 -07:00
Daniel Diekmeier
78d95e0dc4 Change arrow on back button ()
* Change arrow on back button

* Update DynamicPageBanner.html
2018-08-16 07:29:12 -07:00
65762f044c
Add more admin notes ()
[skip ci]
2018-07-02 10:35:23 -07:00
23287c6dcd
Add instructions for admins to achieve Pinafore compatibility ()
[skip ci]
2018-07-02 10:33:44 -07:00
greenkeeper[bot]
1ba5f38b62 Update yargs to the latest version 🚀 ()
* fix(package): update yargs to version 12.0.1

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-07-02 10:09:29 -07:00
23ccec45d0
fix notifications in a background tab ()
Part of the way to improving .

Before this fix, if you recieved a notification while Pinafore was in a background tab, nothing would happen, because most browsers (Edge, Firefox, Chrome) don't run rAF in background tabs. Furthermore, Chrome doesn't run rIC. In this PR we detect if we're in a background tab and then avoid rAF/rIC in that case.
2018-06-23 10:11:14 -07:00
0d601f924e
fix svelte warning for empty block () 2018-06-23 09:51:47 -07:00
cd12c5e326
add license/repo to package.json () 2018-06-23 09:51:37 -07:00
7866ed4446
update deps () 2018-06-23 09:51:26 -07:00
db63d2c2a6 0.5.1 2018-06-15 19:07:03 -07:00
b2568dbbda
short mentions should have full title ()
quick fixup to 
2018-06-15 09:20:55 -07:00
f7ebfbf139
status mentions should use short usernames () 2018-06-15 07:58:12 -07:00
b7748d849b
add mentions outside of content warnings ()
Fixes 
2018-06-14 12:52:00 -07:00
fb6df029f3
add "reply all" icon ()
fixes 
2018-06-14 08:42:55 -07:00