index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
javascript
/
flavours
/
glitch
/
features
/
composer
Age
Commit message (
Expand
)
Author
2019-04-22
Move ComposerPublisher to Compose
Thibaut Girka
2019-04-22
Move composer Dropdown from features/composer to features/compose
Thibaut Girka
2019-04-22
Move ComposerTextareaIcons to TextareaIcons
Thibaut Girka
2019-04-22
ComposerTextarea → AutosuggestTextarea
Thibaut Girka
2019-04-22
ComposerUploadForm → UploadForm + UploadFormContainer
Thibaut Girka
2019-04-22
Move PollForm from features/composer to features/compose
Thibaut Girka
2019-04-22
Inline spoiler input
Thibaut Girka
2019-04-22
ComposerReply → ReplyIndicator
Thibaut Girka
2019-04-22
Refactor Compose*Warning → ContainerWarning
Thibaut Girka
2019-04-22
features/composer/index.js → ComposeForm
Thibaut Girka
2019-03-16
[Glitch] Fix scrollbar styles on compose textarea, small bugs
Eugen Rochko
2019-03-06
Allow setting whether this is a single choice poll or multiple choices one
Thibaut Girka
2019-03-06
Use server-provided poll limits instead of hardcoded ones
Thibaut Girka
2019-03-06
[Glitch] Port polls creation UI from upstream
Thibaut Girka
2019-02-17
Allow multi-line image descriptions. (Glitch)
Ben Lubar
2019-02-12
[Glitch] Don't focus spoiler input when disabled spoiler
Thibaut Girka
2019-02-10
[Glitch] Allow multiple files upload through web UI, including drag & drop
Thibaut Girka
2019-02-01
[Glitch] Replace unlock-alt icon with unlock
Thibaut Girka
2018-12-21
Fix incorrect and duplicate onConfirm callback
Thibaut Girka
2018-12-18
Allow disabling media confirmation from the confirmation dialog itself
Thibaut Girka
2018-12-17
Split out is_changing_upload from is_submitting
Thibaut Girka
2018-12-14
On mobile, go back in browser history upon posting, unless threaded mode is e...
Thibaut Girka
2018-11-19
Move URLs to backend in their own file
Thibaut Girka
2018-10-27
Do not rely on hover for upload form options if touch is used
Thibaut Girka
2018-10-22
[Glitch] fix: initial state of PrivacyDropdown is should not be null
Thibaut Girka
2018-10-20
Focus the UI when pressing Escape in the CW field
Thibaut Girka
2018-10-14
Handle alt+enter in the spoiler input as shortcut for secondary post
Thibaut Girka
2018-09-29
Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selection
David Yip
2018-09-29
Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-view
David Yip
2018-09-28
Make pre-selection of usernames optional when replying to a toot
Thibaut Girka
2018-09-28
Scroll to textarea when composing a toot
Thibaut Girka
2018-09-21
Disable the “TOOT” button (and secondary toot button) if the toot text is...
Thibaut Girka
2018-09-11
Fix composer actions modal
Thibaut Girka
2018-09-04
Fix interactions between CW and sensitive flag when spoilersAlwaysOn is set
Thibaut Girka
2018-09-04
Fix emoji autosuggest when using a CDN for assets
Thibaut Girka
2018-08-30
Restrict querySelectorAll to the upload form component
Thibaut Girka
2018-08-30
Add confirmation dialog when posting media without description
Thibaut Girka
2018-08-29
Add opt-in feature to have the spoilers field always on (fixes #634)
Thibaut Girka
2018-08-28
[Glitch] Implement tag auto-completion by history
Thibaut Girka
2018-08-20
Make the privacy dropdown button not look strange when using top placement
Thibaut Girka
2018-08-19
Focus CW field when enabling it, focus compose textarea when disabling it
Thibaut Girka
2018-08-18
Various minor upload description fixes
Thibaut Girka
2018-08-18
Add focal points support in the composer
Thibaut Girka
2018-08-18
Refactor in preparation for focal points modal
Thibaut Girka
2018-08-16
Fix incorrect prop type for ComposerReply.status
Thibaut Girka
2018-07-28
Move CW field just above main textarea
Thibaut Girka
2018-07-28
Get rid of Collapsable, use CSS instead
Thibaut Girka
2018-07-28
Refactor reply indicator and show compact list of attachments
Thibaut Girka
2018-07-28
Show reply indicator for empty toots, not undefined toots (fixes #610)
Thibaut Girka
2018-07-12
Add an option restricting secondary toot privacy to that of the toot being re...
Thibaut Girka
[next]