Skip to content
Extraits de code Groupes Projets
  1. jan. 17, 2019
  2. déc. 23, 2018
  3. déc. 17, 2018
  4. nov. 05, 2018
  5. oct. 06, 2018
  6. sept. 28, 2018
    • Eugen Rochko's avatar
      Revert Font Awesome 5 upgrade (#8810) · 3d7f68c2
      Eugen Rochko a rédigé
      * Revert "Fix some icon names changed by the Font Awesome 5. (#8796)"
      
      This reverts commit 3f9ec3de.
      
      * Revert "Migrate to font-awesome 5.0. (#8799)"
      
      This reverts commit 8bae1459.
      
      * Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792)"
      
      This reverts commit b9c727a9.
      
      * Revert "Update the icon name changed by the Font Awesome 5. (#8776)"
      
      This reverts commit 17af4d27.
      
      * Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)"
      
      This reverts commit 4b794e13.
      Non vérifiée
      3d7f68c2
  7. sept. 27, 2018
  8. sept. 26, 2018
  9. sept. 14, 2018
  10. sept. 13, 2018
  11. sept. 02, 2018
  12. août 18, 2018
  13. juil. 30, 2018
  14. juil. 29, 2018
  15. juil. 26, 2018
  16. juil. 14, 2018
  17. juil. 04, 2018
  18. juil. 03, 2018
  19. juin 26, 2018
  20. juin 04, 2018
  21. mai 21, 2018
  22. mai 13, 2018
  23. mai 08, 2018
  24. mai 06, 2018
    • ThibG's avatar
      Various improvements to the report UI (#7342) · 5c7bed6b
      ThibG a rédigé
      * Also display replies in report modal
      
      * Allow report modal to be up to 80% of viewport height
      
      * Use narrow no-break space where needed in the French translation
      5c7bed6b
  25. avr. 18, 2018
    • Lynx Kotoura's avatar
      Add color variables of texts for better accesibility (#7125) · 74dae945
      Lynx Kotoura a rédigé
      * Add variables for text colors
      
      * Change variables in sass files
      
      * Apply text color variables for recently added colors
      
      * Fix text colors of emoji mart anchors
      
      * Fix text colors of search__input
      
      * Fix text colors of text area of compose-form
      
      * Fix icon colors of privacy dropdown and modal
      
      * Inverted icon colors by classname
      
      * Change variables in boost.scss
      
      * Change action-button-color
      
      * Fix text colors of pre-header
      74dae945
    • Kaito Sinclaire's avatar
      Direct messages column (#4514) · 156b916c
      Kaito Sinclaire a rédigé
      * 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
      156b916c
  26. avr. 08, 2018
  27. avr. 04, 2018
  28. avr. 02, 2018
    • unarist's avatar
      Add missing rejection handling for Promises (#7008) · 2c51bc0c
      unarist a rédigé
      * Add eslint-plugin-promise to detect uncaught rejections
      
      * Move alert generation for errors to actions/alert
      
      * Add missing rejection handling for Promises
      
      * Use catch() instead of onReject on then()
      
      Then it will catches rejection from onFulfilled. This detection can be
      disabled by `allowThen` option, though.
      2c51bc0c
  29. mars 28, 2018
    • Yuto Tokunaga's avatar
      Add double-tap zoom functionary to `ZoomableImage` (#6944) · 5021c4e9
      Yuto Tokunaga a rédigé
      add <div.zoomable-image__margin/> to keep margin of the image on zooming
      move setting `scrollLeft` and `scrollTop` of container from callback of
      `setState` to `componentDidUpdate`
      add 'hammerjs' package for touch gesture detection
      rewrite `ZoomableImage` using 'hammerjs'
      5021c4e9
  30. mars 24, 2018
  31. mars 22, 2018
  32. mars 12, 2018
  33. mars 11, 2018
  34. mars 07, 2018
  35. mars 06, 2018
  36. mars 04, 2018
    • Yuto Tokunaga's avatar
      [RFC] Improved media modal (#5956) · 4e929b2d
      Yuto Tokunaga a rédigé
      * 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
Chargement en cours