Commit Graph

86 Commits

Author SHA1 Message Date
Nolan Lawson e8d2cd9ffc
tests: quicker login, tweak test setup (#372)
* make tests faster by logging in directly

* downgrade testcafe

* Revert "downgrade testcafe"

This reverts commit 0f78f5ef63f25b6428de2faba476a353a338c695.

* try a delay

* the delay does not do anything

* disable concurrency in testcafe

* make setup script less noisy

* try transparency of 2?

* Revert "the delay does not do anything"

This reverts commit 438b3519a4e0c325e89f0c2a0eff6a7a4ae11ebd.

* try a delay of 400ms

* okay fine delay of 1s

* try concurrency of 4 again
2018-06-08 09:00:20 -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 cbf46ccae6 simplify language 2018-04-03 18:01:22 -07:00
Nolan Lawson 56f7efb78f implement requesting to follow someone 2018-03-14 22:32:58 -07:00
Nolan Lawson 5908ac6614 Implement LazyPage and refactor to support it 2018-03-13 20:02:50 -07:00
Nolan Lawson 346cfa0e2c remove URLSearchParams 2018-03-09 00:08:23 -08:00
Nolan Lawson d5aa18ddb6 add footer and license 2018-03-07 09:25:07 -08:00
Nolan Lawson 9c14a0abd5 simplify landing page 2018-03-06 23:27:36 -08:00
Nolan Lawson 33b999b37a start work on compose box 2018-02-25 16:26:43 -08:00
Nolan Lawson 454fcda954 fix display name on instance page 2018-02-25 14:06:36 -08:00
Nolan Lawson 1b7a01f1ee add favorite/unfavorite feature 2018-02-24 14:49:28 -08:00
Nolan Lawson f318b8405f add noscript warning 2018-02-22 09:20:56 -08:00
Nolan Lawson 8e633e3870 test basic login/logout behavior 2018-02-18 14:31:28 -08:00
Nolan Lawson 4d58c8cc2d async load dialogs 2018-02-14 22:06:23 -08:00
Nolan Lawson a56591fb8e fix display of loading mask 2018-02-14 18:37:19 -08:00
Nolan Lawson 6ebb0ef394 simplify loading mask impl 2018-02-14 18:23:11 -08:00
Nolan Lawson 58cfd9db38 fixup 2018-02-14 18:17:17 -08:00
Nolan Lawson 39ffabb785 fix page titles 2018-02-08 22:38:33 -08:00
Nolan Lawson d0270991d7 fix Avatar on instanceName page 2018-02-08 17:56:20 -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 fa401d727f style tweaks 2018-02-06 21:20:33 -08:00
Nolan Lawson eb5b6999ce "add" input should be type=url 2018-02-06 09:22:40 -08:00
Nolan Lawson 8711bfb831 implement confirmation dialog 2018-02-05 09:43:45 -08:00
Nolan Lawson 95e5bdb106 add setting to always mark as sensitive 2018-02-05 08:50:08 -08:00
Nolan Lawson 43170b9f6f tweak style 2018-02-03 16:15:46 -08:00
Nolan Lawson 926fe9acad tweak style 2018-02-01 18:33:40 -08:00
Nolan Lawson f1eaee4674 implement autoplay gif feature for avatars 2018-01-31 18:20:30 -08:00
Nolan Lawson 545d2a9d92 tweak style for mobile 2018-01-31 09:06:06 -08:00
Nolan Lawson 689cd97071 refactor external links 2018-01-28 19:01:51 -08:00
Nolan Lawson 90af9eedde refactor store 2018-01-28 13:09:39 -08:00
Nolan Lawson b569d63412 different style for direct/private statuses 2018-01-27 18:25:49 -08:00
Nolan Lawson bda07e3f22 lowercase instance name when inputting 2018-01-27 17:41:18 -08:00
Nolan Lawson c93141daed correctly set error in add.html 2018-01-27 16:28:58 -08:00
Nolan Lawson a779afafce refactor [instanceName].html 2018-01-27 14:45:51 -08:00
Nolan Lawson 94e06ca7f8 refactor 2018-01-27 13:38:57 -08:00
Nolan Lawson 537071d00e move location of error 2018-01-27 13:17:57 -08:00
Nolan Lawson 7a510101d0 automatically remove console logs 2018-01-27 08:22:23 -08:00
Nolan Lawson 2b943fe0bf make it possible to fetch and store streaming URL 2018-01-25 08:44:10 -08:00
Nolan Lawson 47c058a19f simplify database structure 2018-01-23 09:03:31 -08:00
Nolan Lawson fb2f16f34a code cleanup 2018-01-22 22:00:17 -08:00
Nolan Lawson 9e973cabd0 simpler instance switching UI 2018-01-21 18:48:21 -08:00
Nolan Lawson 0e229bedff implement database cleanup on logout 2018-01-21 18:36:40 -08:00
Nolan Lawson 4b04cc92f1 refactor database 2018-01-21 17:18:56 -08:00
Nolan Lawson 789b5f2f47 tweak page titles 2018-01-21 11:07:16 -08:00
Nolan Lawson 6790cfd187 add spoiler text support 2018-01-21 10:32:18 -08:00
Nolan Lawson 18ad6ab1ab improve a11y 2018-01-21 01:19:28 -08:00
Nolan Lawson adfa5d5fb5 add modal dialog to fix fullscreen video 2018-01-20 19:19:24 -08:00
Nolan Lawson 9264f85505 tweak media images and video 2018-01-20 15:37:47 -08:00
Nolan Lawson 692bfa8660 more semantic class names, option to globalize CSS 2018-01-20 12:35:38 -08:00