Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Clicking on a collapsed toot just uncollapses it. | kibigo! | |
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-25 | Patching rebase errors | kibigo! | |
2017-06-25 | Glitchsocification | Shel Raphen | |
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 | Better settings handling with localSettings (new!) | kibigo! | |
2017-06-24 | Don't change layout of static pages | kibigo! | |
2017-06-24 | Use Redux store to keep track of layout | kibigo! | |
2017-06-24 | Pass in correct "singleColumn" prop value when auto-columns is not used. | Surinna Curtis | |
2017-06-24 | Support overriding media queries for deciding between ↵ | Surinna Curtis | |
single-column/multi-column layouts with a class | |||
2017-06-24 | clean up old avatar class | beatrix-bitrot | |
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 | ESLint improvements for Profile Metadata | kibigo! | |
2017-06-23 | Reblog support for collapsed toots | Gô Shoemake | |
2017-06-23 | missing punctuation | beatrix-bitrot | |
2017-06-23 | glitch the getting started image | beatrix | |
2017-06-23 | Very minor styling improvements to toot-collapsing | kibigo! | |
2017-06-23 | Updates height upon collapsing | kibigo! | |
2017-06-23 | Minor collapsing button improvements~ | 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 a typo and give CW'd statuses the right cursor (#3918) | Daniel Hunsaker | |
2017-06-23 | Use Class and Property Decorators (#3730) | Yamagishi Kazutoshi | |
ref https://tc39.github.io/proposal-decorators/ | |||
2017-06-23 | Revocable sessions (#3616) | Sorin Davidoi | |
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations | |||
2017-06-23 | Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon ↵ | Eugen Rochko | |
into sorin-davidoi-swipe-gestures | |||
2017-06-23 | Remove unused variables (#3906) | Yamagishi Kazutoshi | |
2017-06-23 | Add prefix to setting toggle ID (#3907) | Yamagishi Kazutoshi | |
2017-06-23 | fix: Apply :hover, :focus and :active only when multiple columns | Sorin Davidoi | |
2017-06-23 | feat: Swipeable media | Sorin Davidoi | |
2017-06-23 | feat: Swipeable columns | Sorin Davidoi | |
2017-06-22 | Some minor change and spec for Account (#3813) | Akihiko Odaki (@fn_aki@pawoo.net) | |
* Introduce domains method to Account relation Account had followers_domains method, which was excessively specific. Let relation of Account have domains method instead. * Move follow_mapping in Account to AccountInteractions * Introduce shared examples for AccountAvatar inclusion * Cover Account more | |||
2017-06-22 | Fix regression from #3842 (#3892) | Eugen Rochko | |
* Fix regression from #3842 Simplify the query by omitting all direct statuses. Private statuses are allowed because they are from accounts we are following (so by definition) Resolves #3887 (alternative) * Adjust test | |||
2017-06-21 | Don't attach IntersectionObserver for wrapped statuses (#3883) | unarist | |
(This patch has been merged as bugfix and reverted, but still valuable as improvement) Previously, we've attached IntersectionObserver twice for boosted statuses: wrapper Status and wrapped Status. but wrapped Status don't need to manage intersection and visibility by itself, because it's a part of wrapper Status. |