Thibaut Girka
b0527a4ce7
Handle alt+enter in the spoiler input as shortcut for secondary post
Fixes #780
6 years ago
Thibaut Girka
70d346ea95
Fix auto-unfold CWs when no regexp is set
Fixes #778
6 years ago
Thibaut Girka
bb1103d974
Really fix HotKeys
6 years ago
mayaeh
e50cb5f4bd
Fix that the copy button of verify link did not work. ( #8938 )
6 years ago
Thibaut Girka
269edc0e48
Fix CW icon color in local-settings modal
6 years ago
Thibaut Girka
721aec40cd
Define some local-settings hints
6 years ago
Thibaut Girka
26409f3e8e
Add support for hints (or extended descriptions) in local-settings pages
6 years ago
Thibaut Girka
5f308a7f05
When screen width is too narrow, hide local-settings page text, keep only icons
6 years ago
Thibaut Girka
6cd793f0ac
Change “preferences” icon to match settings page icon
6 years ago
Thibaut Girka
edb9ec8543
Add icons for each of the local-setting pages
6 years ago
Thibaut Girka
d0b1369a85
Fix app-wide hotkeys randomly failing to work
6 years ago
mayaeh
87abbb07f3
Add Japanese translations. ( #8927 )
6 years ago
mayaeh
770e337497
Fixed error occurrence when pinning the DM column. ( #8922 )
6 years ago
Thibaut Girka
96c3d26870
Move “Show action buttons in collapsed toots” option
6 years ago
Thibaut Girka
faecb35fe0
Switch from selects to radio buttons for local settings, improve styling
6 years ago
Eugen Rochko
774ac47373
Add conversations API ( #8832 )
* Add conversations API
* Add web UI for conversations
* Add test for conversations API
* Add tests for ConversationAccount
* Improve web UI
* Rename ConversationAccount to AccountConversation
* Remove conversations on block and mute
* Change last_status_id to be a denormalization of status_ids
* Add optimistic locking
6 years ago
Thibaut Girka
a3677a828d
[Glitch] Change documentation URL
Port 28401962ca
to glitch-soc
6 years ago
Thibaut Girka
b4ba1058b8
[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3a
to glitch-soc
6 years ago
Thibaut Girka
7cc7843109
Do not scroll timelines when *closing* media modals
Media modals push an history state so that pressing back on mobile closes them.
We made sure to not scroll when opening them, but not when *closing* them,
which caused some issues in rare cases.
6 years ago
Marcin Mikołajczak
2fb692ea45
i18n: Update Polish translation ( #8901 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Eugen Rochko
28401962ca
Change documentation URL ( #8898 )
* Change documentation URL
* Fix hardcoded documentation URL in locales
6 years ago
Masoud Abkenar
185cb2dc3a
RTL: fix margins of public-account-header__tabs ( #8897 )
* RTL: fix margins of public-account-header__tabs
* fix style
* even more stylish code :)
6 years ago
Thibaut Girka
c6e4c48942
[Glitch] Add a confirmation dialog when hitting reply and the compose box isn't empty
6 years ago
ThibG
42aecb4c13
Add a confirmation dialog when hitting reply and the compose box isn't empty ( #8893 )
* Add a confirmation dialog when hitting reply and the compose box isn't empty
Fixes #878
* Performance improvement
6 years ago
Thibaut Girka
a9e8f98a9d
Make hidden media clickable in account media gallery
6 years ago
Thibaut Girka
d82c495c0f
Add media description (or status spoiler) in account media gallery
6 years ago
Thibaut Girka
bd1f08fa9a
Fix account gallery hidden media background color in mastodon-light
6 years ago
Thibaut Girka
eb85427576
[Glitch] Honour displayMedia setting in accountMedia gallery
Inspired by b79ab15859
6 years ago
Thibaut Girka
6ad7606909
[Glitch] Add support for new display_media setting
Port f7a6f9489d
to glitch-soc
[API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all"
6 years ago
Thibaut Girka
15197a831c
[Glitch] RTL: fix margins: public-layout.header.nav-button
Port df2f4052b8
to glitch-soc
6 years ago
Thibaut Girka
884a898442
[Glitch] RTL: fix statubar action buttons/counter margins
Port 9f6662fcc9
to glitch-soc
6 years ago
Thibaut Girka
36d426cec9
[Glitch] Separate font-family into variable
Port d0d65b5a28
to glitch-soc
6 years ago
Eugen Rochko
5d5d1b528e
Double the threshold for "read more" functionality ( #8835 )
6 years ago
Spencer Alves
4e60a0d543
Add option to hide action bar in collapsed toots
6 years ago
Masoud Abkenar
df2f4052b8
RTL: fix margins: public-layout.header.nav-button ( #8823 )
* RTL: fix margins: public-layout.header.nav-button
* add empty line to meet style guides
6 years ago
Thibaut Girka
86b2b009dd
Make pre-selection of usernames optional when replying to a toot
Fixes #751
6 years ago
Thibaut Girka
15134beb1e
Fix styling issue in “Compose box options” local settings page
6 years ago
Thibaut Girka
9594c68532
Scroll to textarea when composing a toot
6 years ago
Thibaut Girka
fa18859b20
[Glitch] Adjust beforeUnload conditions
Port 05f90e3695
to glitch-soc
6 years ago
Thibaut Girka
abffbba819
Fix maxCharacters in vanilla front-end
6 years ago
Eugen Rochko
3d7f68c273
Revert Font Awesome 5 upgrade ( #8810 )
* Revert "Fix some icon names changed by the Font Awesome 5. (#8796 )"
This reverts commit 3f9ec3de82
.
* Revert "Migrate to font-awesome 5.0. (#8799 )"
This reverts commit 8bae14591b
.
* Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792 )"
This reverts commit b9c727a945
.
* Revert "Update the icon name changed by the Font Awesome 5. (#8776 )"
This reverts commit 17af4d27da
.
* Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484 )"
This reverts commit 4b794e134d
.
6 years ago
mayaeh
3f9ec3de82
Fix some icon names changed by the Font Awesome 5. ( #8796 )
6 years ago
Maciek Baron
a72a939334
Add test for AutosuggestEmoji ( #8805 )
6 years ago
Colin Dean
330e320b40
Adds follow action timestamp to notification ( #8756 )
Fixes #8755
6 years ago
Naoki Kosaka
8bae14591b
Migrate to font-awesome 5.0. ( #8799 )
6 years ago
Haelwenn Monnier
15fc2b76f9
Show "read more" link on overly long in-stream statuses ( #8205 )
Show "read more" link on overly long in-stream statuses
6 years ago
theboss
b9c727a945
Fix some icons names, unavailable in fontawesome5 (free license). ( #8792 )
- pencil => pencil-alt
- sliders => sliders-h
related: #8484 #8776
6 years ago
rhoio
c6e765f81e
remove meta label in settings column ( #8704 )
6 years ago
mayaeh
17af4d27da
Update the icon name changed by the Font Awesome 5. ( #8776 )
6 years ago
ふぁぼ原
f7a6f9489d
Add a new preference to always hide all media ( #8569 )
6 years ago