about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/getting_started/index.jsx
AgeCommit message (Collapse)Author
2017-01-08Add call-to developers on getting started pageblackle
2017-01-07Show logout button on getting started so it's available on mobileblackle
2017-01-05Merge pull request #399 from ticky/public-timeline-de-hoistEugen
Public timeline de-hoist
2017-01-04Differentiate settings linksJessica Stokes
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences." All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app! addresses part of #384
2017-01-04Remove hamburger from "getting started"Jessica Stokes
2017-01-05Make shortcode emojis work, make getting started area scrollableEugen Rochko
2017-01-04Stop Mastodon friend from overlapping text 🐘Jessica Stokes
2016-12-27Add illustration to getting started columnEugen Rochko
2016-12-26Only display follow requests link in getting started window if account is lockedEugen Rochko
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-12Adding some navigation items from #262 to the getting started screenEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link ↵Eugen Rochko
to that
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-08Add link to public timeline to getting started screenEugen Rochko
2016-10-07Adding public timelineEugen 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