1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-03 07:15:47 +01:00

29 Commits

Author SHA1 Message Date
greenkeeper[bot]
8dbc1b0503 Update standard to the latest version 🚀 (#519)
* chore(package): update standard to version 12.0.0

* package lock update

* fix eslint
2018-08-29 21:42:57 -07:00
Nolan Lawson
d599f2f308
run idb operations in a web worker (#517) 2018-08-29 19:03:12 -07:00
Nolan Lawson
01b1d083a9
update fav boost accounts for stale views (#510) 2018-08-28 06:45:15 -07:00
Nolan Lawson
1423a6b14b
slight refactor of timeline fetching (#485) 2018-08-24 11:50:40 -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
b231466fff
Refactor database for better code-splitting (#144) 2018-04-16 20:56:21 -07:00
Nolan Lawson
2544b71251 use lodash-es for slightly smaller bundle size 2018-04-05 17:57:36 -07:00
Nolan Lawson
3b8f551477 implement better timeline navigations with fades 2018-03-29 23:16:53 -07:00
Nolan Lawson
56f7efb78f implement requesting to follow someone 2018-03-14 22:32:58 -07:00
Nolan Lawson
9c0fbdabd2 better offline support 2018-03-11 12:11:06 -07:00
Nolan Lawson
b3263e528f fix incoming statuses, add tests 2018-03-10 10:54:16 -08:00
Nolan Lawson
af814b24f5 change comments 2018-03-09 23:09:43 -08:00
Nolan Lawson
7813cf99ed immediately add replies to threads 2018-03-09 22:31:26 -08:00
Nolan Lawson
144468ade2 lint fixup 2018-02-13 19:35:46 -08:00
Nolan Lawson
0c9757a941 add markers, tweak how streaming is processed 2018-02-11 22:40:56 -08:00
Nolan Lawson
2a86425c90 streaming is kinda working 2018-02-11 19:15:21 -08:00
Nolan Lawson
650071568d fix show/hide of timelines 2018-02-11 16:10:39 -08:00
Nolan Lawson
64350ad912 v1 of streaming 2018-02-11 13:46:57 -08:00
Nolan Lawson
2e83bc0ff9 use standard 2018-02-08 22:29:29 -08:00
Nolan Lawson
8af2e2061f fix empty timelines 2018-02-08 18:54:48 -08:00
Nolan Lawson
fee954bf27 clean up actions, implement cache-first sync strategy 2018-02-08 17:51:48 -08:00
Nolan Lawson
d93811d470 refactor 2018-02-08 08:22:14 -08:00
Nolan Lawson
c8cb4354e3 add ability to fetch and store notifications 2018-02-03 18:06:02 -08:00
Nolan Lawson
6f69bf89c5 implement PseudoVirtualList for thread timelines 2018-01-29 19:22:28 -08:00
Nolan Lawson
37661f4c6a remove debugger line 2018-01-28 21:57:56 -08:00
Nolan Lawson
6b2f16f3bf add status context 2018-01-28 15:44:33 -08:00
Nolan Lawson
8b282de973 refactor 2018-01-28 15:02:02 -08:00
Nolan Lawson
90af9eedde refactor store 2018-01-28 13:09:39 -08:00
Nolan Lawson
de248a9b1f refactor timeline to use actions 2018-01-27 17:34:08 -08:00