about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers
AgeCommit message (Expand)Author
2017-04-15Add eslint-plugin-jsx-a11y (#1651)Zac Anger
2017-04-15Send initial state in a <script type="application/json"> tag (#1806)Joachim Viide
2017-04-15Add list of muted user to UI and Getting Started (#1799)Patrick Figel
2017-04-13Fix #1220, fix #1671 - Hook up comment box to the Redux comment value (#1699)Eugen
2017-04-13Fix #1609, fix #1628 - Revert #1397 (#1700)Eugen
2017-04-13Clear spoiler when replying to toot that doesn't also have a spoiler (#1662)Isabelle Knott
2017-04-12Focus textarea when text is inserted (#1320)Rachel H
2017-04-02Keep track of which timelines are connected live to avoid redundantEugen Rochko
2017-04-01Made modal system more genericEugen Rochko
2017-03-31Fix reworked searchEugen Rochko
2017-03-31Rework searchEugen Rochko
2017-03-25When replying to status with content warning, prefill content warningEugen Rochko
2017-03-25Redesigned compose formEugen Rochko
2017-03-24Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295)Eugen Rochko
2017-03-22Fix full-text search query quotation, improve tag search performance with an ...Eugen Rochko
2017-03-22Web UI support for the new omnisearchEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-03-02Fix #372 - Emoji pickerEugen Rochko
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
2017-02-26Improve compose form performance, upgrade JS dependencies. LightingBoxEugen Rochko
2017-02-22Improve performance of compose formEugen Rochko
2017-02-21Fix #38 - Unread indicator when new content appears above the foldEugen Rochko
2017-02-19Fix infinite scrolling breaking after navigationEugen Rochko
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
2017-02-18Fix #642 - Add "empty column" text to home/notificationsEugen Rochko
2017-02-17Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with m...Eugen Rochko
2017-02-15Fix #634 - Only include innermost-level statuses in report UIEugen Rochko
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-13Clean up collapsible componentsEugen Rochko
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
2017-02-07Add "clear notifications" button, exclude posts from people who have blocked ...Eugen Rochko
2017-02-06Add API modifiers to limit returned toots from public/hashtag timelinesEugen Rochko
2017-02-05Fix #61 - Add list of blocked users to the UI; clean up failed push notificat...Eugen Rochko
2017-02-05Add next/previous navigation in modal for media attachmentsEugen Rochko
2017-02-02Prevent potential issue with public/hashtag statuses arriving afterEugen Rochko
2017-01-26Improve infinite scroll on notificationsEugen Rochko
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for non-blank...Eugen Rochko
2017-01-24Merge branch 'master' into masterEugen
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-20Fix #475 - add space after autocompleteEugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen Rochko
2017-01-17Add sounds for notifications. Boop by @jk@mastodon.socialEugen Rochko
2017-01-16Fix upload file input being re-rendered needlesslyEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2017-01-15Fix #427 - don't suggest hashtag if the search value contains a spaceEugen Rochko
2017-01-10Home column filtersEugen Rochko