about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers/compose.jsx
AgeCommit message (Collapse)Author
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option
2016-09-26Fix #55 - Filter self from pre-filled mentionsEugen Rochko
2016-09-22Uploading/undoing media modifies status text. Also: status text trimmed ↵Eugen Rochko
before validation
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant ↵Eugen Rochko
usernames into the form when replying
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
Mostly resolves #8, though attachments are still not displayed in public view
2016-09-05Make compose form also use normalized dataEugen Rochko
2016-08-31Fix typoEugen Rochko
2016-08-31Replies in the compose formEugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko