Eugen Rochko
12e7c81dd8
Turn report screen into a modal ( #3965 )
8 years ago
kibigo!
e6300de142
Profile metadata improvements
8 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
8 years ago
Yamagishi Kazutoshi
8f2c91568c
Maintain aspect ratio for preview image ( #3966 )
8 years ago
kibigo!
59503a88ae
Disable account linking on collapsed toots too
8 years ago
kibigo!
5df7bc3a8b
Disable links on collapsed toots
8 years ago
kibigo!
c806fef865
Notifications collapsed by default
8 years ago
Surinna Curtis
7b53d4bbca
Bio length on client side mostly doesn't count metadata
8 years ago
Alda Marteau-Hardi
f53ed108b0
Translate pin/unpin and fix some inconsistencies in gender neutral strings ( #3952 )
8 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
kibigo!
8ea779e59a
Patching rebase errors
8 years ago
Sorin Davidoi
4ce1540094
fix(features/compose): Handle external changes to the textarea ( #3632 )
8 years ago
Shel Raphen
7eda83a36a
Glitchsocification
8 years ago
PFM
099a3b4eac
Fix "undefined" in className ( #3939 )
8 years ago
kibigo!
ca0d30c04b
OKAY THIS WORKS THIS WORKS
8 years ago
kibigo!
da05cde721
Better settings handling with localSettings (new!)
8 years ago
kibigo!
ddba5d3b8c
Use Redux store to keep track of layout
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
Sorin Davidoi
d23293c762
feat(components/onboarding_modal): Swipe between pages ( #3934 )
8 years ago
Surinna Curtis
ceb545c080
Pass in correct "singleColumn" prop value when auto-columns is not used.
8 years ago
Surinna Curtis
a70468aa56
Support overriding media queries for deciding between single-column/multi-column layouts with a class
8 years ago
Yamagishi Kazutoshi
79dacea962
Fix #3924 (regression from #3906 ) ( #3925 )
8 years ago
beatrix-bitrot
8b23bf7cbd
clean up old avatar class
8 years ago
Matthew Walsh
f1a60d4b81
Unified avatar styling
...
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
8 years ago
kibigo!
414dfb3955
ESLint improvements for Profile Metadata
8 years ago
Gô Shoemake
67adbcc60c
Reblog support for collapsed toots
8 years ago
unarist
4e6b5e7879
Use debounce for dispatch scrollTopNotification and expandNotifications ( #3700 )
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
kibigo!
0d3ec19e89
✨ Profile Metadata HACK 😈
8 years ago
Charlotte Fields
b27842dc70
cybre cleanup
8 years ago
Chronister
65528fc54e
All cybrespace changes through 5/28
8 years ago
Daniel Hunsaker
c0979381a4
Fix a typo and give CW'd statuses the right cursor ( #3918 )
8 years ago
Yamagishi Kazutoshi
c1a8e3d1eb
Use Class and Property Decorators ( #3730 )
...
ref https://tc39.github.io/proposal-decorators/
8 years ago
Yamagishi Kazutoshi
eff9416469
Remove unused variables ( #3906 )
8 years ago
Yamagishi Kazutoshi
6fbb3841a6
Add prefix to setting toggle ID ( #3907 )
8 years ago
Sorin Davidoi
bc6e958229
feat: Swipeable media
8 years ago
Sorin Davidoi
a6d8d1036a
feat: Swipeable columns
8 years ago
unarist
cc382c5006
Don't attach IntersectionObserver for wrapped statuses ( #3883 )
...
(This patch has been merged as bugfix and reverted, but still valuable as
improvement)
Previously, we've attached IntersectionObserver twice for boosted statuses:
wrapper Status and wrapped Status. but wrapped Status don't need to manage
intersection and visibility by itself, because it's a part of wrapper Status.
8 years ago
Eugen Rochko
946a166791
Revert #3851 ( #3878 )
8 years ago
Eugen Rochko
31cd649041
Revert "Don't attach IntersectionObserver for wrapped statuses" ( #3877 )
...
* Revert "Bump version to 1.4.4"
This reverts commit 1585b0c6cc
.
* Revert "Fix conversations (fixes #3869 ) (#3870 )"
This reverts commit 15b43f555d
.
* Revert "Fix streaming server. Redis connection subscribe for each channel. (#3828 )"
This reverts commit d8ec832806
.
* Revert "Filter direct statuses in Status.as_home_timeline (#3842 )"
This reverts commit bab5a18232
.
* Revert "Fix RemoteFollow behavior (#3868 )"
This reverts commit a20cf3b64e
.
* Revert "Update fabricator for MediaAttachment to attach a file according to type (#3862 )"
This reverts commit 356df7ae6b
.
* Revert "Upgrade React Router (#3677 )"
This reverts commit 8f03fdce7f
.
* Revert "Do not call setState from unmounted component (#3853 )"
This reverts commit 1fc6cb4997
.
* Revert "Replace TextIconButton for SensitiveButton to IconButton (#3759 )"
This reverts commit eb832e88f4
.
* Revert "Fix RTL detection on Ruby side (#3867 )"
This reverts commit b16b69350e
.
* Revert "i18n: Fixed typo in Polish translation (#3864 )"
This reverts commit da6fa029f6
.
* Revert "Don't attach IntersectionObserver for wrapped statuses (#3863 )"
This reverts commit 94ad0706f5
.
8 years ago
Sorin Davidoi
8f03fdce7f
Upgrade React Router ( #3677 )
...
* chore(yarn): Remove react-router
* chore(yarn): Remove react-router-scroll
* chore(yarn): Remove history
* chore(yarn): Add react-router-dom
* chore: Remove usages of react-router-scroll
* refactor: Upgrade to react-router-web
* refactor: Use fork of react-router-scroll
This reverts commit 2ddea9a6c8d39fc64b7d0b587f3fbda7a45a7fa2.
* fix: Issues mentions in the PR feedback
8 years ago