about summary refs log tree commit diff
path: root/app/javascript/styles
AgeCommit message (Collapse)Author
2017-06-25Time needs to be just a little wider to accomodate minuteskibigo!
2017-06-25We want wrapping here, sorry 😥kibigo!
2017-06-25Stick images inside of CWskibigo!
2017-06-25Fixes to overflows wrt drawer/columnkibigo!
2017-06-25Fixed bad drawer custom.csskibigo!
2017-06-25Improvements to action bar positioningkibigo!
2017-06-25Move status action bar leftSurinna Curtis
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button.
2017-06-25Auto-uncollapse when expanding CWkibigo!
2017-06-25[custom.scss] More media height fixeskibigo!
2017-06-25Disables CW [Show More/Less] links in collapsed tootskibigo!
2017-06-25[custom.scss] max-height of media now a fixed valuekibigo!
2017-06-25Color adjustment to media iconskibigo!
2017-06-25Adds media icons to tootskibigo!
2017-06-25Media previews for collapsed tootskibigo!
2017-06-24Removed no-longer-necessary custom stylekibigo!
2017-06-24Better style handling at small sizeskibigo!
2017-06-24Allowed little media ruleskibigo!
2017-06-24OKAY THIS WORKS THIS WORKSkibigo!
2017-06-24Don't change layout of static pageskibigo!
2017-06-24Support overriding media queries for deciding between ↵Surinna Curtis
single-column/multi-column layouts with a class
2017-06-24Unified avatar stylingMatthew Walsh
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
2017-06-23Un-hide dropdown menu ;Pkibigo!
2017-06-23Very minor styling improvements to toot-collapsingkibigo!
2017-06-23Collapsable toots [1/??] ☕️kibigo!
2017-06-23✨ Profile Metadata HACK 😈kibigo!
2017-06-23Fixes drawer so stuff doesn't overflowGo Shoemake
2017-06-23cybre cleanupCharlotte Fields
2017-06-23cybrespace to 1.4.2Chronister
2017-06-23All cybrespace changes through 5/28Chronister
2017-06-23adding cybre changesCharlotte Fields
2017-06-23fix: Apply :hover, :focus and :active only when multiple columnsSorin Davidoi
2017-06-20Replace TextIconButton for SensitiveButton to IconButton (#3759)Yamagishi Kazutoshi
* Replace TextIconButton for SensitiveButton to IconButton * line-height
2017-06-19Set cursor:pointer only when necessary (#3857)unarist
2017-06-14Account 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-13Fix unclickable onboardin modal regression (#3724)Eugen Rochko
2017-06-12Unread 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-12Re-add clear notifications button (#3708)Yamagishi Kazutoshi
* Re-add clear notifications button * remove connect() in column_settings * one line * remove unused props
2017-06-09Fix #3658 - Update RTL styles (#3669)Eugen Rochko
2017-06-09adjust the size of 'column-header__back-button' (retry) (#3662)Clworld
2017-06-09adjust the size of column-header__back-button (#3654)ふぁぼ原
2017-06-08Add 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-08fix: Warn if JavaScript is disabled (#3634)Sorin Davidoi
2017-06-06Use preview image in <ImageLoader /> to provide immediate visual feedback ↵Eugen Rochko
(#3595) before the full-size image is loaded
2017-06-06Add 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-05Add support key shortcut to Onboarding Modal (#3517)Yamagishi Kazutoshi
* Add support key shortcut to Onboarding Modal * this.state.pages -> this.pages
2017-06-04Fix column buttons overflow in Japanese (#3552)Yamagishi Kazutoshi
2017-06-04Fix all icons in the column header being hilighted (#3554)unarist
2017-06-04Allow 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-03Change toggle state when click label (#3530)Yamagishi Kazutoshi
2017-05-31Remove 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