about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/compose/components/compose_form.js
AgeCommit message (Collapse)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-02-09[Glitch] Spell check input fieldsChristian Schmidt
Port 67744ee779b97ea07e91dd076e1df25e362ff33d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-02-04Further JS code style changesClaire
2023-02-03[Glitch] Run eslint --fixClaire
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did.
2023-01-24[Glitch] Add lang attribute to compose textarea and CW fieldClaire
Port 83a8efa9cad7384e6659bd6c17e4865405f51577 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-01-05[Glitch] Add aria-hidden to content warning field when dimmed so that it is ↵Holden Foreman
not confusing to screen reader users Port 83888739fdc4de7f6a6d6d3e3bd53473acca4569 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-11-22Fix privacy dropdown in boost modal on mobile (#1967)Claire
Fixes #1965
2022-11-06Change glitch-soc composer classes to match upstreamClaire
2022-10-11Move flavours/glitch/features/emoji_picker back to ↵Claire
flavours/glitch/features/compose/containers/emoji_picker_dropdown_container
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Move some modules from flavours/glitch/utils/ back to ↵Claire
flavours/glitch/features/compose/util/
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-02-26[Glitch] Fix reply button on media modal not giving focus to compose formClaire
Port 2cd31b31778cec3b282a44f03a03844d92a4e8cc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-02-12[Glitch] Fix controls for unchangeable properties on status edit not being ↵Claire
disabled Port 38845592c4b4456b5b407bd320249613a0f16e13 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-02-10[Glitch] Add editing for published statusesEugen Rochko
Port 63002cde03a836b4510aca5da564504ecaedb5e9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-01-23[Glitch] Fix text being incorrectly pre-selected in composer textarea on /shareClaire
Port 3a103cd317fd56aca27fca01e03647df44e3ffd2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-03-24[Glitch] Fix compose form behavior in mobile viewClaire
Port 034f37b85a716872f78a72048a5a225cdcaa840a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2020-12-05[Glitch] Fix character count not ignoring hidden CW fieldMélanie Chauvel
Port 68775b60392152d32deda45a261bc1d4f848b44a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2020-05-26Fix Cmd-Enter not working to send tootThibaut Girka
Fixes #1333
2020-03-14Fix missing media description dialog when sending toots with keyboard shortcutsThibaut Girka
2020-03-14Fix posting privacy on secondary button with missing description ↵Thibaut Girka
confirmation dialog
2020-02-14Fix alt+enter changing visibility setting without sending toot when toot is ↵Thibaut Girka
empty
2019-08-20Add button to edit media description from missing description confirmation ↵Thibaut Girka
dialog
2019-08-20Remove code for giving focus to first media without descriptionThibaut Girka
Since the textarea is in a modal, now…
2019-08-19Move character counter to the options box to match upstream stylingThibaut Girka
2019-07-07[Glitch] Only scroll to the compose form if it's not horizontally in the ↵ThibG
viewport Port c07cca4727041ea5a5721acbc603d4bfb45a15a6 to glitch-soc
2019-06-26Scroll to compose form rather than reply indicator on focusThibaut Girka
2019-06-16Do not scroll in the compose panel on single-columnThibaut Girka
2019-06-14Fix replying not automatically switching to compose form on mobileThibaut Girka
2019-06-13[Glitch] Fix ordering of keyboard access between CW field, textarea and ↵ThibG
emoji picker Port b4d67fe57af4d45082dc92eef20d5bb758bd8379 to glitch-soc
2019-06-13[Glitch] Fix some React warningsEugen Rochko
Port cc8f6b3cdaca81be99875c27002e0280d1d88191 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-13[Glitch] Fix emoji picker being always displayedTakeshi Umeda
Port c402c291f4991e2b021d8c13b557e6a8f650dcf3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-13[Glitch] Improvement variable height in single column layoutTakeshi Umeda
Port d93b82af87de90eaa29eb54a423722fb9fb45b38 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-07[Glitch] Scroll to compose form when focusJeong Arm
Port 8f3c32e29cf13a84b2f0a58da0ab0c99a88caad5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-06Fix CW field automatically getting the focus when it is always enabledThibaut Girka
2019-05-20Refactor contentType selection in glitch composerThibaut Girka
2019-05-17Add status content type dropdown to compose box.KokaKiwi
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-03Fix crash in onboarding modalThibaut Girka
Fixes #1027
2019-04-26Add suggestions in CW fieldThibaut Girka
2019-04-24Fix file uploadThibaut Girka
2019-04-22Fix broken reference to handleSubmitThibaut Girka
2019-04-22CleanupThibaut Girka
2019-04-22Move ComposerPublisher to ComposeThibaut Girka
2019-04-22Add OptionsContainerThibaut Girka
2019-04-22Move composer Dropdown from features/composer to features/composeThibaut Girka
2019-04-22Move ComposerTextareaIcons to TextareaIconsThibaut Girka
2019-04-22ComposerTextarea → AutosuggestTextareaThibaut Girka
2019-04-22ComposerUploadForm → UploadForm + UploadFormContainerThibaut Girka
2019-04-22Move PollForm from features/composer to features/composeThibaut Girka