noellabo
c400d63b06
Add account.counter translation
2022-05-11 00:48:01 +09:00
noellabo
736864287d
Fix subscribers counter on WebUI
2022-05-11 00:48:01 +09:00
noellabo
8e45e9bb82
Add favorite domains
2022-05-11 00:48:01 +09:00
noellabo
5182c8e3a8
Add a setting to switch the non-standard buttons on the action bar
2022-05-11 00:48:01 +09:00
noellabo
e63d057f37
Add an expiry to status
2022-05-11 00:48:01 +09:00
noellabo
ce29732518
Remove local timeline for fedibird.com
2021-08-12 07:10:15 +09:00
noellabo
ae83c9691f
Move bookmark to action bar
2021-08-12 07:10:15 +09:00
noellabo
c91937c9a1
Show navigation panel in multiple columns WebUI
2021-08-12 07:10:15 +09:00
noellabo
138d5972dd
Add support for WebP and HEIC formats through conversion
2021-08-12 07:10:15 +09:00
noellabo
afcefb1f46
Fix subscribe and follow buttons on the timeline not being able to be hidden individually
2021-08-12 07:10:15 +09:00
noellabo
2b7d1d9941
Add show followed_by to WebUI
2021-08-12 07:10:15 +09:00
noellabo
3e31123c2a
Add relationship action buttons to WebUI status
2021-08-12 07:10:15 +09:00
noellabo
3bcbbb7463
Add hashtag follow and account subscribe support to list
2021-08-12 07:10:13 +09:00
noellabo
9fdfc2d8d5
Add account subscribe support to WebUI
2021-08-12 07:08:36 +09:00
noellabo
3d6eaf638d
Add a domain timeline
2021-08-12 07:08:36 +09:00
noellabo
92a9a23eb6
Add subscribe features
2021-08-12 07:08:36 +09:00
noellabo
fd5b7c14fa
Add favorite hashtags
2021-08-12 07:08:36 +09:00
noellabo
3ae7effb6d
Fix to dismiss quote where the target post was deleted
2021-08-12 07:08:19 +09:00
noellabo
8477a0ece1
Fix quote on public stream
2021-08-12 07:08:18 +09:00
noellabo
0a51a32c35
Fix not hiding quoted unlisted status in non public timeline
2021-08-12 07:08:18 +09:00
noellabo
d93ab2a4d0
Fix missing frameRate
2021-08-12 07:08:18 +09:00
noellabo
12eb1915b8
Fix missing reblog_of_quote
2021-08-12 07:08:18 +09:00
noellabo
6119a9ce97
Fix modal footer to react to quoted posts
2021-08-12 07:08:18 +09:00
noellabo
84986895a3
Fix quoted account link in detailed status
2021-08-12 07:08:18 +09:00
noellabo
44d0ba096a
fix rtl in quote_indicator
2021-08-12 07:08:18 +09:00
noellabo
e3b75b17f0
Fix Open handler in quote media
2021-08-12 07:08:18 +09:00
noellabo
4d8bcaf5f3
Add quote button in PiP
2021-08-12 07:08:18 +09:00
noellabo
6fd2947b92
Fix to hide mute and blocked quotes
2021-08-12 07:08:18 +09:00
noellabo
e9ee34d3f4
Fix PictureInPicture to work in quotes
2021-08-12 07:08:18 +09:00
noellabo
9be377319f
Fix quoted audio
2021-08-12 07:08:18 +09:00
noellabo
fffe32429d
Fix tooltip 'cannot be quoted'
2021-08-12 07:08:18 +09:00
noellabo
847958f19f
Fix an avatar icon size of the status quoted on the public page
2021-08-12 07:08:18 +09:00
noellabo
815766cc54
Add "Show poll" link to quoted poll
2021-08-12 07:08:18 +09:00
noellabo
9faf45d0fd
Change not to delete the element specified in invisible
2021-08-12 07:08:18 +09:00
noellabo
24e85eda67
Add confirmation of overwriting of input content when quoting
2021-08-12 07:08:18 +09:00
wakin
27da15b734
remake quote feature
2021-08-12 07:08:18 +09:00
Genbu Hase
c77947f15a
[New] Implement a feature of quote
2021-08-12 07:08:17 +09:00
Claire
0c24c865b7
Fix crash if a notification contains an unprocessed media attachment ( #16573 )
...
* Refactor AttachmentList
* Do not crash if a notification contains an unprocessed media attachment
Fixes #16530
* Fix spacing in compact form
2021-08-11 17:49:10 +02:00
Claire
aaf24d3093
Fix download button color in audio player ( #16572 )
...
Fixes #16571
2021-08-11 17:48:55 +02:00
Takeshi Umeda
b2875b1864
Fix logout link not working in safari ( #16574 )
2021-08-06 12:14:13 +02:00
Jeong Arm
6e0ab6814f
Fix trends layout ( #16570 )
2021-08-05 13:05:32 +02:00
Claire
a8a7066e97
Add confirmation modal when closing media edit modal with unsaved changes ( #16518 )
...
* Add confirmation modal when closing media edit modal with unsaved changes
* Move focal point media state to redux so it does not get erased by confirmation dialog
* Change upload modal behavior to keep it open while saving changes
Instead of closing it immediately and losing changes if they fail to save…
* Make it work with react-intl 2.9
2021-07-25 01:14:43 +02:00
Claire
af08229ff4
Fix “open” link of media modal not closing modal ( #16524 )
2021-07-25 01:13:46 +02:00
Claire
e9659ae031
Fix crashes with Microsoft Translate on Microsoft Edge ( #16525 )
...
Fixes #16509
Microsoft Edge with translation enabled rewrites the DOM in ways that confuse
react and prevent it from working properly. Wrapping the offending parts in
a span avoids this issue.
2021-07-23 02:53:17 +02:00
Claire
e54a65013d
Fix replying from modal ( #16516 )
...
Fixes #16515
Not using a router object somehow made `this.history` lag behind the real
browser history whenever pushing a new history item in `replyCompose`.
Not using the context-provided router in this case was an oversight made
when porting glitch-soc changes in #16499 .
2021-07-17 17:06:52 +02:00
Claire
3dcf3f2a3a
Fix minor code quality issues ( #16502 )
2021-07-14 05:36:23 +02:00
Claire
5a1e072517
Change references to tootsuite/mastodon to mastodon/mastodon ( #16491 )
...
* Change references to tootsuite/mastodon to mastodon/mastodon
* Remove obsolete test fixture
* Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG
And a few other places
2021-07-13 15:46:20 +02:00
Claire
d3791cca0c
Improve modal flow and back button handling ( #16499 )
...
* Refactor shouldUpdateScroll passing
So far, shouldUpdateScroll has been manually passed down from the very top of
the React component hierarchy even though it is a static function common to
all ScrollContainer instances, so replaced that with a custom class extending
ScrollContainer.
* Generalize “press back to close modal” to any modal and to public pages
* Fix boost confirmation modal closing media modal
2021-07-13 15:45:17 +02:00
Claire
1381e0e1d9
Fix pop-in player display when poster has long username or handle ( #16468 )
2021-07-05 19:16:06 +02:00
David Sterry
7c27ccb8d8
Fix #16407 ( #16432 )
2021-06-27 22:31:28 +02:00