kibigo!
96e1f75679
Fixes to overflows wrt drawer/column
7 years ago
kibigo!
3a99552f0c
Fixed bad drawer custom.css
7 years ago
kibigo!
22cc5c0dec
Improvements to action bar positioning
7 years ago
Surinna Curtis
efa425206c
Move status action bar left
...
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button.
7 years ago
kibigo!
6a50e73089
Auto-uncollapse when expanding CW
7 years ago
kibigo!
b1f9892e63
[custom.scss] More media height fixes
7 years ago
kibigo!
d6e3918d92
Disables CW [Show More/Less] links in collapsed toots
7 years ago
kibigo!
6909bbdc9e
[custom.scss] max-height of media now a fixed value
7 years ago
kibigo!
ddc6b85912
Color adjustment to media icons
7 years ago
kibigo!
4bc237fcfe
Adds media icons to toots
7 years ago
kibigo!
efacfec3ed
Media previews for collapsed toots
7 years ago
kibigo!
af178d0ba6
Removed no-longer-necessary custom style
7 years ago
kibigo!
b8a5052d53
Better style handling at small sizes
7 years ago
kibigo!
7427680e75
Allowed little media rules
7 years ago
kibigo!
ca0d30c04b
OKAY THIS WORKS THIS WORKS
7 years ago
kibigo!
4c37f629bc
Don't change layout of static pages
7 years ago
Surinna Curtis
a70468aa56
Support overriding media queries for deciding between single-column/multi-column layouts with a class
7 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)
7 years ago
kibigo!
2513d92c54
Un-hide dropdown menu ;P
7 years ago
kibigo!
40ecbfd4a9
Very minor styling improvements to toot-collapsing
7 years ago
kibigo!
93c52301ad
Collapsable toots [1/??] ☕ ️
7 years ago
kibigo!
0d3ec19e89
✨ Profile Metadata HACK 😈
7 years ago
Go Shoemake
62a75891ab
Fixes drawer so stuff doesn't overflow
7 years ago
Charlotte Fields
b27842dc70
cybre cleanup
7 years ago
Chronister
39b6b37b74
cybrespace to 1.4.2
7 years ago
Chronister
65528fc54e
All cybrespace changes through 5/28
7 years ago
Charlotte Fields
382572c213
adding cybre changes
7 years ago
Sorin Davidoi
d8c4781377
fix: Apply :hover, :focus and :active only when multiple columns
7 years ago
Yamagishi Kazutoshi
eb832e88f4
Replace TextIconButton for SensitiveButton to IconButton ( #3759 )
...
* Replace TextIconButton for SensitiveButton to IconButton
* line-height
8 years ago
unarist
aa58cca040
Set cursor:pointer only when necessary ( #3857 )
8 years ago
Eugen Rochko
4a618908e8
Account deletion ( #3728 )
...
* Add form for account deletion
* If avatar or header are gone from source, remove them
* Add option to have SuspendAccountService remove user record, add tests
* Exclude suspended accounts from search
8 years ago
Eugen Rochko
5104bd7988
Fix unclickable onboardin modal regression ( #3724 )
8 years ago
Eugen Rochko
37dbfa4cd7
Unread indicator was invisible behind column header, adjusted ( #3720 )
...
* Unread indicator was invisible behind column header, adjusted
* Unread indicator now a CSS pseudo-element
* Adjust flex
8 years ago
Yamagishi Kazutoshi
72133fbed6
Re-add clear notifications button ( #3708 )
...
* Re-add clear notifications button
* remove connect() in column_settings
* one line
* remove unused props
8 years ago
Eugen Rochko
9b03cf0ddd
Fix #3658 - Update RTL styles ( #3669 )
8 years ago
Clworld
a3715598cc
adjust the size of 'column-header__back-button' (retry) ( #3662 )
8 years ago
ふぁぼ原
e3fae6f52c
adjust the size of column-header__back-button ( #3654 )
8 years ago
Eugen Rochko
8902e265b4
Add explit admin actions to (re)subscribe/unsubscribe remote accounts ( #3640 )
...
* Add explit admin actions to (re)subscribe/unsubscribe remote accounts
and re-download avatar/header
* Improve how admin NSFW toggle looks
8 years ago
Sorin Davidoi
8acadeea76
fix: Warn if JavaScript is disabled ( #3634 )
8 years ago
Eugen Rochko
b623dd12c1
Use preview image in <ImageLoader /> to provide immediate visual feedback ( #3595 )
...
before the full-size image is loaded
8 years ago
ふぁぼ原
7623766241
Add regex filters on the community timeline and the public timeline. ( #3564 )
...
* Add regex filter on the community timeline and the public timeline
* correcting
* Adjust the height of header buttons
* Remove trailing spaces
* Remove trailing spaces
* Solve some code duplication
* reset the state of the locale files in app/javascript/mastodon/locales
* adjust to upstream
* adjust to upstream
* change keys of locale settings
8 years ago
Yamagishi Kazutoshi
66ca7157db
Add support key shortcut to Onboarding Modal ( #3517 )
...
* Add support key shortcut to Onboarding Modal
* this.state.pages -> this.pages
8 years ago
Yamagishi Kazutoshi
f6e2309e70
Fix column buttons overflow in Japanese ( #3552 )
8 years ago
unarist
1dfd27a028
Fix all icons in the column header being hilighted ( #3554 )
8 years ago
Eugen Rochko
8ee2eb5d2e
Allow mounting arbitrary columns ( #3207 )
...
* Allow mounting arbitrary columns
* Refactor column headers, allow pinning/unpinning and moving columns around
* Collapse animation
* Re-introduce scroll to top
* Save column settings properly, do not display pin options in
single-column view, do not display collapse icon if there is
nothing to collapse
* Fix one instance of public timeline being closed closing the stream
Fix back buttons inconsistently sending you back to / even if history exists
* Getting started displays links to columns that are not mounted
8 years ago
Yamagishi Kazutoshi
3ea3f24a02
Change toggle state when click label ( #3530 )
8 years ago
Nolan Lawson
c00ead8a72
Remove react-imageloader ( #3423 )
...
* Remove react-imageloader
* add eslint-disable-line
* improve image loading experience
* remove unneeded import
* use PureComponent
* Use componentWillMount instead of constructor
8 years ago
Eugen Rochko
3fa8512474
Fix video having black border on top due to regression from #2608 ( #3392 )
...
The combination of object-fit, relative position 50% from top and translating it
back upwards 50% is what allows us to crop the video properly, so it needs to
be +50%-50%
8 years ago
Eugen Rochko
3836d293a1
Add missing background center on public profile headers ( #3340 )
8 years ago
Eugen Rochko
bd21afb5ed
Replace onboarding elephant with friendlier graphic, shorter animation ( #3337 )
...
on status fade-in, fix buttons not having pointer cursor
8 years ago