Thibaut Girka
ee1f1a2ec9
When searching for an emoji with multiple separators, consider the full input
e.g., typing “blob_cat_p” used to search for “blob” and “cat”, but not
“blob_cat_p”, which means “blob_cat_patpat” is very unlikely to show up,
although it is likely what the user wanted to type in the first place.
6 years ago
ThibG
a90b569350
When searching for an emoji with multiple separators, consider the full input ( #9124 )
e.g., typing “blob_cat_p” used to search for “blob” and “cat”, but not
“blob_cat_p”, which means “blob_cat_patpat” is very unlikely to show up,
although it is likely what the user wanted to type in the first place.
6 years ago
Thibaut Girka
8f4fab65a1
Do not rely on hover for upload form options if touch is used
6 years ago
Thibaut Girka
008f98b304
[Glitch] RTL: fix column-back-button__icon margins/content
Port 6e1a4f85ad
to glitch-soc
6 years ago
Masoud Abkenar
6e1a4f85ad
RTL: fix column-back-button__icon margins/content ( #9112 )
* RTL: fix column-back-button__icon margins/content
* Update rtl.scss
* Update rtl.scss
6 years ago
Eugen Rochko
161aeadbb4
Remove character counter from edit profile ( #9100 )
* Remove display name and bio counter hint, simply limit input
* Remove now redundant translations
* Fix code style issue
6 years ago
Eugen Rochko
768b0f132d
Fix direct messages column not loading more items on scroll ( #9102 )
Fix #9097
6 years ago
Eugen Rochko
a2e3401e48
Fix conversations not being marked read on click ( #9103 )
Fix #9096
6 years ago
Eugen Rochko
d723f2a0a8
Fix RTL layout of status display names ( #9075 )
Fix #2350
6 years ago
Eugen Rochko
288e435fe5
Show upload options on click as well as hover ( #9074 )
Fix #8918
6 years ago
Eugen Rochko
01c169e796
Fix JS error when posting from page without router context ( #9073 )
Fix #9057
6 years ago
Eugen Rochko
39abec4d25
Fix public timelines not instantly updating on compose ( #9050 )
Fix #9034
6 years ago
Eugen Rochko
ad510db3a1
Show suggested follows on search screen in mobile layout ( #9010 )
Reminder: Suggestions were added in #7918 and are based on who you
interact with who you do not follow. E.g. if you boost someone a lot
from seeing other people's boosts of that person, it makes sense you
might be interested in following the original source; or if you reply
to someone a lot, maybe you'd want to follow them
Each suggestion can be dismissed
6 years ago
Eugen Rochko
81017eaea7
Revert "RTL: remove blank character inside bdi ( #9038 )" ( #9056 )
This reverts commit c7e9f9ff1e
.
6 years ago
Thibaut Girka
0c7f710be1
[Glitch] Surround mid-text display names with bdi tags
Port 7861c5f108
to glitch-soc
6 years ago
Thibaut Girka
323ae1403a
[Glitch] fix: initial state of PrivacyDropdown is should not be null
Port bebe8ec887
to glitch-soc
6 years ago
Thibaut Girka
1bb23d0407
[Glitch] RTL: fix cardbar margins and alignment
Port c73864c137
to glitch-soc
6 years ago
Thibaut Girka
c9b19e05e2
[Glitch] RTL: fix admin account avatar margin in about page
Port 3a157210c8
to glitch-soc
6 years ago
Thibaut Girka
c14be538a6
[Glitch] RTL: fix column settings toggle label
Port bf58461d36
to glitch-soc
6 years ago
Thibaut Girka
a1f512f18b
[Glitch] Fix domain label position and color
Port 25f9ead041
to glitch-soc
6 years ago
Thibaut Girka
9950db2e1c
[Glitch] RTL: fix preferences layout
Port 029943d59b
to glitch-soc
6 years ago
Thibaut Girka
076f0a0eb6
[Glitch] Fix admin account avatar margin
Port 065b39e7a4
to glitch-soc
6 years ago
Thibaut Girka
aa277ab5fb
[Glitch] RTL: fix user stats in about page
Port 301cbcc980
to glitch-soc
6 years ago
Thibaut Girka
ef9c11e050
[Glitch] RTL: fix domain append at signup form
Port 65b3804a6c
to glitch-soc
6 years ago
Thibaut Girka
e18724363d
[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"
Port d35801aaa2
to glitch-soc
6 years ago
Thibaut Girka
1139b758c5
[Glitch] RTL: fix admin account margins in about page
Port f8c1b32541
to glitch-soc
6 years ago
Thibaut Girka
bf9c4b6d98
[Glitch] undo part of PR 8202 to fix RTL
Port efd09e2ebb
to glitch-soc
6 years ago
Thibaut Girka
9f1c9b6135
[Glitch] Improve style of notice/alert messages
Port b972478812
to glitch-soc
6 years ago
Masoud Abkenar
c7e9f9ff1e
RTL: remove blank character inside bdi ( #9038 )
* RTL: remove blank character inside bdi
* Update app/javascript/mastodon/components/display_name.js
Co-Authored-By: mabkenar <ampbox@gmail.com>
6 years ago
Masoud Abkenar
c73864c137
RTL: fix cardbar margins and alignment ( #9044 )
6 years ago
Masoud Abkenar
3a157210c8
RTL: fix admin account avatar margin in about page ( #9039 )
* RTL: fix admin account avatar margin in about page
* fix code style
6 years ago
Thibaut Girka
04bedd237b
Attempt at fixing inline video player
6 years ago
Thibaut Girka
dfa5b0576f
Update mediaGallery component's width when opening CWs
6 years ago
Masoud Abkenar
bf58461d36
RTL: fix column settings toggle label ( #9037 )
6 years ago
kedama
25f9ead041
Fix domain label position and color ( #9033 )
* Fix position of the domain label
* Fix position of the domain label for RTL
- Fix color mismatch of linear gradient which assigned to "::after" pseudo class
6 years ago
Thibaut Girka
e4c3ea1809
Force sensitive content flag when posting a toot with a CW
Indeed, when the “Always enable the Content Warning field” setting is enabled,
sending a content-less toot with a CW would move the CW to the toot's content
and leave the toot not marked as sensitive.
6 years ago
Thibaut Girka
13c3fa8d36
Focus the UI when pressing Escape in the CW field
6 years ago
Eugen Rochko
fd5285658f
Add option to block reports from domain ( #8830 )
6 years ago
Eugen Rochko
eb1b9903a6
Redesign direct messages column ( #9022 )
6 years ago
Masoud Abkenar
029943d59b
RTL: fix preferences layout ( #9021 )
6 years ago
bsky
065b39e7a4
Fix admin account avatar margin ( #9020 )
6 years ago
Masoud Abkenar
301cbcc980
RTL: fix user stats in about page ( #9018 )
6 years ago
Eugen Rochko
a38a452481
Add unread indicator to conversations ( #9009 )
6 years ago
takayamaki
bebe8ec887
fix: initial state of PrivacyDropdown is should not be null ( #9008 )
6 years ago
Masoud Abkenar
65b3804a6c
RTL: fix domain append at signup form ( #9007 )
6 years ago
ThibG
007f7690fa
Fix fav/boosts hotkeys not working on detailed statuses ( #9006 )
6 years ago
Thibaut Girka
b13c34de3a
Fix fav/boosts hotkeys not working on detailed statuses
6 years ago
Masoud Abkenar
f8c1b32541
RTL: fix admin account margins in about page ( #9005 )
6 years ago
ThibG
adb06baef6
Handle global hotkeys even when no element has focus ( #8998 )
This fixes hotkeys not working when pressing the column
“back” button, for instance.
6 years ago
Masoud Abkenar
d35801aaa2
Fixes 8987 broken alignment at "Remote interaction dialog" ( #8988 )
6 years ago