Commit graph

585 commits

Author SHA1 Message Date
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
ebcade8035
constrain gif backgrounds (with modifications) ()
* constrain gif backgrounds. fixes 

* nit: move background-* styles to AutoplayVideo.html
2018-04-19 10:04:44 -07:00
8d5690d63d
remove get() with string from Svelte calls ()
* 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
a24177b62a
remove "class" prop in favor of "className" () 2018-04-18 23:48:06 -07:00
e431c29efa
update and pin all deps () 2018-04-18 20:43:13 -07:00
7c548018c1
Simplify click delegate implementation () 2018-04-17 21:47:30 -07:00
980fec15ec
fix favorites/boosts reversed aria labels ()
Fixes 
2018-04-17 18:38:27 -07:00
Maxime Le Conte des Floris
eef54e992b focus container on page load ()
* focus container on page load

* only focus container on first page load

* add test for container focus on page load

* fix typo
2018-04-17 09:42:10 -07:00
b231466fff
Refactor database for better code-splitting () 2018-04-16 20:56:21 -07:00
8fb00a961c
refactor to avoid unnecessary emojify computations () 2018-04-16 20:54:16 -07:00
300a399655
Mark permalinks with icons accessibly ()
Fixes 
2018-04-15 16:00:09 -07:00
a21541ce4b
hide overflow menu for same-user profile ()
Fixes 
2018-04-15 15:39:54 -07:00
e23aa97cf2
make PseudoVirtualList sync rather than async ()
Attempt to address 
2018-04-15 14:43:41 -07:00
7ff45dfb3f
mute and unmute accounts () 2018-04-14 22:18:48 -07:00
732d1fded4
Block and unblock an account ()
One of the many features listed in 
2018-04-14 18:47:55 -07:00
6230c2703e
content warnings can have emoji ()
fixes 
2018-04-14 15:50:06 -07:00
a6e737bdbb
remove page flash due to LazyPage.html () 2018-04-14 14:50:53 -07:00
29c38c1f83
Don't show media in notifications ()
Fixes 
2018-04-14 14:18:19 -07:00
ff8e92df6c
preload content in CW ()
* preload content in CW

Fixes 

* fix test
2018-04-14 10:47:53 -07:00
707e89e899
faster hydrateContent() algorithm, add test () 2018-04-14 10:08:43 -07:00
6be77a6b25
Fix spinner button spinning background ()
Fixes 
2018-04-14 10:07:45 -07:00
fdcf2bc46b
fix blurry modal dialog on chrome/safari ()
Fixes 
2018-04-13 09:46:47 -07:00
aaf0a16a48 remove mistaken code comment
[skip ci]
2018-04-12 22:30:40 -07:00
d2c5839873 tweak style for small devices 2018-04-12 22:13:05 -07:00
a82c44c21f
Replying returns focus to reply button ()
Fixes 
2018-04-12 21:18:14 -07:00
a875386539
fix image hover description on Firefox ()
Fixes 
2018-04-12 21:18:06 -07:00
b8d862618a
Use display:none for virtual list header ()
Fixes  by using display:none instead of opacity/pointer-events tricks while still showing an animation
2018-04-12 21:17:57 -07:00
2c6576e09d
Fix compose button covering content ()
Fixes  for browsers that support fit-content
2018-04-12 20:23:38 -07:00
3786473e34
Simplify PseudoVirtualList ()
Possible fix for 
2018-04-12 19:38:41 -07:00
7ece5d7ffc fix css typo 2018-04-12 19:37:37 -07:00
1ad72f00c2
fix optimistic follow button ()
Fixes 
2018-04-11 22:55:04 -07:00
bdf658f54c fixup minor style nitpicks
[skip ci]
2018-04-11 20:01:45 -07:00
codl
8e08d08712 send status on ctrl+enter ()
* send status on ctrl+enter ()

* don't check for floating post button when pressing ctrl+enter

oops, I was too eager. it doesn't matter too much, except that if the
main compose form is off-screen but still focused, ctrl+enter would open
the compose modal instead of posting
2018-04-11 20:01:17 -07:00
a150613b53 tweak css variable names
[skip ci]
2018-04-11 19:53:43 -07:00
Spanky
bdf547b561 made a variable for the AccountProfile page for its color overlay of the header image. () 2018-04-11 19:47:24 -07:00
55782a5331 detect "selected" when doing smooth scroll to top 2018-04-10 23:15:22 -07:00
Maxime Le Conte des Floris
660362ed46 feat: click on curent column nav button to go to the top of the timeline 2018-04-10 23:15:22 -07:00
9bfa2cf013 add perf mark for clicking spoiler button
[skip ci]
2018-04-10 22:30:22 -07:00
7aceaa4d8c
remove role=alert from "show more" button ()
Possible solution for issue 
2018-04-10 22:09:07 -07:00
70b03eb56e
fix headings for timelines ()
Adds an sr-only class to make this easier in the future. Also fixes a missing aria-label.

Fixes 
2018-04-10 22:08:14 -07:00
9d706a3748
Add img title as well as alt ()
Fixes 
2018-04-10 20:02:42 -07:00
7ae3212c55
Fix alts for image uploads ()
* Fix alts for image uploads

Fixes 

* fix alts mixed with no-alts
2018-04-09 18:30:15 -07:00
1f5a0c3694 add note about intro blog post 2018-04-09 09:35:58 -07:00
ea717b74e3 loading bg for avatars 2018-04-08 17:36:05 -07:00
eb8cd5f83d simplify and refactor dialogs using event bus 2018-04-08 16:56:20 -07:00
bcc7fb47ef start using an event bus 2018-04-08 15:08:32 -07:00
e7b1b2ba31 mentions open modal compose box 2018-04-07 00:21:00 -07:00
b8d93a5d96 add try catch for closing compose dialog 2018-04-06 08:49:15 -07:00