about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features
AgeCommit message (Collapse)Author
2017-01-10Add "not found" component to UIEugen Rochko
2017-01-09Merge branch 'master' of https://github.com/blackle/mastodon into blackle-masterEugen Rochko
2017-01-09Merge branch 'dropdown' of https://github.com/blackle/mastodon into ↵Eugen Rochko
blackle-dropdown
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-09Improve initialState loadingEugen Rochko
2017-01-08Generate key for each input so we can upload the same file even after deletingblackle
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2017-01-08Merge pull request #443 from blackle/masterEugen
Add call-to developers on getting started page
2017-01-08Expand dropdown leftways on status viewblackle
2017-01-08Add call-to developers on getting started pageblackle
2017-01-08Merge pull request #430 from blackle/logout_mobileEugen
Show logout button on getting started so it's available on mobile
2017-01-07Show logout button on getting started so it's available on mobileblackle
2017-01-07Emojify display names in notifcationsblackle
2017-01-07Improve contrast of bio and username text in account infoblackle
2017-01-07Replace getting started icon on desktop nav bar with asterisk instead of ↵Eugen Rochko
hamburger
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-05Fixed unexpected errorEugen Rochko
2017-01-05Fix compose form bugEugen Rochko
2017-01-05Fix selection resetting in compose form after unrelated data updatesEugen Rochko
2017-01-05Merge pull request #403 from ticky/use-system-fontsEugen
Use system fonts on more platforms
2017-01-05Merge pull request #399 from ticky/public-timeline-de-hoistEugen
Public timeline de-hoist
2017-01-05Merge pull request #400 from ticky/differentiate-settings-linksEugen
Differentiate settings links
2017-01-04Use system fonts on more platformsJessica Stokes
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
2017-01-04Automatically position cursor when writing a reply tootMisty De Meo
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-04Replace "Public" in tab bar with "More" hamburgerJessica Stokes
2017-01-05Merge pull request #394 from ticky/email-reblog-to-boostEugen
"Reblog" -> "boost" in more places
2017-01-05Merge pull request #395 from ticky/hide-media-list-if-no-mediaEugen
Don't render the media list when there's no media
2017-01-04Fix Command-enter tootingJessica Stokes
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that
2017-01-05Make shortcode emojis work, make getting started area scrollableEugen Rochko
2017-01-04Don't render the media list when there's no mediaJessica Stokes
This stops the empty compose view from scrolling on 4-inch devices.
2017-01-04"Reblog" -> "boost" in more placesJessica Stokes
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI
2017-01-04Disallow compose navbar from being shrunkJessica Stokes
2017-01-04Stop Mastodon friend from overlapping text 🐘Jessica Stokes
2017-01-04Make tabs bar take up less room on 4-inch phonesJessica Stokes
2017-01-04Improve quality of life for 4-inch phonesJessica Stokes
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
2017-01-03On file-drag, show a border around textareaMitchell Hentges
2017-01-03Add "back" button on column headers of public and hashtag timelines. The "back"Eugen Rochko
button takes you back to getting started page
2017-01-02See #244 - Added notifications column settings to filter what's displayedEugen Rochko
in the column and what appears as desktop notifications. Settings do not persist yet
2017-01-01Adding remote follow buttonEugen Rochko
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-26Follow requests send e-mail notifications, but are excluded from ↵Eugen Rochko
notifications API Better initial state for unlisted/nsfw toggles
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-24Fix #367 - Lock icon instead of retweet icon on boost button on private statusesEugen Rochko
2016-12-24Hide unlisted toggle when private is active, hide nsfw toggle when no files ↵Eugen Rochko
added
2016-12-24Re-add unlisted toggle to the UIAnthony Bellew
2016-12-23Compose form in the UI now has public/private toggle instead of public/unlistedEugen Rochko
2016-12-23Add page for authorizing/rejecting follow requestsEugen Rochko