Commit graph

569 commits

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

* package lock update

* fix eslint
2018-08-29 21:42:57 -07:00
d599f2f308
run idb operations in a web worker () 2018-08-29 19:03:12 -07:00
2449a27767
fix pinned/unpinned state of recently pinned statuses ()
* fix pinned/unpinned state of recently pinned statuses

* fixup

* fix test
2018-08-29 18:10:09 -07:00
b55c042ff4
fix display of application name in edge ()
fixes 
2018-08-29 09:25:24 -07:00
01b1d083a9
update fav boost accounts for stale views () 2018-08-28 06:45:15 -07:00
120f50919e
improve a11y of fields, status page, and more ()
* improve a11y of fields, status page, and more

* tweak nav name

* fix community page and tweak text

* don't show pinned statuses heading unless there are pinned statuses
2018-08-28 06:44:36 -07:00
46fa65f25a
fix null error in profile () 2018-08-27 19:32:30 -07:00
b59f544efb
fix application name ()
it should not show "Web" by default but should be absent if `application` is null
2018-08-26 19:46:19 -07:00
b60d636ee2
media uploads no longer add URLs to status text ()
fixes 
2018-08-26 18:54:59 -07:00
d49af06fbd
use async clipboard API () 2018-08-26 16:40:48 -07:00
543536409b
add application (client) name to statuses ()
* add application (client) name to statuses

fixes another thing in 

* add domain blocking ()

* add domain blocking

fixes another thing from 

* show "domain blocking" on profile page

* fix stuff
2018-08-26 15:38:45 -07:00
95665f6d74
add domain blocking ()
* add domain blocking

fixes another thing from 

* show "domain blocking" on profile page
2018-08-26 14:16:00 -07:00
47315c7f6d
add support for max_toot_chars > 500 () 2018-08-26 12:14:16 -07:00
4a0cfb8d6e
tweak CSS in options dialog menu () 2018-08-25 22:03:40 -07:00
d6af3b69a7
Add ability to show/hide boosts from accounts ()
Fixes some stuff in 
2018-08-25 22:03:33 -07:00
dc091f1360
fix requested view for follow requests () 2018-08-25 22:03:26 -07:00
73c99904cf
fix CSS specificity to fix firefox () 2018-08-25 22:03:18 -07:00
4edec81a0f
fix incorrect autocomplete avatars ()
fixes 
2018-08-24 21:35:02 -07:00
91a92b0003 profile fields: add #each loop, allow custom emoji, tweak CSS 2018-08-23 22:24:55 -07:00
Spanky
698d8f5730 added account meta fields to profile 2018-08-23 22:24:55 -07:00
32ea30f4bb
fix style of account search results () 2018-08-23 19:40:03 -07:00
1753e20f29
add label for bots ()
fixes 
2018-08-23 18:41:43 -07:00
c4c128030e
allow custom emoji in user profiles ()
fixes 
2018-08-23 14:47:33 -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
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
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
f732bd44ab
fix statuses with empty content text ()
fixes 
2018-08-19 11:31:02 -07:00
a6039f6247
make mentions the same size when focused ()
fixes 
2018-08-18 22:56:56 -07:00
973d0f7d11
fix media alt input color on dark theme ()
fixes 
2018-08-17 22:44:53 -07:00
1be5fd3672
fix overflow inside of modals ()
fixes 
2018-08-17 22:26:08 -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
0d601f924e
fix svelte warning for empty block () 2018-06-23 09:51:47 -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
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