about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Collapse)Author
2016-10-29Hide notes on user lists for nowEugen Rochko
2016-10-28Make suggestions box also use user list componentsEugen Rochko
2016-10-28Improved how user lists look, added follow button to themEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-25Guard against unexisting statuses renderingEugen 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
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-10-23Fix OAuth authorization redirectEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
to the API
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
Also fix reloading of timelines after merge-type events
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
2016-10-18Improve how errors are displayed in the UIEugen Rochko
2016-10-18Improving all formsEugen Rochko
2016-10-18Small clean upEugen Rochko
2016-10-18This should fix itEugen Rochko
2016-10-18DebuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Will this fix the issue?Eugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Add console.error to all axios failuresEugen Rochko
2016-10-17Fix #82 - only show latest reblog of status in UIEugen Rochko
2016-10-17Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issuesEugen Rochko
2016-10-16Don't preload timelines as props, load them when timeline component is mountedEugen Rochko
This prevents the bug where if you go "back" to the UI after navigating to another page it loads with the old set of statuses
2016-10-16Fix scrolling on small devices for account timelines and compose columnEugen Rochko
2016-10-16Backfill follow suggestions with fallback when not enough results. CyclingEugen Rochko
through suggestions in UI
2016-10-15Fix typoEugen Rochko
2016-10-15Fix follow suggestions rankingEugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Fix suggestions box style for long namesEugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-14Add "edit profile" link to dropdown on own profileEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-14Add window titles to auth pages and about page, link sign up/login from ↵Eugen Rochko
about page
2016-10-12Fix stylesEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-09Improved how in-UI profiles lookEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko
2016-10-08Fix mistakeEugen Rochko
2016-10-08Add link to public timeline to getting started screenEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #73 - Click on in-UI profile avatar/name to open public profileEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" ↵Eugen Rochko
explanation Also, only update relative time every minute instead of 6 seconds. My bad
2016-10-06Fix how missing display name is displayed (fallback to username)Eugen Rochko
2016-10-06Adjusting new CSS for smaller screensEugen Rochko
2016-10-06Fix #79 - break too long lines and hide overflowing characters in status contentEugen Rochko