Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Allow line-breaks in bio metadata | kibigo! | |
2017-06-27 | Merge remote-tracking branch 'upstream/master' | beatrix-bitrot | |
2017-06-27 | Turn report screen into a modal (#3965) | Eugen Rochko | |
2017-06-27 | Profile metadata improvements | kibigo! | |
2017-06-27 | Responsive images in media gallery (#3963) | Sorin Davidoi | |
* feat(components/media_gallery): Responsive images * fix(components/media_gallery): Link to image URL | |||
2017-06-27 | Maintain aspect ratio for preview image (#3966) | Yamagishi Kazutoshi | |
2017-06-25 | Time needs to be just a little wider to accomodate minutes | kibigo! | |
2017-06-25 | We want wrapping here, sorry 😥 | kibigo! | |
2017-06-25 | Stick images inside of CWs | kibigo! | |
2017-06-25 | Fixes to overflows wrt drawer/column | kibigo! | |
2017-06-25 | Improvements to action bar positioning | kibigo! | |
2017-06-25 | Move status action bar left | Surinna Curtis | |
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button. | |||
2017-06-25 | Auto-uncollapse when expanding CW | kibigo! | |
2017-06-25 | Disables CW [Show More/Less] links in collapsed toots | kibigo! | |
2017-06-25 | Color adjustment to media icons | kibigo! | |
2017-06-25 | Adds media icons to toots | kibigo! | |
2017-06-25 | Media previews for collapsed toots | kibigo! | |
2017-06-24 | Better style handling at small sizes | kibigo! | |
2017-06-24 | Allowed little media rules | kibigo! | |
2017-06-24 | OKAY THIS WORKS THIS WORKS | kibigo! | |
2017-06-24 | Fix elephant in onboarding modal being very small sized on small devices (#3932) | unarist | |
2017-06-24 | Clean column collapsible (#3931) | unarist | |
* Remove unused column_collapsable.js * Remove old styles * Extract `> div` style to independent class | |||
2017-06-24 | Support overriding media queries for deciding between ↵ | Surinna Curtis | |
single-column/multi-column layouts with a class | |||
2017-06-24 | Unified avatar styling | Matthew Walsh | |
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size) | |||
2017-06-23 | Un-hide dropdown menu ;P | kibigo! | |
2017-06-23 | Very minor styling improvements to toot-collapsing | kibigo! | |
2017-06-23 | Collapsable toots [1/??] ☕️ | kibigo! | |
2017-06-23 | ✨ Profile Metadata HACK 😈 | kibigo! | |
2017-06-23 | fix: Apply :hover, :focus and :active only when multiple columns | Sorin Davidoi | |
2017-06-20 | Replace TextIconButton for SensitiveButton to IconButton (#3759) | Yamagishi Kazutoshi | |
* Replace TextIconButton for SensitiveButton to IconButton * line-height | |||
2017-06-19 | Set cursor:pointer only when necessary (#3857) | unarist | |
2017-06-13 | Fix unclickable onboardin modal regression (#3724) | Eugen Rochko | |
2017-06-12 | Unread indicator was invisible behind column header, adjusted (#3720) | Eugen Rochko | |
* Unread indicator was invisible behind column header, adjusted * Unread indicator now a CSS pseudo-element * Adjust flex | |||
2017-06-12 | Re-add clear notifications button (#3708) | Yamagishi Kazutoshi | |
* Re-add clear notifications button * remove connect() in column_settings * one line * remove unused props | |||
2017-06-09 | adjust the size of 'column-header__back-button' (retry) (#3662) | Clworld | |
2017-06-09 | adjust the size of column-header__back-button (#3654) | ふぁぼ原 | |
2017-06-08 | fix: Warn if JavaScript is disabled (#3634) | Sorin Davidoi | |
2017-06-06 | Use preview image in <ImageLoader /> to provide immediate visual feedback ↵ | Eugen Rochko | |
(#3595) before the full-size image is loaded | |||
2017-06-06 | Add regex filters on the community timeline and the public timeline. (#3564) | ふぁぼ原 | |
* Add regex filter on the community timeline and the public timeline * correcting * Adjust the height of header buttons * Remove trailing spaces * Remove trailing spaces * Solve some code duplication * reset the state of the locale files in app/javascript/mastodon/locales * adjust to upstream * adjust to upstream * change keys of locale settings | |||
2017-06-05 | Add support key shortcut to Onboarding Modal (#3517) | Yamagishi Kazutoshi | |
* Add support key shortcut to Onboarding Modal * this.state.pages -> this.pages | |||
2017-06-04 | Fix column buttons overflow in Japanese (#3552) | Yamagishi Kazutoshi | |
2017-06-04 | Fix all icons in the column header being hilighted (#3554) | unarist | |
2017-06-04 | Allow mounting arbitrary columns (#3207) | Eugen Rochko | |
* Allow mounting arbitrary columns * Refactor column headers, allow pinning/unpinning and moving columns around * Collapse animation * Re-introduce scroll to top * Save column settings properly, do not display pin options in single-column view, do not display collapse icon if there is nothing to collapse * Fix one instance of public timeline being closed closing the stream Fix back buttons inconsistently sending you back to / even if history exists * Getting started displays links to columns that are not mounted | |||
2017-06-03 | Change toggle state when click label (#3530) | Yamagishi Kazutoshi | |
2017-05-31 | Remove react-imageloader (#3423) | Nolan Lawson | |
* Remove react-imageloader * add eslint-disable-line * improve image loading experience * remove unneeded import * use PureComponent * Use componentWillMount instead of constructor | |||
2017-05-28 | Fix video having black border on top due to regression from #2608 (#3392) | Eugen Rochko | |
The combination of object-fit, relative position 50% from top and translating it back upwards 50% is what allows us to crop the video properly, so it needs to be +50%-50% | |||
2017-05-27 | Replace onboarding elephant with friendlier graphic, shorter animation (#3337) | Eugen Rochko | |
on status fade-in, fix buttons not having pointer cursor | |||
2017-05-26 | Change anchor to button element (#3321) | Yamagishi Kazutoshi | |
Fix warning for ESLint (jsx-a11y/href-no-hash). | |||
2017-05-25 | Fix "contains" CSS for Chromium <57 (#3317) | Nolan Lawson | |
Fixes #3277. I've tested in QupZilla on Mac and can confirm it fixes the issue, and that Chrome 58 is not affected (because it has Grid). | |||
2017-05-25 | Add `flex: 0 0 auto` to some components to avoid bugs on iOS9 (#3313) | unarist | |