Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-05 | Fix #552 - Replace image links with image icons in status text in the UI | Eugen Rochko | |
2017-01-31 | Fix elephant friend | Eugen Rochko | |
2017-01-31 | Fix text overlapping image in Edge and on mobile (#582) | tom | |
Changing the way the background image is positioned and the box is sized should fix problems with the text overlapping the image on mobile browsers and Edge. | |||
2017-01-30 | Make profile header scroll along with contents. AccountTimeline, Followers ↵ | Eugen Rochko | |
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer /> | |||
2017-01-30 | Add explicit "load more" link to the bottom of StatusList and notifications | Eugen Rochko | |
2017-01-28 | Add pixel background to modal images | Eugen Rochko | |
2017-01-26 | Fix font weight | Eugen Rochko | |
2017-01-26 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
2017-01-26 | Fix #538 - Darken buttons to increase contrast | Eugen Rochko | |
2017-01-26 | Fix CSS mistake | Eugen Rochko | |
2017-01-25 | Increase color contrast on getting started text | shel | |
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read. | |||
2017-01-24 | fix up spoilers | blackle | |
2017-01-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Fix `invisible` CSS class | Misty De Meo | |
2017-01-24 | Fix #204, fix #515 - URL truncating is now a style so copypasting is not | Eugen Rochko | |
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then | |||
2017-01-24 | Make boost animation an SVG that uses SCSS colours | blackle | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Move all hex colors in SASS to variables and all variations to darken/lighten | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-15 | Change boost sprite to look like fa-retweet | blackle | |
2017-01-15 | Fix tests, add applications to eager loading/cache for statuses, fix | Eugen Rochko | |
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version | |||
2017-01-15 | Merge branch 'feature/toot-app-source' of ↵ | Eugen Rochko | |
https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source | |||
2017-01-14 | Make boost button arrows spin around | blackle | |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-08 | Expand dropdown leftways on status view | blackle | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-04 | Use system fonts on more platforms | Jessica 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-05 | Make shortcode emojis work, make getting started area scrollable | Eugen Rochko | |
2017-01-04 | Stop Mastodon friend from overlapping text 🐘 | Jessica Stokes | |
2017-01-04 | Improve quality of life for 4-inch phones | Jessica Stokes | |
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop. | |||
2017-01-03 | Reduce height of media query to hide avatar/bio | Anthony Bellew | |
An additional selector was provided to make the bio only hide on the timeline and not on the user page itself. | |||
2017-01-03 | On file-drag, show a border around textarea | Mitchell Hentges | |
2017-01-01 | Adding remote follow button | Eugen Rochko | |
2016-12-27 | Add illustration to getting started column | Eugen Rochko | |
2016-12-24 | Fix #357 - Also make textarea blur close suggestions which make it more ↵ | Eugen Rochko | |
accessible on touch devices | |||
2016-12-22 | Follow call on locked account creates follow request instead | Eugen Rochko | |
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts | |||
2016-12-14 | Re-implemented autosuggestions component for the compose form | Eugen Rochko | |
Fix #205, fix #156, fix #124 | |||
2016-12-12 | Adding some navigation items from #262 to the getting started screen | Eugen Rochko | |
2016-12-11 | Fix whitespace preservation in status text | Eugen Rochko | |
2016-12-06 | Fix #341 - Remove react-responsive in favour of simpler resize ↵ | Eugen Rochko | |
handler/window width | |||
2016-11-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-20 | Adding notifications column | Eugen Rochko | |
2016-11-19 | Graphic emoji in usernames in the "reblogged" string above status | Eugen Rochko | |
2016-11-15 | Support emojis in display name, bio | Eugen Rochko | |
2016-11-13 | Search component | Eugen Rochko | |
2016-11-10 | Fix modals sizing and add animation to it, fix #140 by only making the text of | Eugen Rochko | |
status clickable (this also fixes multiple dropdown being openable at the same time) | |||
2016-11-08 | Adding Emoji One | Eugen Rochko | |
2016-11-07 | Replace react-skylight with own solution that centers images better | Eugen Rochko | |