Commit Graph

961 Commits

Author SHA1 Message Date
Nolan Lawson 07fb5e867c
isolate autosuggestion state (#273)
fixes #261
2018-05-06 16:25:17 -07:00
Nolan Lawson 67e41e4fb0 update generated file 2018-05-06 15:49:05 -07:00
Nolan Lawson a88fb70542
remove unnecessary sveltejs/svelte#1354 workarounds (#269) 2018-05-04 20:09:20 -07:00
Nolan Lawson 833afc59c0
update package-lock.json I guess? (#271) 2018-05-04 18:59:34 -07:00
Nolan Lawson 8c1a92a5d6 0.4.1 2018-05-04 18:26:46 -07:00
Nolan Lawson 51ef640b16
update optimize-css-assets-webpack-plugin to 4.0.1 (#268) 2018-05-04 09:39:06 -07:00
Nolan Lawson 2e7003540a
update svelte to 2.4.4 (#267) 2018-05-04 09:38:55 -07:00
Nolan Lawson c3c2f7d4c2 update readme
[skip ci]
2018-05-04 09:19:44 -07:00
greenkeeper[bot] 8132e448a9 Update webpack to the latest version 🚀 (#265)
* fix(package): update webpack to version 4.7.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-05-04 09:14:08 -07:00
Nolan Lawson a12d2420c2
add manifest description (#262) 2018-05-03 21:24:18 -07:00
Nolan Lawson 9e9a897ede
fix nav bar for pinned lists (#263) 2018-05-03 21:24:10 -07:00
Nolan Lawson b1a3be06ff
fix null in virtual list item (#260) 2018-05-03 20:41:55 -07:00
Nolan Lawson 1f51cfd2eb 0.4.0 2018-05-02 23:23:43 -07:00
Nolan Lawson b7c90a4206
add animation for navigation bar indicator (#257) 2018-05-02 21:32:43 -07:00
Nolan Lawson 8f5a4aadca
fix container focus rendering issue on Edge (#256) 2018-05-02 20:35:05 -07:00
Nolan Lawson ffa5dcb3ec
remove unnecessary item wrapping (#254)
* remove unnecessary item wrapping

* fix lint
2018-05-01 21:05:15 -07:00
Nolan Lawson 82a4309454 have greenkeeper ignore a11y-dialog for now
[skip ci]
2018-05-01 17:06:51 -07:00
Nolan Lawson 42be854521
upgrade to svelte 2.0 (#251)
* upgrade to svelte 2.0

* update svelte-loader to 2.9.0
2018-05-01 17:05:36 -07:00
Nolan Lawson d2d82ba2e3 docs(): add notes on debugging webpack
[skip ci]
2018-05-01 17:00:34 -07:00
Nolan Lawson 429df7fbc5
fix more svelte undefined warnings (#250) 2018-04-30 19:06:08 -07:00
Nolan Lawson 814716cc8d
remove deprecated observe() from stores, take 2 (#249) 2018-04-30 17:20:20 -07:00
Nolan Lawson dbba271f39
fix some svelte data warnings (#247) 2018-04-30 09:57:49 -07:00
Nolan Lawson f9792ae3d8
remove deprecated .observe() from components (#246) 2018-04-30 08:29:04 -07:00
Nolan Lawson c309e5842d
slightly improve Svelte 2.0 compatibility (#244)
* slightly improve Svelte 2.0 compatibility

* fixup

* fix lint
2018-04-29 22:13:41 -07:00
Nolan Lawson 8229d1c9e6
use svelte shorthand wherever possible (#242) 2018-04-29 18:42:03 -07:00
Nolan Lawson c4182c9ddc
remove unnecessary helpers (#241) 2018-04-29 18:41:56 -07:00
Nolan Lawson a368294b43
fix for malformed notiications (#238)
fixes #217
2018-04-29 18:41:47 -07:00
Nolan Lawson 9629a55a9f
remove all instances of string coercion (#240) 2018-04-29 17:45:03 -07:00
Nolan Lawson 40a9ff957a
fix null error in virtual list items (#239) 2018-04-29 17:33:58 -07:00
Nolan Lawson 7f325a0166
fix blue active background on Chrome for Android (#236)
fixes #141
2018-04-29 16:57:22 -07:00
Nolan Lawson de7bc7e43d
avatar should not have gray background (#237)
fixes #233
2018-04-29 16:57:12 -07:00
Nolan Lawson 8089202977
add ability to pin and unpin statuses (#235)
* add ability to pin and unpin statuses

* add another test
2018-04-29 12:28:44 -07:00
Nolan Lawson d079b6d9e1
Update to esm 3.0.28 (#234)
* fix(package): update esm to version 3.0.28

Closes #216

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-04-29 08:59:39 -07:00
Nolan Lawson 16c1c686fb 0.3.0 2018-04-28 14:54:32 -07:00
Nolan Lawson ffb00fcc5c
approve/reject follow requests, unblock, unmute (#230)
* approve/reject follow requests, unblock, unmute

* make tests less flaky
2018-04-28 14:19:39 -07:00
Nolan Lawson e342eadbd0
improve dev environment, enable HMR (#229) 2018-04-28 12:10:50 -07:00
codl 562d0d2774 emoji style fixes (#227)
* emoji style fixes

* fixes non-square emoji being stretched to fit a square, both in
  statuses and in autosuggestions
* sizes emoji proportionally to text, so emoji won't look all tiny in
  expanded statuses
* emoji sizing and positioning similar to mastodon web

* prevent emoji from pushing down the line below them
2018-04-27 18:19:37 -07:00
Nolan Lawson 75b4d09b64 remove AsyncLayout in favor of rAf + gBCR 2018-04-27 18:16:57 -07:00
Nolan Lawson 8a46f3b3d1 add test and aria-label 2018-04-26 22:37:39 -07:00
Nolan Lawson 7ec109c6af fix style nit 2018-04-26 22:37:39 -07:00
codl 03e0ac72d2 add lists of follows and followers 2018-04-26 22:37:39 -07:00
Nolan Lawson a7cc73ede7
add service worker fixes to sapper (#224)
* add service worker fixes to sapper

* attempt fixup for service worker

* fix timestamp should be in milliseconds
2018-04-26 20:21:45 -07:00
greenkeeper[bot] af221366ca Update node-sass to the latest version 🚀 (#222)
* fix(package): update node-sass to version 4.9.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-04-26 09:40:14 -07:00
Nolan Lawson 73bec1a107
Update to esm 3.0.26 (#221)
* fix(package): update esm to version 3.0.26

Closes #216

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-04-25 20:48:10 -07:00
greenkeeper[bot] 235a988291 Update lodash-es to the latest version 🚀 (#220)
* fix(package): update lodash-es to version 4.17.10

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
2018-04-25 20:29:01 -07:00
codl 7abf76f7f9 remove statusid parameter in muted and blocked lists (#213) 2018-04-22 11:20:05 -07:00
Nolan Lawson 61595103fa
update sapper to set etag for HTML pages as well (#211) 2018-04-21 16:03:21 -07:00
Nolan Lawson 54b691a122 0.2.3 2018-04-21 15:15:11 -07:00
Nolan Lawson 6bd4b05a98
fix more bugs in autocomplete (#208)
* fix more bugs in autocomplete

fully fixes #170

* fixup

* fix tests
2018-04-21 14:57:02 -07:00
Nolan Lawson 209b36c73b
fix flaky login tests (#209) 2018-04-21 13:06:46 -07:00