about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
AgeCommit message (Collapse)Author
2017-06-29Improvements to image icon appearance on SHOW MOREkibigo!
2017-06-28Tiny Status improvementskibigo!
- Media toots are no longer auto-collapsed if the media is behind a CW - Display names no longer appear clickable when a toot is collapsed - Fixed #36 by adding reduplicating the media icon inside the SHOW MORE/LESS
2017-06-28Fixed improper centering of columns-areakibigo!
2017-06-28Added App Setttings Modalkibigo!
2017-06-27Allow line-breaks in bio metadatakibigo!
2017-06-27Merge remote-tracking branch 'upstream/master'beatrix-bitrot
2017-06-27Turn report screen into a modal (#3965)Eugen Rochko
2017-06-27Profile metadata improvementskibigo!
2017-06-27Responsive images in media gallery (#3963)Sorin Davidoi
* feat(components/media_gallery): Responsive images * fix(components/media_gallery): Link to image URL
2017-06-27Maintain aspect ratio for preview image (#3966)Yamagishi Kazutoshi
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-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-25Disables CW [Show More/Less] links in collapsed tootskibigo!
2017-06-25Color adjustment to media iconskibigo!
2017-06-25Adds media icons to tootskibigo!
2017-06-25Media previews for collapsed tootskibigo!
2017-06-24Better style handling at small sizeskibigo!
2017-06-24Allowed little media ruleskibigo!
2017-06-24OKAY THIS WORKS THIS WORKSkibigo!
2017-06-24Fix elephant in onboarding modal being very small sized on small devices (#3932)unarist
2017-06-24Clean column collapsible (#3931)unarist
* Remove unused column_collapsable.js * Remove old styles * Extract `> div` style to independent class
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-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-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-09adjust the size of 'column-header__back-button' (retry) (#3662)Clworld
2017-06-09adjust the size of column-header__back-button (#3654)ふぁぼ原
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
2017-05-28Fix 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%