Eugen Rochko
00b6ddc59e
[Glitch, partial] Change appearance of account cards in web UI
...
Port remaining changes from 563964dd80
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
125f4b70ad
[Glitch] Remove profile directory link from main navigation panel
...
Port 97eaac87fa
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
f80c249684
[Glitch] Fix not showing loading indicator when searching in web UI
...
Port 45341c5287
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
da834aa518
[Glitch] Add explore page to web UI
...
Port 19b4c36e40
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
440676c84a
[Glitch] Fix pop-out player appearing on mobile screens in web UI
...
Port d416f3f662
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
prplecake
426c456a59
Clarify language RE secondary toot button ( #1851 )
2 years ago
Claire
750c9cf5b3
Fix clicking bookmark column header not scrolling to top in single-column
2 years ago
Claire
1c0f550cf3
Fix clicking List timeline header not scrolling to top in single-column
2 years ago
Claire
ea36d0f294
Fix “Change subscribed languages” crashing in some situations
2 years ago
Eugen Rochko
699be6d185
[Glitch] Add ability to filter followed accounts' posts by language
...
Port f4e91041b2
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
f833894675
[Glitch] Change path of privacy policy page
...
Port c04359a63b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
45bfc39a81
[Glitch] Add privacy icons to report modal
...
Port 12cb437127
to glitch-soc
2 years ago
Claire
dadb98634c
Fix regexp filtering in pinned community/public TLs ( #1840 )
2 years ago
Claire
4c688d82b4
Fix local settings navigation ( #1836 )
...
The “filters” page was removed, but not from the navigation, which would offset
everything.
2 years ago
Claire
b7e297dc6c
Add regexp filter field to public timeline column settings ( #1834 )
...
* Add regexp filter field to public timeline column settings
This has accidentally been removed while porting an upstream change years ago.
* Remove dead code
* Fix regexp filter not working for local and public TLs when using non-default settings
2 years ago
Jeong Arm
c3ee35282d
Fix react warning on notifications column ( #1832 )
2 years ago
Claire
cf0ca96ca7
Remove obsolete filter local settings
2 years ago
Claire
e1d3397818
[Glitch] Add ability to filter individual posts
...
Port 522fbf9d13
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
60649e5665
[Glitch] Revamp post filtering system
...
Port front-end changes from 90e5a9bd98
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Rens Groothuijsen
6dfb31ea0c
[Glitch] Add warning for sensitive audio posts
...
Port aced8820dd
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
prplecake
cf4bed0ac0
[Glitch] Add ability to follow hashtags in web UI
2 years ago
Claire
5e628e4fd3
Add option to share CW toggle state across instances of a post
2 years ago
Claire
a8b3d6f47e
Regroup CW unfolding settings in their own section
2 years ago
Claire
711301519a
Improve interaction between out-of-CW attachments and collapsed toots
2 years ago
Claire
42d06afe03
Add explanation for some options in the local settings dialog
2 years ago
Claire
406b7d972b
Add local setting toggle to move media attachments outside CWs
...
Fixes #1812
2 years ago
Yamagishi Kazutoshi
f6696f7d33
[Glitch] Bump react-redux-loading-bar from 4.0.8 to 5.0.4
...
Port a3eda85ff9
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
cfb73f9fc9
[Glitch] Add customizable user roles
...
Port front-end changes from e164d6a687
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
a14136558e
[Glitch] Add notifications for new reports
...
Port e6eb0a29b9
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko
2184897fba
[Glitch] Change label of publish button to be "Publish" again
...
Port 8ec66981da
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
47fa6c3b91
Add language indicator icon and local settings for status icons ( #1788 )
...
* Add language indicator
* Add local settings for status icons
* Switch to text icon for language
2 years ago
Claire
ca81647961
Various code cleanup ( #1782 )
...
* Remove duplicate in_chosen_languages definition
* Use `DEFAULT_FIELDS_SIZE` instead of `MAX_FIELDS` to reduce code differences with upstream
* Remove duplicate annotation
* Fix incorrect cross-flavor imports
* Remove deprecated `hide_network` setting (replaced by account column)
* Remove unused KeywordMutesHelper
* Remove trailing spaces
* Remove commit_hash from InstancePresenter, as it has been unused since mid-2017
3 years ago
Claire
b1085e2dfa
Fix crash in glitch-soc search results when Elasticsearch is disabled ( #1780 )
3 years ago
Eugen Rochko
c0a5c88364
[Glitch] Add language dropdown to compose in web UI
...
Port e4a9aa1ab4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
e6af69d56b
Use upstream's settings for CW auto-expand and column swiping ( #1770 )
...
* Use Mastodon server-side settings for automatically expanding toots with CWs
* Add modal warning about settings changes
* Use Mastodon server-side settings for disabling swiping
3 years ago
Eugen Rochko
fbef44009d
[Glitch] Add `limited` attribute to accounts in REST API and a warning in web UI
...
Port ac3d6f9a35
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Eugen Rochko
6256a3da46
[Glitch] Remove Keybase integration
...
Port 4375813ea7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
6545114ac7
[Glitch] Fix block/mute lists showing a follow button when unblocking a user ( #18364 )
...
Port 917567567a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
c8edaaba1b
[Glitch] Fix floating action button obscuring last element
...
Port 82dcdc12f1
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
3c1979d0dc
Move DM conversation/timeline tab to column settings switch
3 years ago
Claire
a4c1a80a7f
Fix backend terms link not being used
3 years ago
Claire
d748d0b94a
Refactor visibility icon using VisibilityIcon
3 years ago
Claire
6e8284756b
[Glitch] Rename toots to posts in various places, add or reword DM warnings
...
Port part of 07737bb6d1
and c33a26ed38
to glitch-soc
3 years ago
Claire
e2cce242aa
Remove “I don't like it” option from report modal
3 years ago
Claire
73f1650610
[Glitch] Fix empty “Server rules violation” report option
...
Port ff9d647aa6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
7b26b12378
Swap position of media attachments and polls
3 years ago
CommanderRoot
368f6ac07a
[Glitch] Replace deprecated String.prototype.substr()
...
Port 07f1888854
to glitch-soc
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Eugen Rochko
1c4374eb7d
[Glitch] Add hint about missing media attachment description in web UI
...
Port 354415e7ce
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Eugen Rochko
4d1b09c62a
[Glitch] Add polls and media attachments to edit comparison modal in web UI
...
Port f5346541fd
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Eugen Rochko
665ade7fae
[Glitch] Fix being able to add more than 4 hashtags to hashtag column in web UI
...
Port 380aef66ae
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago