about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/ui
AgeCommit message (Expand)Author
2017-07-11Fix media modal prev button behavior. (#4158)Naoki Kosaka
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-07-10Fix duplication of tag in columns_area.js (#4131)Lynx Kotoura
2017-07-09fix(components/media_modal): Aspect ratio (#4128)Sorin Davidoi
2017-07-09Swipeable views (#4105)Sorin Davidoi
2017-07-09Avoid async import if the component is previously loaded (#4127)unarist
2017-07-09Fix initial loading of pinned Notifications column (#4126)unarist
2017-07-09refactor: Make all reducers sync (#4125)Sorin Davidoi
2017-07-08fix: Rerender Bundle on route change (#4120)Sorin Davidoi
2017-07-08Fix first loading of notifications when the column is pinned (#4114)unarist
2017-07-08Don't use preview when image size is unknown (#4113)Yamagishi Kazutoshi
2017-07-08Avoid using getBoundingClientRect to calculate height (#4001)Nolan Lawson
2017-07-08Lazy load components (#3879)Sorin Davidoi
2017-07-06Add a setting allowing the use of system's default font in Web UI (#4033)Damien Erambert
2017-07-06Unobserve status on unmount (#4013)unarist
2017-07-02fix(components/columns_area): Increase delta for swipe detection (#4037)Sorin Davidoi
2017-06-27Turn report screen into a modal (#3965)Eugen Rochko
2017-06-27Maintain aspect ratio for preview image (#3966)Yamagishi Kazutoshi
2017-06-24feat(components/onboarding_modal): Swipe between pages (#3934)Sorin Davidoi
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon into...Eugen Rochko
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-23feat: Swipeable mediaSorin Davidoi
2017-06-23feat: Swipeable columnsSorin Davidoi
2017-06-21Revert #3851 (#3878)Eugen Rochko
2017-06-20Upgrade React Router (#3677)Sorin Davidoi
2017-06-19Unobserve status on unmount (#3851)alpaca-tc
2017-06-18handle resize in a debounce() (#3834)Nolan Lawson
2017-06-15Add alt attribute to ImageLoader (#3765)Yamagishi Kazutoshi
2017-06-12Unread indicator was invisible behind column header, adjusted (#3720)Eugen Rochko
2017-06-11Fix #3665 - Refactor timelines reducer (#3686)Eugen Rochko
2017-06-06Use preview image in <ImageLoader /> to provide immediate visual feedback (#3...Eugen Rochko
2017-06-06Improve ESLint rules for JSX (#3608)Yamagishi Kazutoshi
2017-06-06Add quotes ESLint rules (#3602)Yamagishi Kazutoshi
2017-06-05Add support key shortcut to Onboarding Modal (#3517)Yamagishi Kazutoshi
2017-06-04Allow mounting arbitrary columns (#3207)Eugen Rochko
2017-06-01Add ESLint rule (object-curly-spacing) (#3498)Yamagishi Kazutoshi
2017-06-01Focus the submit button on the boost modal (#3494)unarist
2017-05-31Remove react-imageloader (#3423)Nolan Lawson
2017-05-31Improve scheduling of requestIdleCallback tasks (#3477)Nolan Lawson
2017-05-29Add IntersectionObserverWrapper to cut down on re-renders (#3406)Nolan Lawson
2017-05-26Change anchor to button element (#3321)Yamagishi Kazutoshi
2017-05-26Replace onWheel listener with onScroll (#3324)Nolan Lawson
2017-05-24Remove unnecessary constructors (#3280)Yamagishi Kazutoshi
2017-05-23Focus the submit button (#3253)Yamagishi Kazutoshi
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20Performance improvements (#3168)Sorin Davidoi
2017-05-19Avoid useless renders (#3141)Sorin Davidoi
2017-05-19Downgrade eslint-plugin-jsx-a11y to v4.0.0 (#3131)Yamagishi Kazutoshi
2017-05-19Replace inline styles with stylesheet (#3115)Yamagishi Kazutoshi