about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/compose
AgeCommit message (Expand)Author
2019-08-23remove character counter from the uimultiple creatures
2019-08-03fix web app crash when logging into a fresh accountmultiple creatures
2019-07-29add plain-text console formatting optionmultiple creatures
2019-07-29disable clear button when there's nothing to clearmultiple creatures
2019-07-29move clear button text to mouseovermultiple creatures
2019-07-28add clear button & missing monsterpit visibility iconsmultiple creatures
2019-07-28use identity nickname in composer placeholder instead (custom emoji won't wor...multiple creatures
2019-07-28show which identity roars are being signed with in the composer placeholdermultiple creatures
2019-07-26remove hashtag visibility warning - this fork supports unlisted hashtagsmultiple creatures
2019-07-18add community visibility to the web appmultiple creatures
2019-05-21add quick links for staffmultiple creatures
2019-05-21render normalized status in reply indicator so that custom emojis are shownmultiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21Extend limits for poll time range to between a minute and 6 months.multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Search UI: center hashtag resultsmultiple creatures
2019-05-21Compact the hashtag section of the search UI. Get rid of trending sections; ...multiple creatures
2019-05-20Refactor contentType selection in glitch composerThibaut Girka
2019-05-17Hide content-type dropdown by defaultThibaut Girka
2019-05-17Content-Type Dropdown: use the selected option icon for the menuHaelwenn (lanodan) Monnier
2019-05-17Add status content type dropdown to compose box.KokaKiwi
2019-05-11Use a checkbox for the “Mark media as sensitive” composer buttonThibaut Girka
2019-05-10Fix media description confirmation modalThibaut Girka
2019-05-04[Glitch] Make the "mark media as sensitive" button more obvious in web UIEugen Rochko
2019-05-03Fix crash in onboarding modalThibaut Girka
2019-04-26Add emoji suggestion to poll optionsThibaut Girka
2019-04-26Add suggestions in CW fieldThibaut Girka
2019-04-26Refactor selectComposeSuggestion so that different paths can be updatedThibaut Girka
2019-04-24Hide media upload form if no media are attachedThibaut Girka
2019-04-24Fix file uploadThibaut Girka
2019-04-23Fix settings modalThibaut Girka
2019-04-22Fix ReferenceError in dropdownThibaut 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
2019-04-22Inline spoiler inputThibaut Girka
2019-04-22ComposerReply → ReplyIndicatorThibaut Girka
2019-04-22Refactor Compose*Warning → ContainerWarningThibaut Girka
2019-04-22features/composer/index.js → ComposeFormThibaut Girka
2019-04-22DrawerHeader → Header + HeaderContainerThibaut Girka
2019-04-22DrawerAccount → NavigationBar + NavigationContainerThibaut Girka
2019-04-22[Glitch] Show suggested follows on search screen in mobile layoutEugen Rochko
2019-04-22DrawerResults → SearchResults + SearchResultsContainerThibaut Girka