beatrix
64a107bc64
Merge pull request #87 from tootsuite/master
...
merge upstream
7 years ago
Sorin Davidoi
707d6fa9c0
fix(status_list): Update scroll position after toots are appended ( #4277 )
7 years ago
unarist
c44fcfd9e7
Update scroll top state on column mounting ( #4276 )
7 years ago
Ondřej Hruška
ed6c60a0c2
Merge changes from upstream with the CSS reload fix
7 years ago
abcang
c5cd48bff7
Fixed issue that the NSFW image is not hidden on detail page ( #4244 )
7 years ago
Ondřej Hruška
713938f266
Updated from tootsuite
7 years ago
Lynx Kotoura
64202d0fcf
Quit overwriting style of extended-video-player ( #4237 )
...
Though size of extended-video-player is already fixed to 80vw*80vh in components.scss, player size was also set to original video size in extended_video_player.js. Video size is fixed to 80vw*80vh, so video player's size must also be fixed to 80vw*80vh.
7 years ago
kibigo!
f48f42598f
Merge upstream ( #81 )
7 years ago
Sorin Davidoi
20111dd4d5
Small style fixes ( #4206 )
...
* fix(components/media_modal): Center horizontally in Firefox
* fix(components/status_list): Do not remove load more button
7 years ago
Sorin Davidoi
b047d5c747
fix(components/media_modal): Style issues ( #4187 )
7 years ago
kibigo!
1b225a979a
Moved glitch containers and commented unused files
7 years ago
kibigo!
bcc30c8697
Merge upstream!! #64 <3 <3
7 years ago
kibigo!
0549ccc458
Importing vanillin from upstream ;) ;)
7 years ago
kibigo!
0e08cb1b36
Moved glitch files to their own location ;)
7 years ago
Ondřej Hruška
29cb8849d2
Fixed #66 disabling collapse collapses all toots
7 years ago
Eugen Rochko
49026e27e8
Redesign the landing page, mount public timeline on it ( #4122 )
...
* Redesign the landing page, mount public timeline on it
* Adjust the standalone mounted component to the lacking of router
* Adjust auth layout pages to new design
* Fix tests
* Standalone public timeline polling every 5 seconds
* Remove now obsolete translations
* Add responsive design for new landing page
* Address reviews
* Add floating clouds behind frontpage form
* Use access token from public page when available
* Fix mentions and hashtags links, cursor on status content in standalone mode
* Add footer link to source code
* Fix errors on pages that don't embed the component, use classnames
* Fix tests
* Change anonymous autoPlayGif default to false
* When gif autoplay is disabled, hover to play
* Add option to hide the timeline preview
* Slightly improve alt layout
* Add elephant friend to new frontpage
* Display "back to mastodon" in place of "login" when logged in on frontpage
* Change polling time to 3s
7 years ago
Sorin Davidoi
420c4d8dc8
Swipeable views ( #4105 )
...
* feat: Replace react-swipeable with react-swipeable-views
* fix: iOS 9
7 years ago
Ondřej Hruška
0b15430dbe
Fix fullwidth media CSS bugs with NSFW video, and bad spoiler margin on static pages ( #60 )
...
* Fix fullwidth style not applied to NSFW video correctly
* Fix botched video .media-spoiler margin on static pages
7 years ago
Yamagishi Kazutoshi
aaa7f3ff41
Use srcSet only when know width ( #4112 )
7 years ago
Ondřej Hruška
319e8e3041
Added a toggle for full-width media previews
7 years ago
Ondřej Hruška
49bae78c88
New design for visibility icons
7 years ago
Nolan Lawson
01ee91b725
Avoid using getBoundingClientRect to calculate height ( #4001 )
7 years ago
Sorin Davidoi
40b32ffb12
Lazy load components ( #3879 )
...
* feat: Lazy-load routes
* feat: Lazy-load modals
* feat: Lazy-load columns
* refactor: Simplify Bundle API
* feat: Optimize bundles
* feat: Prevent flashing the waiting state
* feat: Preload commonly used bundles
* feat: Lazy load Compose reducers
* feat: Lazy load Notifications reducer
* refactor: Move all dynamic imports into one file
* fix: Minor bugs
* fix: Manually hydrate the lazy-loaded reducers
* refactor: Move all dynamic imports to async-components
* fix: Loading modal style
* refactor: Avoid converting the raw state for each lazy hydration
* refactor: Remove unused component
* refactor: Maintain modal name
* fix: Add as=script to preload link
* chore: Fix lint error
* fix(components/bundle): Check if timestamp is set when computing elapsed
* fix: Load compose reducers for the onboarding modal
7 years ago
Ondřej Hruška
3785bfc9fc
Added toot visibility icons and removed Boost btn changing icon
7 years ago
Ondřej Hruška
0be888ca96
Fix back button to never go to a different website using history len check
7 years ago
STJrInuyasha
b03812ef19
Parse links in status content on update as well as mount ( #4042 )
...
* Update links in status content on update as well as mount
Fixes occasional bugs with mentions and hashtags not being set to open in a new column like they should, and instead opening in a new page
* use classList instead of raw className
7 years ago
unarist
1e71b683bc
Unobserve status on unmount ( #4013 )
...
This fixes a warning on status unmounting (e.g. deletion).
This also resets IntersectionObserverWrapper on disconnect to avoid `unobserve()` calls
which has bug in Edge.
7 years ago
kibigo!
3cd65539da
Statuses redux!
...
- Better unified reblogs, statuses, and notifications
- Polished up collapsed toots greatly
- Apologies to bea if this makes everything more difficult
7 years ago
kibigo!
6b3a6744c9
Media display improvements
...
- built in fullwidth styling
- letterbox settings toggle
- media no longer counts towards height when making toot-collapsing
measurements
7 years ago
kibigo!
a07244026e
Fixing an aspect of #32 which had previously escaped my attention
7 years ago
kibigo!
eaa3990136
Improvements to image icon appearance on SHOW MORE
7 years ago
kibigo!
cc5584c805
Tiny Status improvements
...
- Media toots are no longer auto-collapsed if the media is behind a CW
- Display names no longer appear clickable when a toot is collapsed
- Fixed #36 by adding reduplicating the media icon inside the SHOW
MORE/LESS
7 years ago
kibigo!
d78f6efc32
Fixes #32 bug with revealing sensitive media
7 years ago
kibigo!
7de01e789a
Added App Setttings Modal
7 years ago
kibigo!
b2beab2cd6
Moved reblog wrapper outside of <Status>
8 years ago
beatrix-bitrot
cdcb74ffb6
Merge remote-tracking branch 'upstream/master'
8 years ago
Sorin Davidoi
eea5c01a41
fix(components/status): Up & down jump due to content being added to the DOM ( #3972 )
8 years ago
Eugen Rochko
0d316bcfd2
Turn report screen into a modal ( #3965 )
8 years ago
Sorin Davidoi
d6006ecb4b
Responsive images in media gallery ( #3963 )
...
* feat(components/media_gallery): Responsive images
* fix(components/media_gallery): Link to image URL
8 years ago
kibigo!
1ccb8a2d09
Disable account linking on collapsed toots too
8 years ago
kibigo!
ebd299413c
Disable links on collapsed toots
8 years ago
kibigo!
04bbba479a
Notifications collapsed by default
8 years ago
kibigo!
734d681fe8
Expand toot by clicking on body [fixed!]
8 years ago
kibigo!
d9cb3941d8
Stick images inside of CWs
8 years ago
kibigo!
92c404d703
Clicking on a collapsed toot just uncollapses it.
8 years ago
kibigo!
ab0e92d337
Auto-uncollapse when expanding CW
8 years ago
kibigo!
be33f28968
Disables CW [Show More/Less] links in collapsed toots
8 years ago
kibigo!
f5a90db7ef
Adds media icons to toots
8 years ago
kibigo!
d5cf3e5570
Media previews for collapsed toots
8 years ago
PFM
f4d0f6954e
Fix "undefined" in className ( #3939 )
8 years ago