about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features
AgeCommit message (Collapse)Author
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-24Fix #367 - Lock icon instead of retweet icon on boost button on private statusesEugen Rochko
2016-12-24Hide unlisted toggle when private is active, hide nsfw toggle when no files ↵Eugen Rochko
added
2016-12-24Re-add unlisted toggle to the UIAnthony Bellew
2016-12-23Compose form in the UI now has public/private toggle instead of public/unlistedEugen Rochko
2016-12-23Add page for authorizing/rejecting follow requestsEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts
2016-12-14Fix key up listener on compose formEugen Rochko
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-13Improved admin UIEugen Rochko
2016-12-12Fix timelines loading bugEugen Rochko
2016-12-12Adding some navigation items from #262 to the getting started screenEugen Rochko
2016-12-11Fix metaKey usageEugen Rochko
2016-12-11Fix #167 - Enable cmd+enter on Mac to submit formEugen Rochko
2016-12-11Fix #171 - You can now drag & drop files to be uploadedEugen Rochko
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-12-02Make all account links into permalinks (open public except on left click)Eugen Rochko
2016-12-02Fix #284 - Alignment in notifications columnEugen Rochko
2016-12-01Replace "Unlisted mode" with more explicit textAndrea Faulds
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-25Allow vertical resizing of the toot textareanicolas
2016-11-24Remove Neo4JEugen Rochko
2016-11-24Center header in account column, hide media in "muted" status components ↵Eugen Rochko
(notifications)
2016-11-23Follow/unfollow button outside of dropdown, also make favs/reblogs update ↵Eugen Rochko
indicator instantly and then adjust to failure later if the request fails
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-21Fix responsive layout breakpoint, replace mentions column with notificationsEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-18Adding german localizationEugen Rochko
2016-11-17Add an Intl polyfillEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-15Support emojis in display name, bioEugen Rochko
2016-11-14Fix wrong link header on followers API, wrong link in tabs component, orderEugen Rochko
account results
2016-11-13Infinite scroll for followers/following listsEugen Rochko
2016-11-13Making upload button into a smaller icon buttonEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link ↵Eugen Rochko
to that
2016-11-13Debounce autosuggestions requestsEugen Rochko
2016-11-13Search componentEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-10Enable emojis in reply indicator as wellEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
status clickable (this also fixes multiple dropdown being openable at the same time)
2016-11-10Fix #131 - Make active favourite buttons yellowEugen Rochko
2016-11-10Fix live status removal from public/hashtag channelsEugen Rochko
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-11-07Account notes (bios) can now contain links. Character limit upped to 160Eugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding list of who favourited statusEugen Rochko
2016-11-04Reduce code duplication, add touch scrolling behaviour for webkit browsersEugen Rochko
on scrollable areas