- jan. 17, 2019
-
-
tmm576 a rédigé
-
- déc. 23, 2018
-
-
ThibG a rédigé
-
- déc. 17, 2018
-
-
Eugen Rochko a rédigé
* Prepare to load onboarding as a full page * Update the first-time introduction * Improve responsive design * Replace speech bubble with logo * Increase text size and reword first paragraph
-
- nov. 05, 2018
-
-
namelessGonbai a rédigé
* Add add user to list from thier profile * Fix listAdderCss
-
- oct. 06, 2018
-
-
Eugen Rochko a rédigé
* Change documentation URL * Fix hardcoded documentation URL in locales
-
- sept. 28, 2018
-
-
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.
-
- sept. 27, 2018
-
-
Naoki Kosaka a rédigé
-
- sept. 26, 2018
-
-
theboss a rédigé
- pencil => pencil-alt - sliders => sliders-h related: #8484 #8776
-
- sept. 14, 2018
-
-
Yamagishi Kazutoshi a rédigé
-
- sept. 13, 2018
- sept. 02, 2018
-
-
Frederic Hemberger a rédigé
-
- août 18, 2018
-
-
M Somerville a rédigé
This includes clicks on hashtags, mentions, display names and media in the timeline; and usernames in reply-indicator, detailed status, and the boost modal.
-
- juil. 30, 2018
-
-
Eugen Rochko a rédigé
* Compensate for scrollbar disappearing when media modal visible Make auth pages backgrounds lighter * Fix typo
-
- juil. 29, 2018
-
-
Yamagishi Kazutoshi a rédigé
-
- juil. 26, 2018
-
-
ThibG a rédigé
-
- juil. 14, 2018
-
-
ThibG a rédigé
-
- juil. 04, 2018
-
-
Maciek Baron a rédigé
-
- juil. 03, 2018
-
-
Maciek Baron a rédigé
-
- juin 26, 2018
-
-
ふぁぼ原 a rédigé
-
- juin 04, 2018
-
-
Yamagishi Kazutoshi a rédigé
-
- mai 21, 2018
-
-
Eugen Rochko a rédigé
-
- mai 13, 2018
-
-
Yamagishi Kazutoshi a rédigé
-
- mai 08, 2018
-
-
Yamagishi Kazutoshi a rédigé
-
- mai 06, 2018
-
-
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
-
- avr. 18, 2018
-
-
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
-
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
-
- avr. 08, 2018
-
-
Emelia Smith a rédigé
* Add search item to tab bar for mobile devices * Fix missing prop validation
-
- avr. 04, 2018
-
-
Emelia Smith a rédigé
Unfortunately the new hammer.js functionality wasn't correctly tested and didn't work across devices and browsers, as such, it's best to revert PR #6944 until we can revisit this functionality and make it work across all devices and browsers that are supported by Mastodon. This reverts commit 5021c4e9.
-
- avr. 02, 2018
-
-
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.
-
- mars 28, 2018
-
-
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'
-
- mars 24, 2018
-
-
Akihiko Odaki a rédigé
-
Akihiko Odaki a rédigé
-
- mars 22, 2018
-
-
Eugen Rochko a rédigé
-
- mars 12, 2018
-
-
Yuto Tokunaga a rédigé
avoid using JS to set height of ReactSwipeableViews component reduce max-height of <img/> to 80% to avoid the screen covered by image
-
- mars 11, 2018
-
-
Eugen Rochko a rédigé
* Use object-position with object-fit instead of JS top/left * Fix focal point modal
-
- mars 07, 2018
-
-
Eugen Rochko a rédigé
-
- mars 06, 2018
-
-
Akihiko Odaki a rédigé
-
Akihiko Odaki a rédigé
TabsBar refers to router, which is a private context property of react-router. withRouter is a recommended alternative. It also allows to track location changes even if React.PureComponent is used.
-
- mars 04, 2018
-
-
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
-