kibigo!
09cfc079b0
Merge upstream ( #81 )
7 years ago
Sorin Davidoi
72bd73f605
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
a9a0c854e1
fix(components/media_modal): Style issues ( #4187 )
7 years ago
kibigo!
5770d461b2
Moved glitch containers and commented unused files
7 years ago
kibigo!
79d898ae0a
Merge upstream!! #64 <3 <3
7 years ago
kibigo!
bcf7ee48e9
Importing vanillin from upstream ;) ;)
7 years ago
kibigo!
297921fce5
Moved glitch files to their own location ;)
7 years ago
Ondřej Hruška
60d27b4302
Fixed #66 disabling collapse collapses all toots
7 years ago
Eugen Rochko
e19eefe219
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
fc4c74660b
Swipeable views ( #4105 )
...
* feat: Replace react-swipeable with react-swipeable-views
* fix: iOS 9
7 years ago
Ondřej Hruška
2fb78fefc6
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
852bda3d32
Use srcSet only when know width ( #4112 )
7 years ago
Ondřej Hruška
dc2b8bdecd
Added a toggle for full-width media previews
7 years ago
Ondřej Hruška
e3c2183c12
New design for visibility icons
7 years ago
Nolan Lawson
63b77f2320
Avoid using getBoundingClientRect to calculate height ( #4001 )
7 years ago
Sorin Davidoi
348d6f5e75
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
d41cec90cf
Added toot visibility icons and removed Boost btn changing icon
7 years ago
Ondřej Hruška
7859e6ad45
Fix back button to never go to a different website using history len check
7 years ago
STJrInuyasha
6bf6d35637
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
9c03fd9cae
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!
bba75c15f1
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!
ec2daae71c
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!
b525caf40a
Fixing an aspect of #32 which had previously escaped my attention
7 years ago
kibigo!
cc4cba8afd
Improvements to image icon appearance on SHOW MORE
7 years ago
kibigo!
99889ea57d
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!
19690d3e33
Fixes #32 bug with revealing sensitive media
7 years ago
kibigo!
595c6de32c
Added App Setttings Modal
7 years ago
kibigo!
36805a39db
Moved reblog wrapper outside of <Status>
7 years ago
beatrix-bitrot
ddafde942c
Merge remote-tracking branch 'upstream/master'
7 years ago
Sorin Davidoi
64d9c016bd
fix(components/status): Up & down jump due to content being added to the DOM ( #3972 )
7 years ago
Eugen Rochko
12e7c81dd8
Turn report screen into a modal ( #3965 )
7 years ago
Sorin Davidoi
be92babd00
Responsive images in media gallery ( #3963 )
...
* feat(components/media_gallery): Responsive images
* fix(components/media_gallery): Link to image URL
7 years ago
kibigo!
59503a88ae
Disable account linking on collapsed toots too
7 years ago
kibigo!
5df7bc3a8b
Disable links on collapsed toots
7 years ago
kibigo!
c806fef865
Notifications collapsed by default
7 years ago
kibigo!
a520b118e4
Expand toot by clicking on body [fixed!]
8 years ago
kibigo!
38a1299975
Stick images inside of CWs
8 years ago
kibigo!
e60f27d649
Clicking on a collapsed toot just uncollapses it.
8 years ago
kibigo!
6a50e73089
Auto-uncollapse when expanding CW
8 years ago
kibigo!
d6e3918d92
Disables CW [Show More/Less] links in collapsed toots
8 years ago
kibigo!
4bc237fcfe
Adds media icons to toots
8 years ago
kibigo!
efacfec3ed
Media previews for collapsed toots
8 years ago
PFM
099a3b4eac
Fix "undefined" in className ( #3939 )
8 years ago
unarist
21c2bc119c
Clean column collapsible ( #3931 )
...
* Remove unused column_collapsable.js
* Remove old styles
* Extract `> div` style to independent class
8 years ago
Gô Shoemake
67adbcc60c
Reblog support for collapsed toots
8 years ago
beatrix-bitrot
453b9c6e7e
missing punctuation
8 years ago
kibigo!
4fe45dda9a
Updates height upon collapsing
8 years ago
kibigo!
4bd7482a7a
Minor collapsing button improvements~
8 years ago
kibigo!
93c52301ad
Collapsable toots [1/??] ☕ ️
8 years ago
Charlotte Fields
b27842dc70
cybre cleanup
8 years ago