about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/getting_started
AgeCommit message (Collapse)Author
2017-03-17Promote Apps (#670)shel
"Various apps are available" is now a hyperlink
2017-03-04Rename "the whole known network" timeline to "federated timeline"Eugen Rochko
Remove note about following Gargron@mastodon.social from getting started text
2017-02-19Fix links and wordingEugen Rochko
2017-02-19Adjust naming of public timeline -> "local timeline" vs "whole known network"Eugen Rochko
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed
2017-02-17Add target="_blank" to github linkshel
This makes so clicking the link to the github opens in a new tab or windows. I just keep getting frustrated clicking the link to github and then losing my place in my home timeline >_> that's all
2017-02-09Progress on moving color styles to SassEugen Rochko
2017-02-07Change blocked users icon to fa-ban in getting started view (#608)Isabelle Knott
2017-02-06Add API modifiers to limit returned toots from public/hashtag timelinesEugen Rochko
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen
2017-02-05Add link to blocked users to getting started pageEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2017-01-16Move follow requests link above logout link in getting started columnEugen Rochko
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