Commit Graph

49 Commits (03f50f2f00a129da0cc021369b975ecfccf1327f)

Author SHA1 Message Date
Claire 0be6da42d3 Change glitch-soc composer classes to match upstream 2 years ago
Claire e1db6cf320 Move flavours/glitch/features/emoji_picker back to flavours/glitch/features/compose/containers/emoji_picker_dropdown_container 2 years ago
Claire b75bf336bd Move more modules from flavours/glitch/utils to flavours/glitch 2 years ago
Claire 0f4a4d7527 Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/compose/util/ 2 years ago
Claire d3879c07b1 Rename flavours/glitch/util into flavours/glitch/utils 2 years ago
Claire 26b687160b Move flavours/glitch/util/initial_state to flavours/glitch/initial_state 2 years ago
Claire 8e04ba87b7 [Glitch] Fix reply button on media modal not giving focus to compose form
Port 2cd31b3177 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire f3429d7354 [Glitch] Fix controls for unchangeable properties on status edit not being disabled
Port 38845592c4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko 5e67858fbc [Glitch] Add editing for published statuses
Port 63002cde03 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire 4dd4fc2e5e [Glitch] Fix text being incorrectly pre-selected in composer textarea on /share
Port 3a103cd317 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire 5ea53b6158 [Glitch] Fix compose form behavior in mobile view
Port 034f37b85a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Mélanie Chauvel 40e2de3904 [Glitch] Fix character count not ignoring hidden CW field
Port 68775b6039 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Thibaut Girka c8cee24cb3 Fix Cmd-Enter not working to send toot
Fixes #1333
4 years ago
Thibaut Girka 7115b0b8c9 Fix missing media description dialog when sending toots with keyboard shortcuts 4 years ago
Thibaut Girka 531658d6cf Fix posting privacy on secondary button with missing description confirmation dialog 4 years ago
Thibaut Girka 40798cba41 Fix alt+enter changing visibility setting without sending toot when toot is empty 4 years ago
Thibaut Girka fae9e34484 Add button to edit media description from missing description confirmation dialog 5 years ago
Thibaut Girka dff4ccd7e9 Remove code for giving focus to first media without description
Since the textarea is in a modal, now…
5 years ago
Thibaut Girka a334cbcb20 Move character counter to the options box to match upstream styling 5 years ago
ThibG 64f3bc77ac [Glitch] Only scroll to the compose form if it's not horizontally in the viewport
Port c07cca4727 to glitch-soc
5 years ago
Thibaut Girka 9ef25877df Scroll to compose form rather than reply indicator on focus 5 years ago
Thibaut Girka d3aaacb6d4 Do not scroll in the compose panel on single-column 5 years ago
Thibaut Girka e433386545 Fix replying not automatically switching to compose form on mobile 5 years ago
ThibG 80849812d2 [Glitch] Fix ordering of keyboard access between CW field, textarea and emoji picker
Port b4d67fe57a to glitch-soc
5 years ago
Eugen Rochko 362f3973be [Glitch] Fix some React warnings
Port cc8f6b3cda to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Takeshi Umeda 8f924eb961 [Glitch] Fix emoji picker being always displayed
Port c402c291f4 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Takeshi Umeda 1329308bc7 [Glitch] Improvement variable height in single column layout
Port d93b82af87 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Jeong Arm b32a62fe95 [Glitch] Scroll to compose form when focus
Port 8f3c32e29c to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka a7f6e72b30 Fix CW field automatically getting the focus when it is always enabled 5 years ago
Thibaut Girka 4fbce23992 Refactor contentType selection in glitch composer 5 years ago
KokaKiwi f34a402a94 Add status content type dropdown to compose box.
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Thibaut Girka 7617f78359 Fix crash in onboarding modal
Fixes #1027
5 years ago
Thibaut Girka df52004fe6 Add suggestions in CW field 5 years ago
Thibaut Girka 416aa832e5 Fix file upload 5 years ago
Thibaut Girka d779ec1f0e Fix broken reference to handleSubmit 5 years ago
Thibaut Girka e949861176 Cleanup 5 years ago
Thibaut Girka faff152ae5 Move ComposerPublisher to Compose 5 years ago
Thibaut Girka df951c319c Add OptionsContainer 5 years ago
Thibaut Girka 14028655df Move composer Dropdown from features/composer to features/compose 5 years ago
Thibaut Girka 4c6221929f Move ComposerTextareaIcons to TextareaIcons 5 years ago
Thibaut Girka 47faf47ed5 ComposerTextarea → AutosuggestTextarea 5 years ago
Thibaut Girka a243567a3e ComposerUploadForm → UploadForm + UploadFormContainer 5 years ago
Thibaut Girka c5f49a92dc Move PollForm from features/composer to features/compose 5 years ago
Thibaut Girka f1a22e33e2 Inline spoiler input 5 years ago
Thibaut Girka 8fd599fb40 ComposerReply → ReplyIndicator 5 years ago
Thibaut Girka f72af5794d Refactor Compose*Warning → ContainerWarning
Regression: only one warning at a time
5 years ago
Thibaut Girka 1bc4b8a0a5 features/composer/index.js → ComposeForm 5 years ago
kibigo! 924ffe81d4 WIPgit status <Compose> Refactor; <Composer> ed. 6 years ago
kibigo! bc4fa6b198 Rename themes -> flavours ? ? 7 years ago