about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui
AgeCommit message (Expand)Author
2016-11-05Adding hashtagsEugen Rochko
2016-11-03Aria-labels actually didn't work in React, so removing. Fixing some bugsEugen Rochko
2016-11-03Fix #136: Add aria-labelsEugen Rochko
2016-11-02a11y: Add labels to input fields for screenreaderFrederic Hemberger
2016-10-30Actually complete the autosuggestion featureEugen Rochko
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
2016-10-16Fix scrolling on small devices for account timelines and compose columnEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-12Fix stylesEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #76 - set scrollTop property of element node rather than use scrollTo() m...Eugen Rochko
2016-10-06Fix #71 - Add logout link to UIEugen Rochko
2016-10-06Fix #70 - disable autocomplete on follow formEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-27Fix #58 - disable compose form while image is uploadingEugen Rochko
2016-09-25Limit usernames to 30 chars, statuses to 500, open account after follow form ...Eugen Rochko
2016-09-23Temporarily link "settings" to the static version of the formEugen Rochko
2016-09-23Improved ColumnsArea on smaller windows, improved how ActionBar looksEugen Rochko
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant userna...Eugen Rochko
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-20Fix rake tasks and loading barEugen Rochko
2016-09-19Update OStatus2 libraryEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko