David Yip
870d71b78b
Merge branch 'master' into gs-master
7 years ago
nullkal
781105293c
Feature: Unlisted custom emojis ( #5485 )
7 years ago
David Yip
42f2045c21
Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-direct-timeline
7 years ago
Ondřej Hruška
516eeeb43d
option to add title to <Button>, use for toot buttons ( #197 )
7 years ago
David Yip
4f01e6e8d5
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Matthew Walsh
a76b024228
Changes to match other timelines in 2.0
7 years ago
Matthew Walsh
3db80f75a6
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
7 years ago
Ondřej Hruška
d589dd7cd0
Compose buttons bar redesign + generalize dropdown ( #194 )
...
* Generalize compose dropdown for re-use
* wip stuffs
* new tootbox look and removed old doodle button files
* use the house icon for ...
7 years ago
Nolan Lawson
8392ddbf87
Remove unnecessary translateZ(0) when doing scale() ( #5473 )
7 years ago
David Yip
9423553e5c
Make the compose area optionally scrollable.
...
On desktop, the compose text box grows to accommodate the content. On
mobile, the text box does not grow to accommodate text context, but does
grow to accommodate images. It is possible in both cases to overflow
the available area, which makes accessing other UI elements (e.g.
visibility setttings) difficult.
This commit makes the compose area optionally scrollable, which allows
those UI elements to remain available even if they go off-screen.
7 years ago
Ondřej Hruška
eb907a5bab
formatting fix for eslint
7 years ago
David Yip
39c9cdf7fe
Remove unused filesAttached property.
7 years ago
Ondřej Hruška
4421f6598f
Fix dual toot button wrong behavior after compose re-design
7 years ago
beatrix
7364b26e4b
Merge pull request #184 from tootsuite/master
...
Fix reduced motion breaking public galleries (#5423 )
7 years ago
David Yip
313ba202ef
Merge pull request #182 from glitch-soc/wide-tootbox-panel
...
Full-width tootbox panel to make room for buttons
7 years ago
Ondřej Hruška
26f08f0791
double-decker tootbox
7 years ago
Nolan Lawson
8980aa804f
Fix reduced motion breaking public galleries ( #5423 )
7 years ago
David Yip
dbb1fce94d
Merge remote-tracking branch 'upstream/master' into gs-master
7 years ago
KY
f72936b4e6
Fix #5082 - disable retweet link for followers only toot ( #5397 )
...
* Fix #5082 - disable retweet link for followers only toot
* Hide reblog count when it is a direct message
7 years ago
Yamagishi Kazutoshi
bf0ee1a25c
Enable ESLint rules import/* ( #5414 )
...
* Enable ESLint rules import/*
* fix
7 years ago
Nolan Lawson
fa0be3f834
Add option to reduce motion ( #5393 )
...
* Add option to reduce motion
* Use HOC to wrap all Motion calls
* fix case-sensitive issue
* Avoid updating too frequently
* Get rid of unnecessary change to _simple_status.html.haml
7 years ago
Yamagishi Kazutoshi
d5b767c374
Replace JavaScript Testing Framework from Mocha to Jest ( #5412 )
7 years ago
David Yip
6cd5b3bbe5
Merge remote-tracking branch 'origin/master' into gs-master
7 years ago
Ondřej Hruška
cdc22d23b9
Doodle improvements 2 ( #176 )
...
* Fix some doodle bugs and added Background color functionality
* added protections against accidental doodle erase, screen size changing
* resolve react warning about 'selected' on <option>
7 years ago
Ondřej Hruška
531dadad86
Doodle palette, options, fill tool ( #172 )
7 years ago
Ondřej Hruška
2af964ef20
Fixed a bug where the canvas would get transparent bg upon erase
7 years ago
Ondřej Hruška
33e806217f
Initial doodle support
7 years ago
Eugen Rochko
48f7a58799
Do not try to guess why home timeline is empty in web UI ( #5370 )
...
* Do not try to guess why home timeline is empty in web UI
* Fix style issue
7 years ago
ThibG
d37305c628
Reduce discrepancies between server and client-side character count ( #5360 )
7 years ago
David Yip
6a2b1ba91e
Another tabs-vs-spaces fix, but with ~feeling~
7 years ago
David Yip
fe1c20cfb9
Fix tabs-vs-spaces issue pointed out by eslint.
7 years ago
Ondřej Hruška
b0b5ff1b0f
workaround for scrollIntoView bug ???
7 years ago
Ondřej Hruška
0bf9261e65
Merge remote-tracking branch 'upstream/master'
7 years ago
kibigo!
8d6b9ba494
Merge upstream 2.0ish #165
7 years ago
Eugen Rochko
1823cf435a
In thread view, only scroll first update, scroll to replied-to post ( #5322 )
7 years ago
Eugen Rochko
476e79b8e3
Fully disable hotkeys when input element is focused ( #5324 )
...
Because alt+n is a way to enter some kinda letter on some keyboard
7 years ago
unarist
b0407ece42
Fix an error when ancestors get loaded before the status itself ( #5312 )
...
When ancestors get loaded, we scroll to the target status (i.e. skip
ancestors). However, ancestors may get loaded before the status itself,
then it causes TypeError because `this.node` is undefined yet.
Since we don't show anything until the status gets loaded, we don't need
to scroll to the target status in this time. If we get the status itslef
later, it causes `componentDidUpdate` and scrolling correctly.
7 years ago
Eugen Rochko
b3d7ad958f
Fix #5306 : Stop hotkeys in input fields even when shift is pressed ( #5309 )
...
AZERTY layouts require pressing shift to press a number at all, so
it triggers a column switch even when simply typing numbers in
textarea
7 years ago
Eugen Rochko
9815be2a44
Fix #5293 - Pre-fill frequently used emojis to avoid bugs ( #5305 )
7 years ago
Eugen Rochko
4bb3e4eeba
Fix #5295 - Order custom emoji lexicographically ( #5297 )
7 years ago
unarist
784c7510d7
Fix an error when video playback buffer is empty ( #5300 )
7 years ago
Eugen Rochko
488584bfc1
Track frequently used emojis in web UI ( #5275 )
...
* Track frequently used emojis in web UI
* Persist emoji usage, but debounce commits to the settings API
* Fix #5144 - Add tooltips to picker
* Display only 2 lines of frequently used emojis
7 years ago
Nolan Lawson
db33a53ee8
Video preload should be a string ( #5267 )
7 years ago
Nolan Lawson
7de6d269d2
Use ES module build of react-router-dom ( #5264 )
7 years ago
Eugen Rochko
684001d729
Dynamically calculate card height for embeds instead of padding ( #5265 )
...
The padding trick was hard-coded to a 16:9 ratio, but we can use
width and height provided from OEmbed information and width
of the card itself to calculate a new height
7 years ago
Eugen Rochko
292f3cd7e0
Show buffering in video player ( #5261 )
7 years ago
Eugen Rochko
f486ef2666
Redesign public hashtag pages ( #5237 )
7 years ago
Eugen Rochko
d2dee6ea43
Fix custom emoji in emoji picker, persist skin tone ( #5258 )
7 years ago
Nolan Lawson
057db0ecd0
Update emoji-mart to v2.1.1 ( #5256 )
7 years ago
Eugen Rochko
45682f876d
Make auto-play GIFs preference affect custom emojis in web UI ( #5254 )
7 years ago