- Jan 26, 2017
-
-
Anthony Bellew authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
blackle authored
-
shel authored
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
-
- Jan 25, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
blackle authored
-
Eugen Rochko authored
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
-
- Jan 24, 2017
-
-
Misty De Meo authored
-
Eugen Rochko authored
-
Eugen Rochko authored
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then
-
blackle authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
blackle authored
-
- Jan 23, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Misty De Meo authored
This was broken in c3e9ba6a, which added an onBlur to hide the suggestions when the textarea loses focus. Unfortunately, this fired even when the textarea lost focus to its own suggestions box, and that meant that onSuggestionClick is never called. Setting a short window in which onSuggestionClick can still happen before hiding the suggestion area ensures that clicking still works, while still hiding the suggestions if the user clicks on something else.
-
- Jan 20, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
blackle authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Jan 19, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Don't show loading bar when re-loading already loaded status. Don't even try to fetch ancestors from DB when in_reply_to_id is nil
-
Eugen Rochko authored
-
Eugen Rochko authored
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts
-
- Jan 17, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Jan 16, 2017
-
-
Eugen Rochko authored
-
blackle authored
-
Eugen Rochko authored
-