Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fixed bad drawer custom.css | 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 | [custom.scss] More media height fixes | kibigo! | |
2017-06-25 | Disables CW [Show More/Less] links in collapsed toots | kibigo! | |
2017-06-25 | [custom.scss] max-height of media now a fixed value | 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 | Removed no-longer-necessary custom style | 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 | Don't change layout of static pages | kibigo! | |
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 | Fixes drawer so stuff doesn't overflow | Go Shoemake | |
2017-06-23 | cybre cleanup | Charlotte Fields | |
2017-06-23 | cybrespace to 1.4.2 | Chronister | |
2017-06-23 | All cybrespace changes through 5/28 | Chronister | |
2017-06-23 | adding cybre changes | Charlotte Fields | |
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-14 | Account deletion (#3728) | Eugen Rochko | |
* Add form for account deletion * If avatar or header are gone from source, remove them * Add option to have SuspendAccountService remove user record, add tests * Exclude suspended accounts from search | |||
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 | Fix #3658 - Update RTL styles (#3669) | Eugen Rochko | |
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 | Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) | Eugen Rochko | |
* Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks | |||
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 |