Commit graph

710 commits

Author SHA1 Message Date
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
7853285eea
Fix scrollTop jiggle in Firefox ()
Fixes 
2018-04-12 19:58:18 -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
84148912ee
Fix spoilers being posted after removal ()
Fixes 
2018-04-11 22:55:11 -07:00
1ad72f00c2
fix optimistic follow button ()
Fixes 
2018-04-11 22:55:04 -07:00
95c3349db7 fix bug where favicon changes incorrectly 2018-04-11 20:30:38 -07:00
Chris
c8687635e8 add cobalt blue theme ()
* added cobalt blue theme

* lighten nav items
2018-04-11 20:11:47 -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
codl
6fcecce311 allow scroll-to-top to be canceled by a user scroll () 2018-04-11 19:43:22 -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
d95de24df5 add note about ad blockers / tracker blockers
[skip ci]
2018-04-10 22:14:10 -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
Spanky
3a7d887531 Added 'Ozark' dark blue color theme ()
* added Ozark theme, based off of a personal color scheme I use elsewhere.

* fixed incorrect main color value
2018-04-10 20:02:28 -07:00
494f906701
increase fetch timeout to 60 seconds for now ()
Fixes 
2018-04-09 18:33:23 -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
Maxime Le Conte des Floris
2b143ebeeb fix: allow trailing slash in instance name ()
Fix : allow trailing slash in instance name
2018-04-09 15:09:58 -07:00
1f5a0c3694 add note about intro blog post 2018-04-09 09:35:58 -07:00
b2097d33d3 Fix typo that broke Pleroma
Fixes 
2018-04-09 09:29:15 -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
ee8cda5d66 fix modifying replies to statuses 2018-04-08 13:42:31 -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
fe8ad175f2 more elegant fix for autosuggestion covering toolbar 2018-04-05 21:35:22 -07:00
f5943c3c24 Revert "fix issue with not being able to click toolbar"
This reverts commit 001f85eecc.
2018-04-05 21:00:30 -07:00
001f85eecc fix issue with not being able to click toolbar 2018-04-05 20:30:52 -07:00
c54bde0a19 use scrollIntoView which is more consistent than previous strategy 2018-03-29 23:01:36 -07:00
b4fc6cf99e fix media in notifications not clickable 2018-04-05 18:18:23 -07:00
57a40a4c41 simplify backdrop filter 2018-04-05 18:13:31 -07:00
2544b71251 use lodash-es for slightly smaller bundle size 2018-04-05 17:57:36 -07:00
a6d2382f97 tweak status options 2018-04-05 07:44:10 -07:00
8197c9e773 fix DM background color for replies 2018-04-04 23:03:26 -07:00
8f24531d94 tweak dialog 2018-04-04 22:28:22 -07:00
0ce79fed44 fix z-index 2018-04-04 22:20:12 -07:00
33d595f239 add mention option to account profiles 2018-04-04 21:45:19 -07:00
5a23235529 destroy entire dialog when closed 2018-04-04 20:33:17 -07:00
8d6cb56421 make entire sticky banner pointer-events:auto 2018-04-04 20:32:54 -07:00
b17b554965 fix auto-focus for dialog compose 2018-04-04 19:49:05 -07:00