Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | Fix up storybook | Eugen Rochko | |
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-03-01 | Revert infinite scroll in timelines back to looking at ID of oldest | Eugen Rochko | |
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually) | |||
2017-03-01 | Fix #291 - Add visual indication that numbers for remote users may be inaccurate | Eugen Rochko | |
2017-03-01 | Improved dropdowns | Eugen Rochko | |
2017-02-28 | Add elephant friend to missing indicator | Eugen Rochko | |
2017-02-27 | Only use bigger compose form/search form font on mobile layout | Eugen Rochko | |
2017-02-26 | Fix #612 - Set font size to 16px in compose form and search form to prevent iOS | Eugen Rochko | |
from zooming in on them | |||
2017-02-23 | Improve glow | Eugen Rochko | |
2017-02-22 | Improve performance of compose form | Eugen Rochko | |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-17 | Fix small styling issues | Eugen Rochko | |
2017-02-17 | Add UI to view report details, remove reported statuses, quick links to ↵ | Eugen Rochko | |
resolve/silence/suspend from report | |||
2017-02-15 | Fix admin UI for accounts somewhat | Eugen Rochko | |
2017-02-14 | Adding POST /api/v1/reports API, and a UI for submitting reports | Eugen Rochko | |
2017-02-13 | Add remote mentions warning when composing a private status | Eugen Rochko | |
2017-02-13 | Activity stream background should use $color5 | Your Name | |
2017-02-10 | Improve public tag page | Eugen Rochko | |
2017-02-10 | Fix spoiler link color in muted context | Eugen Rochko | |
2017-02-10 | Finish up moving colors from JSX to Sass (#584, #348) | Eugen Rochko | |
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-10 | Move more inline colours to scss | Lorenz Diener | |
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ↵ | Eugen Rochko | |
*you* from public/hashtag timelines | |||
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen 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-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 | Add "open in web" link to detailed public status pages | Eugen Rochko | |
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 | Fix settings design on mobile | Eugen Rochko | |
2017-01-28 | Add pixel background to modal images | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Clean up | Eugen Rochko | |
2017-01-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-27 | fix button outline showing on clicks for prettiness | hoodie | |
remove button outlines on-click for retweet, boost, favourite, and reply buttons | |||
2017-01-26 | Fix font weight | Eugen Rochko | |
2017-01-26 | Move the fonts from Google Fonts to local assets | Billie Thompson | |
Currently we have two problems that are resolved by this change. The first is that we have a dependency on Google Fonts, which means that should it ever go down, or it have issues we would also have issues. This will resolve this by moving the dependencies we load from there to the local server. The second issue is that Google Fonts is currently returning the `local()` css font source. This causes a problem where the users browser fails to fallback to a missing glyph, resulting in many unusual characters displaying the failure glyph. This will resolve this by creating a font-family definition that does not use the `local()` source. I did not update the error pages with local fonts, they still use the remote google fonts api, so they're a self contained page that does not use the asset pipeline. This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12 | |||
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 | Improve infinite scroll on notifications | Eugen Rochko | |
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-25 | Instead of using spoiler boolean and spoiler_text, simply check for ↵ | Eugen Rochko | |
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations | |||
2017-01-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Fix `invisible` CSS class | Misty De Meo | |