about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Collapse)Author
2017-01-26Removed line break before spoiler link, changed color of bg for spoiler linkAnthony Bellew
2017-01-26Add Padding to inline styles for spoilerAnthony Bellew
2017-01-26Added inline spoiler button stylesAnthony Bellew
2017-01-26Moved brackets outside of localized strings at Gargron's suggestionAnthony Bellew
2017-01-25Add brackets to visually distinguish show more / show less textAnthony Bellew
2017-01-26Improve infinite scroll on notificationsEugen Rochko
2017-01-26Fix #538 - Darken buttons to increase contrastEugen Rochko
2017-01-26Fix CSS mistakeEugen Rochko
2017-01-26Merge pull request #534 from yiskah/patch-2Eugen
Increase color contrast on getting started text
2017-01-25Only open status on left mouse pressblackle
2017-01-25Increase color contrast on getting started textshel
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.
2017-01-25Fix loading of avatars before drawing them to canvasEugen Rochko
2017-01-25Fix #187, address #441 - <Avatar> component now plays gifs only while hoveredEugen Rochko
2017-01-25Fix order of migrationsEugen Rochko
2017-01-24fix up spoilersblackle
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
2017-01-24Merge branch 'master' into masterEugen
2017-01-24Fix `invisible` CSS classMisty De Meo
2017-01-24Fix links in toots opening the toot at firstEugen Rochko
2017-01-24Fix #204, fix #515 - URL truncating is now a style so copypasting is notEugen Rochko
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then
2017-01-24Merge branch 'master' into boostspinEugen
2017-01-24Make boost animation an SVG that uses SCSS coloursblackle
2017-01-24Set isLoading false on timelines when request failsEugen Rochko
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-23Fix mistakeEugen Rochko
2017-01-23Less re-renderingEugen Rochko
2017-01-23Add /api/v1/notifications/clear, non-existing link cards for statuses willEugen Rochko
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses
2017-01-23Forgot to commitEugen Rochko
2017-01-23Move all hex colors in SASS to variables and all variations to darken/lightenEugen Rochko
2017-01-22Textarea: fix clicking on name suggestionsMisty De Meo
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.
2017-01-20Fix #475 - add space after autocompleteEugen Rochko
2017-01-20Instead of refusing to create accounts, domain blocks auto-suspend new ↵Eugen Rochko
accounts from that domain
2017-01-20Fix preview cards layout, do preview card crawling for remote statusesEugen Rochko
2017-01-19Show visibility toggle on videos, show regardless of sensitivityblackle
2017-01-20No loading bars for cards, no failure if it 404s (that's expected)Eugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-19Hide more non-essential loading barsEugen Rochko
2017-01-19Don't show loading bar when re-loading already loaded status. Don't even try ↵Eugen Rochko
to fetch ancestors from DB when in_reply_to_id is nil
2017-01-19Don't show loading bar when checking account timeline for newer stuffEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen Rochko
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
2017-01-17Fix forgotten change of settingsEugen Rochko
2017-01-17Fix boops?Eugen Rochko
2017-01-17Add sounds for notifications. Boop by @jk@mastodon.socialEugen Rochko
2017-01-16Improve how the list entry Account component looks when target is ↵Eugen Rochko
blocked/follow is requested
2017-01-16Show 'do not display in public timeline' when replying to selfblackle
2017-01-16Fix upload file input being re-rendered needlesslyEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2017-01-16Fix #414 - Improve lightbox, add loading indicatorEugen Rochko
2017-01-16Merge branch 'sensitive' of https://github.com/blackle/mastodon into ↵Eugen Rochko
blackle-sensitive