- May 21, 2018
-
-
Eugen Rochko authored
-
- Apr 18, 2018
-
-
Kaito Sinclaire authored
* Added a timeline for Direct statuses * Lists all Direct statuses you've sent and received * Displayed in Getting Started * Streaming server support for direct TL * Changes to match other timelines in 2.0
-
- Mar 22, 2018
-
-
Eugen Rochko authored
-
- Mar 02, 2018
-
-
Eugen Rochko authored
* Move "compose" on mobile to floating action button * Fix contrast on floating action button
-
- Jan 15, 2018
-
-
neetshin authored
* Add aria-autocomplete='list' in Textaria ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete * Make detect empty string brefore assign upload description * Change code elements in keyboard-shortcuts component to kbd * Add validation for onMuteNotifications * Make columns-area unscrollable when modal opend * Make columns-area unscrollable when modal opened
-
- Dec 13, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 24, 2017
-
-
Eugen Rochko authored
-
- Sep 17, 2017
-
-
abcang authored
-
- Sep 10, 2017
-
-
Eugen Rochko authored
-
- Aug 31, 2017
-
-
Akihiko Odaki authored
-
- Aug 30, 2017
-
-
MitarashiDango authored
-
- Aug 29, 2017
-
-
abcang authored
-
MitarashiDango authored
-
Akihiko Odaki authored
Commit 9d1f8b9d scrolls the columns area when the route changes since the user is likely to want to see the rightmost column in such cases. However, redirection is automatic and does not indicate users' intension. Do not scroll the columns area due to one.
-
- Aug 05, 2017
-
-
MitarashiDango authored
-
- Aug 04, 2017
-
-
Akihiko Odaki authored
The feature to pin column could hide the rightmost column, which is specified with children property of ColumnsArea. The user is likely to see the column when the property changed, so scroll the area in such cases.
-
- Jul 26, 2017
-
-
Sorin Davidoi authored
-
- Jul 23, 2017
-
-
Sorin Davidoi authored
-
- Jul 15, 2017
-
-
unarist authored
This fixes broken behavior and enable animation only on swiping.
-
- Jul 14, 2017
-
-
Eugen Rochko authored
-
- Jul 13, 2017
-
-
Sorin Davidoi authored
* feat(components/columns_area): Toggle animation settings * fix(components/media_modal): Center non-visible views * fix(components/media_modal): Check for null * refactor(columns_area): Better logic
-
- Jul 10, 2017
-
-
Lynx Kotoura authored
Deleted ">" just a typo.
-
- Jul 09, 2017
-
-
Sorin Davidoi authored
* feat: Replace react-swipeable with react-swipeable-views * fix: iOS 9
-
- Jul 07, 2017
-
-
Sorin Davidoi authored
* feat: Lazy-load routes * feat: Lazy-load modals * feat: Lazy-load columns * refactor: Simplify Bundle API * feat: Optimize bundles * feat: Prevent flashing the waiting state * feat: Preload commonly used bundles * feat: Lazy load Compose reducers * feat: Lazy load Notifications reducer * refactor: Move all dynamic imports into one file * fix: Minor bugs * fix: Manually hydrate the lazy-loaded reducers * refactor: Move all dynamic imports to async-components * fix: Loading modal style * refactor: Avoid converting the raw state for each lazy hydration * refactor: Remove unused component * refactor: Maintain modal name * fix: Add as=script to preload link * chore: Fix lint error * fix(components/bundle): Check if timestamp is set when computing elapsed * fix: Load compose reducers for the onboarding modal
-
- Jul 02, 2017
-
-
Sorin Davidoi authored
-
- Jun 23, 2017
-
-
-
Sorin Davidoi authored
-
- 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
-
- 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
-
- May 12, 2017
-
-
Yamagishi Kazutoshi authored
Use ES Class Fields & Static Properties (currently stage 2) for improve class outlook. Added babel-plugin-transform-class-properties as a Babel plugin.
-
- May 03, 2017
-
-
Eugen Rochko authored
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time
-
- Apr 23, 2017
-
-
Stephen Burgess authored
* fix(classnames): Status icon style classnames Take out inline css and put into classnames for the following components: account, avatar, icon button, status action bar, notification. * fix(status): Move styles from inline to classes for statuses Move styles to classnames in components.scss for the following components: display name media gallery status status content video player * fix(classnames): Add classnames to rest of components Take out inline styles and apply them to classnames in the sass for the following components: button column back button slim column back button collapsable column dropdown menu loading indicator status list * fix(classnames): Remove all non-dynamic inline styles Components affected: autosuggested permalink action bar header character counter compose form emoji dropdown privacy dropdown reply indicator upload form account auth followers getting started column settings mutes settings reblogs status checkbox report action bar status card boost modal media modal video modal * fix(permalink): Do not lose classname * fix(tests): Add space back in display name * fix(status__wrapper): Remove duplicate css name Remove incorrect style attribute. Remove style attribute all together. Cursor defaults to "auto" when not specified as 'default'. * fix(nl): do not lose translations
-
- Apr 21, 2017
-
-
Yamagishi Kazutoshi authored
* Remove deprecated features at React v15.5 - [x] React.PropTypes - [x] react-addons-pure-render-mixin - [x] react-addons-test-utils * Uncommented out & Add browserify_rails options * re-add react-addons-shallow * Fix syntax error from resolve conflicts * follow up 59a77923
-
- Jan 26, 2017
-
-
Eugen Rochko authored
for extremely wide monitors
-
- Oct 12, 2016
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Oct 07, 2016
-
-
Eugen Rochko authored
-
- Sep 23, 2016
-
-
Eugen Rochko authored
-
- Sep 19, 2016
-
-
Eugen Rochko authored
-