Skip to content
Snippets Groups Projects
  1. Mar 11, 2018
  2. Mar 10, 2018
  3. Mar 09, 2018
  4. Mar 08, 2018
  5. Mar 07, 2018
  6. Mar 06, 2018
  7. Mar 05, 2018
  8. Mar 04, 2018
    • Yuto Tokunaga's avatar
      [RFC] Improved media modal (#5956) · 4e929b2d
      Yuto Tokunaga authored
      * Improved media modal
      
      ImageLoader: Impliment pinch zoom by CSS `transform: scale(X)`
      ImageLoader: Impliment panning by CSS `overflow: scroll`
      ImageLoader: Larger image
      MediaModal: Larger close button
      MediaModal: Close the modal by swiping vertically
      MediaModal: Show/hide close button and right/left navigation on tapping image
      MediaModal: Change the `pointer-event` CSS prpp to get more blank space to close the modal
      ImageLoader: Zoom/reset zoom on double tap
      MediaModal: disable vertical swiping while horizontally swiped
      ImageLoader: prevent propagating touchmove event to MediaModal
      MediaModal: Adjust size and potision of buttons
      ImageLoader: Adjust scroll potision on pinch zoom
      
      * Remove "swipe to close" and "double tap to zoom" features
      
      * remove unused prop and functions
      
      removed `onScroll` prop and `handleScroll` func in ImageLoader
      
      * separate zoom functionary to ZoomableImage component
      
      adjust styling of ImageLoader
      add styling for ZoomableImage
      
      * adjust size and potision of close button of media modal
      
      * Fix for gif video
      
      add `onClick` prop to ExtendedVideoPlayer
      specify `onClick` prop to video tag for switching nav of `MediaModal`
      add `.video-modal` class to scss to separate styling for `VideoModal`
      
      * fix styling for centering
      
      specify height of `ZoomableImage` by pixel
      clean styling for `ImageLoader`
      
      * fix lint errors
      
      * small fix
      
      * fixed designated parts
      4e929b2d
    • abcang's avatar
      Show media on report UI (#6619) · 219aac78
      abcang authored
      219aac78
    • Akihiko Odaki's avatar
      Implement tag auto-completion by history (#6621) · 460e380d
      Akihiko Odaki authored
      This is a functionality similar to one implemented in Pawoo:
      https://github.com/pixiv/mastodon/commit/21a3c70f8083b1347d2b8420ed7001b78c2c9620
      460e380d
    • Eugen Rochko's avatar
      Federate pinned statuses over ActivityPub (#6610) · 9110db41
      Eugen Rochko authored
      * Federate pinned statuses over ActivityPub
      
      * Display pinned toots in web UI
      
      Fix #6117
      
      * Fix migration
      
      * Fix tests
      
      * Update outbox_serializer.rb
      
      * Update remove_serializer.rb
      
      * Update add_serializer.rb
      
      * Update fetch_featured_collection_service.rb
    • Akihiko Odaki's avatar
      Finalize location on scrollable notifications when unmounting (#6614) · 45feb439
      Akihiko Odaki authored
      The top of the scrollable notifications will be invisible after unmounting.
      The Redux state should be updated accordingly in such a case so that the
      unread notification counter will be updated later.
      45feb439
  9. Mar 03, 2018
  10. Mar 02, 2018
  11. Mar 01, 2018
Loading