about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/ui/components/columns_area.js
AgeCommit message (Expand)Author
2021-04-20Hide floating action button on onboarding page (#16082)Claire
2021-04-01Fix crash in old browsers (#15985)Claire
2021-03-24Fix compose form behavior in mobile view (#15555)Claire
2020-12-07Fix column swiping animation logic (#15301)ThibG
2020-12-07Fix unnecessary re-rendering of various components when typing in web UI (#15...Eugen Rochko
2020-11-05Bump detect-passive-events from 1.0.5 to 2.0.1 (#15003)dependabot[bot]
2020-09-30Add option to disable swiping motions across the WebUI (#13885)ThibG
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2019-11-13Add bookmarks (#7107)ThibG
2019-10-24Improve swipe experience (#12168)umonaca
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-06-28Fix swiping columns on mobile sometimes failing (#11200)ThibG
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-23Various improvements to single column layout (#10809)Eugen Rochko
2019-05-23Add `forceSingleColumn` prop to `<UI />` (#10807)Eugen Rochko
2019-02-01Refactor icons in web UI to use Icon component (#9951)Eugen Rochko
2019-01-17Hide floating action button on search and getting started pages (#9826)tmm576
2018-09-28Revert Font Awesome 5 upgrade (#8810)Eugen Rochko
2018-09-27Migrate to font-awesome 5.0. (#8799)Naoki Kosaka
2018-09-26Fix some icons names, unavailable in fontawesome5 (free license). (#8792)theboss
2018-09-14Upgrade Babel to version 7.0.0 (#5925)Yamagishi Kazutoshi
2018-09-02Add aria-label to floatingActionButton (#8574)Frederic Hemberger
2018-05-21Save onlyMedia prop when pinning column (#7575)Eugen Rochko
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-03-22Hide floating action button on thread views (#6859)Eugen Rochko
2018-03-02Move "compose" on mobile to floating action button (#6594)Eugen Rochko
2018-01-15 Make columns-area unscrollable when modal opened (#6241)neetshin
2017-12-13Fix regression from #6014 (#6018)Eugen Rochko
2017-12-13Fix layout for RTL (#6014)Eugen Rochko
2017-11-25Display list column (#5750)Eugen Rochko
2017-09-17Fix cancellation of scroll to the right (#4978)abcang
2017-09-10Fix dimensions of loading component for compose drawer (#4872)Eugen Rochko
2017-08-31Fix the usages of Detect Passive Events (#4749)Akihiko Odaki
2017-08-30error fixed (when loading pages in single column mode.) (#4746)MitarashiDango
2017-08-29Scroll smoothly to the right (#4735)abcang
2017-08-29fix error when single columns mode. (#4734)MitarashiDango
2017-08-29Do not scroll the columns area due to redirection (#4541)Akihiko Odaki
2017-08-05fix columns_area.js (#4528)MitarashiDango
2017-08-04Scroll columns area to right when children property is changed (#4517)Akihiko Odaki
2017-07-26fix(columns_area): Manually set tabs style when swiping (#4320)Sorin Davidoi
2017-07-23fix(columns_area): Show correct title for preview columns (#4310)Sorin Davidoi
2017-07-15Fix column swiping (#4211)unarist
2017-07-15Fix #3773 - Pin favourites column (#4201)Eugen Rochko
2017-07-14Improve swiping (#4188)Sorin Davidoi
2017-07-10Fix duplication of tag in columns_area.js (#4131)Lynx Kotoura
2017-07-09Swipeable views (#4105)Sorin Davidoi
2017-07-08Lazy load components (#3879)Sorin Davidoi
2017-07-02fix(components/columns_area): Increase delta for swipe detection (#4037)Sorin Davidoi
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23feat: Swipeable columnsSorin Davidoi