about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/composer
AgeCommit message (Collapse)Author
2019-04-22Move ComposerPublisher to ComposeThibaut 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
2019-04-22Inline spoiler inputThibaut Girka
2019-04-22ComposerReply → ReplyIndicatorThibaut Girka
2019-04-22Refactor Compose*Warning → ContainerWarningThibaut Girka
Regression: only one warning at a time
2019-04-22features/composer/index.js → ComposeFormThibaut Girka
2019-03-16[Glitch] Fix scrollbar styles on compose textarea, small bugsEugen Rochko
Port 6a3f08661f8d23e5f93717f36df1463842bfd936 to glitch-soc
2019-03-06Allow setting whether this is a single choice poll or multiple choices oneThibaut Girka
2019-03-06Use server-provided poll limits instead of hardcoded onesThibaut Girka
Also does not enable polls if no limits are provided by the server
2019-03-06[Glitch] Port polls creation UI from upstreamThibaut Girka
2019-02-17Allow multi-line image descriptions. (Glitch)Ben Lubar
2019-02-12[Glitch] Don't focus spoiler input when disabled spoilerThibaut Girka
Inspired by 0e513ff862faf7fa9e5b89d2ab7d22fd0ab540ff
2019-02-10[Glitch] Allow multiple files upload through web UI, including drag & dropThibaut Girka
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc
2019-02-01[Glitch] Replace unlock-alt icon with unlockThibaut Girka
Port 6513f6c953cdaad9118ea24a21f22fd2978bed28 to glitch-soc
2018-12-21Fix incorrect and duplicate onConfirm callbackThibaut Girka
2018-12-18Allow disabling media confirmation from the confirmation dialog itselfThibaut Girka
2018-12-17Split out is_changing_upload from is_submittingThibaut Girka
Fixes #855
2018-12-14On mobile, go back in browser history upon posting, unless threaded mode is ↵Thibaut Girka
enabled
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-10-27Do not rely on hover for upload form options if touch is usedThibaut Girka
2018-10-22[Glitch] fix: initial state of PrivacyDropdown is should not be nullThibaut Girka
Port bebe8ec887ba67c51353e09d7758819b117bf62d to glitch-soc
2018-10-20Focus the UI when pressing Escape in the CW fieldThibaut Girka
2018-10-14Handle alt+enter in the spoiler input as shortcut for secondary postThibaut Girka
Fixes #780
2018-09-29Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selectionDavid Yip
Make pre-selection of usernames optional when replying to a toot
2018-09-29Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-viewDavid Yip
Scroll to textarea when composing a toot
2018-09-28Make pre-selection of usernames optional when replying to a tootThibaut Girka
Fixes #751
2018-09-28Scroll to textarea when composing a tootThibaut Girka
2018-09-21Disable the “TOOT” button (and secondary toot button) if the toot text ↵Thibaut Girka
is empty
2018-09-11Fix composer actions modalThibaut Girka
2018-09-04Fix interactions between CW and sensitive flag when spoilersAlwaysOn is setThibaut Girka
2018-09-04Fix emoji autosuggest when using a CDN for assetsThibaut Girka
2018-08-30Restrict querySelectorAll to the upload form componentThibaut Girka
2018-08-30Add confirmation dialog when posting media without descriptionThibaut Girka
Fixes #211
2018-08-29Add opt-in feature to have the spoilers field always on (fixes #634)Thibaut Girka
2018-08-28[Glitch] Implement tag auto-completion by historyThibaut Girka
Port 460e380d386367b6809d319859e13d17a6a2acea to glitch-soc
2018-08-20Make the privacy dropdown button not look strange when using top placementThibaut Girka
Inspired by 8fe1f8d4cecb9f2f749c1e1e77b2439dd640ddc5
2018-08-19Focus CW field when enabling it, focus compose textarea when disabling itThibaut Girka
Port a99179d31ff0013987f362ffe15cb3450b29ed08 and 09147186b79f80cf3ef3aa8ba7e6e5e032faa255 to glitch-soc
2018-08-18Various minor upload description fixesThibaut Girka
2018-08-18Add focal points support in the composerThibaut Girka
2018-08-18Refactor in preparation for focal points modalThibaut Girka
2018-08-16Fix incorrect prop type for ComposerReply.statusThibaut Girka
2018-07-28Move CW field just above main textareaThibaut Girka
2018-07-28Get rid of Collapsable, use CSS insteadThibaut Girka
Change inspired by 691107263c5e05973f9af9e1937abbc27430f54e
2018-07-28Refactor reply indicator and show compact list of attachmentsThibaut Girka
2018-07-28Show reply indicator for empty toots, not undefined toots (fixes #610)Thibaut Girka
Fix a regression introduced by 612b00d1bb91c6b11f00fdb273dd8cd2ca883b12
2018-07-12Add an option restricting secondary toot privacy to that of the toot being ↵Thibaut Girka
replied to