Commit graph

532 commits

Author SHA1 Message Date
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
a0d3a89180
remove useless aria-hidden () 2018-06-10 19:49:39 -07:00
11dcaf0cf3
Remove PseudoVirtualList ()
* start on removing pseudo virtual list

* rename, refactor

* remove unused file

* fix the tests

* actually fix tests

* okay actually fix tests
2018-06-09 22:55:58 -07:00
eeff84a587
Fix text overflow on status headers ()
* Fix text overflow on status headers

* fix tests

* really fix tests
2018-06-09 15:04:47 -07:00
df6323fba3
switch from copy icon to link icon ()
fixes 
2018-05-26 17:23:27 -07:00
efdb0bc534
Remove testcafe roles and run in parallel x4 ()
* more attempts to fix test flakiness

* remove testcafe roles entirely

* really remove testcafe roles

* run testcafe in parallel x2

* run testcafe in parallel x4

* fix online/offline forcing in tests

* fix pin test
2018-05-26 13:51:41 -07:00
a51477b501
fix timelineType state read () 2018-05-18 18:33:20 -07:00
8035662f93
fix minor design issue () 2018-05-13 18:53:37 -07:00
2b309b242c
close first dialog when opening copy dialog () 2018-05-13 11:13:35 -07:00
ad84adaf63
add ability to mute conversation ()
fixes another thing from 
2018-05-12 22:49:01 -07:00
3d8cdcd649
only allow public/unlisted statuses to be pinned ()
fixes 
2018-05-12 15:45:50 -07:00
c0d0b4dd36
add option to copy link to clipboard ()
Fixes 
2018-05-12 15:00:11 -07:00
fa4dd59f01
wrap code in dev block () 2018-05-12 14:01:25 -07:00
07fb5e867c
isolate autosuggestion state ()
fixes 
2018-05-06 16:25:17 -07:00
a88fb70542
remove unnecessary sveltejs/svelte#1354 workarounds () 2018-05-04 20:09:20 -07:00
9e9a897ede
fix nav bar for pinned lists () 2018-05-03 21:24:10 -07:00
b1a3be06ff
fix null in virtual list item () 2018-05-03 20:41:55 -07:00
b7c90a4206
add animation for navigation bar indicator () 2018-05-02 21:32:43 -07:00
ffa5dcb3ec
remove unnecessary item wrapping ()
* remove unnecessary item wrapping

* fix lint
2018-05-01 21:05:15 -07:00
42be854521
upgrade to svelte 2.0 ()
* upgrade to svelte 2.0

* update svelte-loader to 2.9.0
2018-05-01 17:05:36 -07:00
429df7fbc5
fix more svelte undefined warnings () 2018-04-30 19:06:08 -07:00
814716cc8d
remove deprecated observe() from stores, take 2 () 2018-04-30 17:20:20 -07:00
dbba271f39
fix some svelte data warnings () 2018-04-30 09:57:49 -07:00
f9792ae3d8
remove deprecated .observe() from components () 2018-04-30 08:29:04 -07:00
c309e5842d
slightly improve Svelte 2.0 compatibility ()
* slightly improve Svelte 2.0 compatibility

* fixup

* fix lint
2018-04-29 22:13:41 -07:00
8229d1c9e6
use svelte shorthand wherever possible () 2018-04-29 18:42:03 -07:00
c4182c9ddc
remove unnecessary helpers () 2018-04-29 18:41:56 -07:00
a368294b43
fix for malformed notiications ()
fixes 
2018-04-29 18:41:47 -07:00
9629a55a9f
remove all instances of string coercion () 2018-04-29 17:45:03 -07:00
40a9ff957a
fix null error in virtual list items () 2018-04-29 17:33:58 -07:00
de7bc7e43d
avatar should not have gray background ()
fixes 
2018-04-29 16:57:12 -07:00
8089202977
add ability to pin and unpin statuses ()
* add ability to pin and unpin statuses

* add another test
2018-04-29 12:28:44 -07:00
ffb00fcc5c
approve/reject follow requests, unblock, unmute ()
* approve/reject follow requests, unblock, unmute

* make tests less flaky
2018-04-28 14:19:39 -07:00
codl
562d0d2774 emoji style fixes ()
* 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
75b4d09b64 remove AsyncLayout in favor of rAf + gBCR 2018-04-27 18:16:57 -07:00
8a46f3b3d1 add test and aria-label 2018-04-26 22:37:39 -07:00
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
6bd4b05a98
fix more bugs in autocomplete ()
* fix more bugs in autocomplete

fully fixes 

* fixup

* fix tests
2018-04-21 14:57:02 -07:00
12131bd807
refactor dialogs to be individually async () 2018-04-21 09:56:53 -07:00
1151a3be4b
fix null in Timeline.html get() () 2018-04-21 09:56:45 -07:00
78f44c7b51
make timeline components async () 2018-04-21 08:45:41 -07:00
36b8f15ba6
clean up icon animations () 2018-04-21 08:32:40 -07:00
286a93ecba
simplify Status.html using spread params ()
* simplify Status.html using spread params

* fixup
2018-04-21 00:33:30 -07:00
b72ed87c25
refactor Media.html () 2018-04-20 10:36:20 -07:00
64973757a3
slightly refactor compose box () 2018-04-20 10:36:05 -07:00
581a0fcd00
fix multiple compose autosuggest dropdowns ()
* fix multiple compose autosuggest dropdowns

Fixes 

* fix failing test

* remove console.log
2018-04-20 06:26:36 -07:00
77ba91c712
fix animations and cleanup store/component get() usage ()
fixes 
2018-04-19 21:38:11 -07:00
bfc3c46462
use standard to lint HTML too () 2018-04-19 21:38:01 -07:00