- Jun 19, 2017
- Jun 18, 2017
-
-
Nolan Lawson authored
-
- Jun 13, 2017
-
-
Sorin Davidoi authored
-
- Jun 12, 2017
-
-
Eugen Rochko authored
* Unread indicator was invisible behind column header, adjusted * Unread indicator now a CSS pseudo-element * Adjust flex
-
- Jun 10, 2017
-
-
Eugen Rochko authored
- Use plaintext - Strip out URLs - Strip out mentions - Strip out hashtags - Strip out whitespace from "overall" count - Consistent between JS and Ruby
-
- Jun 07, 2017
-
-
Sorin Davidoi authored
-
- Jun 06, 2017
-
-
ふぁぼ原 authored
* 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
-
Yamagishi Kazutoshi authored
* Add react/no-string-refs ESLint rule * Add react/jsx-boolean-value ESLint rule * Add react/jsx-closing-bracket-location ESLint rule * Add react/jsx-indent ESLint rule * Add react/jsx-curly-spacing ESLint rule * Add react/jsx-equals-spacing ESLint rule * Add react/jsx-first-prop-new-line ESLint rule * Add react/jsx-no-duplicate-props ESLint rule * Add react/jsx-tag-spacing ESLint rule
-
Yamagishi Kazutoshi authored
* Add quotes ESLint rule * Add jsx-quotes ESlint rule * Sort ESLint rules
-
Yamagishi Kazutoshi authored
-
- Jun 05, 2017
- Jun 03, 2017
-
-
Eugen Rochko authored
* 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
-
Nolan Lawson authored
-
- Jun 01, 2017
-
-
Yamagishi Kazutoshi authored
-
- May 31, 2017
-
-
Nolan Lawson authored
-
Yamagishi Kazutoshi authored
* Change PureComponent to ImmutablePureComponent Change PureComponent to ImmutablePureComponent in AttachmentList. * rm React.
-
- May 29, 2017
-
-
Nolan Lawson authored
-
Nolan Lawson authored
-
- May 28, 2017
-
-
Nolan Lawson authored
-
Nolan Lawson authored
-
- May 26, 2017
-
-
Eugen Rochko authored
-
Yamagishi Kazutoshi authored
Fix warning for ESLint (jsx-a11y/href-no-hash).
-
-
Nolan Lawson authored
-
Nolan Lawson authored
-
- May 25, 2017
-
-
unarist authored
-
Nolan Lawson authored
-
Yamagishi Kazutoshi authored
-
unarist authored
Since long lines may overflow and cause the status-list horizontally scrollable, I added `overflow: hidden` to placeholder contents to prevent it.
-
- May 24, 2017
-
-
Yamagishi Kazutoshi authored
-
Sorin Davidoi authored
* refactor(components/status_list): Lazy load using IntersectionObserver * refactor(components/status_list): Avoid setState bottleneck * refactor(components/status_list): Update state correctly * fix(components/status): Render if isIntersecting is undefined * refactor(components/status): Recycle timeout * refactor(components/status): Reduce animation duration * refactor(components/status): Use requestIdleCallback * chore: Split polyfill bundles * refactor(components/status_list): Increase rootMargin to 300% * fix(components/status): Check if onRef is not defined * chore: Add note about polyfill bundle splitting * fix(components/status): Reduce animation duration to 0.3 seconds
-
- May 23, 2017
-
-
Yamagishi Kazutoshi authored
Focus the submit button when confirmation modal is opened. Also, changed cancellation link to button. This makes the meaning clearer.
-
Yamagishi Kazutoshi authored
original: https://github.com/tootsuite/mastodon/pull/2618
-
- May 22, 2017
- May 20, 2017
-
-
Yamagishi Kazutoshi authored
* Add semi to ESLint rules * Add padded-blocks to ESLint rules * Add comma-dangle to ESLint rules * add config/webpack and storyboard * add streaming/ * yarn test:lint -- --fix
-
Nolan Lawson authored
-
Sorin Davidoi authored
* refactor(components/status_list): Avoid quering scrollTop if not necessary * refactor(components/dropdown_menu): Do not render items if not expanded * refactor: Cherry-pick react-motion imports * refactor(compose/privacy_dropdown): Do not render options if not open * refactor(components/column_collapsable): Do not render children if collapsed
-