Thibaut Girka
|
e8845f0cb2
|
Fix incorrect and duplicate onConfirm callback
|
6 years ago |
Thibaut Girka
|
55e3dae600
|
Allow disabling media confirmation from the confirmation dialog itself
|
6 years ago |
Thibaut Girka
|
b19e5cf48d
|
Split out is_changing_upload from is_submitting
Fixes #855
|
6 years ago |
Thibaut Girka
|
4760c6e767
|
On mobile, go back in browser history upon posting, unless threaded mode is enabled
|
6 years ago |
Thibaut Girka
|
e7c0ad6ac4
|
Move URLs to backend in their own file
|
6 years ago |
Thibaut Girka
|
d091159140
|
Do not rely on hover for upload form options if touch is used
|
6 years ago |
Thibaut Girka
|
6651d4fa7c
|
[Glitch] fix: initial state of PrivacyDropdown is should not be null
Port 8f0c64baf1 to glitch-soc
|
6 years ago |
Thibaut Girka
|
1cb7fe932d
|
Focus the UI when pressing Escape in the CW field
|
6 years ago |
Thibaut Girka
|
ccf5ddfd88
|
Handle alt+enter in the spoiler input as shortcut for secondary post
Fixes #780
|
6 years ago |
David Yip
|
278d21bb0b
|
Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selection
Make pre-selection of usernames optional when replying to a toot
|
6 years ago |
David Yip
|
dc8da22a73
|
Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-view
Scroll to textarea when composing a toot
|
6 years ago |
Thibaut Girka
|
e7ddcf50ab
|
Make pre-selection of usernames optional when replying to a toot
Fixes #751
|
6 years ago |
Thibaut Girka
|
d27b7d7645
|
Scroll to textarea when composing a toot
|
6 years ago |
Thibaut Girka
|
0081bf3784
|
Disable the “TOOT” button (and secondary toot button) if the toot text is empty
|
6 years ago |
Thibaut Girka
|
22a48adabc
|
Fix composer actions modal
|
6 years ago |
Thibaut Girka
|
9002ec066a
|
Fix interactions between CW and sensitive flag when spoilersAlwaysOn is set
|
6 years ago |
Thibaut Girka
|
aaa3de166f
|
Fix emoji autosuggest when using a CDN for assets
|
6 years ago |
Thibaut Girka
|
9ca7d1c7c8
|
Restrict querySelectorAll to the upload form component
|
6 years ago |
Thibaut Girka
|
fa5f416270
|
Add confirmation dialog when posting media without description
Fixes #211
|
6 years ago |
Thibaut Girka
|
8f33f0f087
|
Add opt-in feature to have the spoilers field always on (fixes #634)
|
6 years ago |
Thibaut Girka
|
acdb5b43da
|
[Glitch] Implement tag auto-completion by history
Port bada0436b3 to glitch-soc
|
6 years ago |
Thibaut Girka
|
52fe8ee95d
|
Make the privacy dropdown button not look strange when using top placement
Inspired by 8fe1f8d4ce
|
6 years ago |
Thibaut Girka
|
bbee6d85d3
|
Focus CW field when enabling it, focus compose textarea when disabling it
Port 101f5544e1 and d928aac40c
to glitch-soc
|
6 years ago |
Thibaut Girka
|
c43db794e6
|
Various minor upload description fixes
|
6 years ago |
Thibaut Girka
|
02adce1ad8
|
Add focal points support in the composer
|
6 years ago |
Thibaut Girka
|
96e58d01ad
|
Refactor in preparation for focal points modal
|
6 years ago |
Thibaut Girka
|
a1ee3d464f
|
Fix incorrect prop type for ComposerReply.status
|
6 years ago |
Thibaut Girka
|
40fe9256ea
|
Move CW field just above main textarea
|
6 years ago |
Thibaut Girka
|
0ef509c27a
|
Get rid of Collapsable, use CSS instead
Change inspired by a6ddd1aba2
|
6 years ago |
Thibaut Girka
|
5eeb95fac7
|
Refactor reply indicator and show compact list of attachments
|
6 years ago |
Thibaut Girka
|
22618172b4
|
Show reply indicator for empty toots, not undefined toots (fixes #610)
Fix a regression introduced by 14061b76dc
|
6 years ago |
Thibaut Girka
|
4a23251f3c
|
Add an option restricting secondary toot privacy to that of the toot being replied to
|
6 years ago |
Thibaut Girka
|
1a3e119ef7
|
Use options rather than a boolean
This prepares for a third option that would restrict privacy to
privacyPreference(replyPrivacy, sideArmBasePrivacy)
|
6 years ago |
Ash Levy
|
2d4c33a89c
|
add option to enable auto visibility on secondary toot button
|
6 years ago |
Thibaut Girka
|
14061b76dc
|
Display reply indicator even when replying to contentless toot (fixes #564)
|
6 years ago |
Ash Levy
|
58c19ac07c
|
add keybind in composer textarea for secondary submit
|
6 years ago |
Thibaut Girka
|
06a6f1759e
|
[Glitch] Fix low-contrasted cancel button of reply indicator
Port 63f6da9a9d to glitch-soc
|
7 years ago |
Thibaut Girka
|
2a78acb354
|
Change direct message warning to match upstream
|
7 years ago |
Thibaut Girka
|
f9a8240394
|
Fix caret position after inserting suggestions (fixes #281)
|
7 years ago |
Thibaut Girka
|
2e017e752f
|
Remove unneeded code now that attachment URL isn't appended to toots
|
7 years ago |
Thibaut Girka
|
04eeaa0fa4
|
[Glitch] Reword the direct message warning
Port 53c2164e9c to glitch-soc
|
7 years ago |
Thibaut Girka
|
c5d2dcb562
|
[Glitch] Feature: Direct message from menu
Port df62fc20bf to glitch-soc
|
7 years ago |
Thibaut Girka
|
d1bfe4cdad
|
Place composer dropdown menus top if they are closer to the bottom of the viewport
|
7 years ago |
Thibaut Girka
|
e1e4a53496
|
[Glitch] Fix: Prevent submission using same logic as submit button disabling.
Port 7d791f494b to glitch-soc
|
7 years ago |
Thibaut Girka
|
cb3a0bf3ed
|
Remove text requirement when media attached from statuses (fixes #381)
Ports 0c2a08adeb to glitchsoc
|
7 years ago |
Thibaut Girka
|
41c1e5533e
|
Display a warning when composing unlisted toots with something looking like a hashtag
This is a backport of b42cdedfc3 to the glitch flavour.
|
7 years ago |
David Yip
|
dfcee78446
|
Style fixes to make eslint happier, hopefully
|
7 years ago |
kibi!
|
df2f1344fa
|
Fixes onboarding modal (#318)
|
7 years ago |
ncls7615
|
327c9e96e0
|
Fix dropdown text
|
7 years ago |
Ondřej Hruška
|
07ea1aa6fe
|
fixed ctrl enter
|
7 years ago |