| 
								
								
									 David Yip | 278d21bb0b | Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selection Make pre-selection of usernames optional when replying to a toot | 2018-09-29 19:01:05 -05:00 |  | 
				
					
						| 
								
								
									 David Yip | dc8da22a73 | Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-view Scroll to textarea when composing a toot | 2018-09-29 19:00:31 -05:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | e7ddcf50ab | Make pre-selection of usernames optional when replying to a toot Fixes #751 | 2018-09-28 21:01:09 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | d27b7d7645 | Scroll to textarea when composing a toot | 2018-09-28 18:44:55 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 0081bf3784 | Disable the “TOOT” button (and secondary toot button) if the toot text is empty | 2018-09-21 23:20:06 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 22a48adabc | Fix composer actions modal | 2018-09-11 22:04:06 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 9002ec066a | Fix interactions between CW and sensitive flag when spoilersAlwaysOn is set | 2018-09-04 19:40:57 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | aaa3de166f | Fix emoji autosuggest when using a CDN for assets | 2018-09-04 15:05:31 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 9ca7d1c7c8 | Restrict querySelectorAll to the upload form component | 2018-08-30 13:20:37 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | fa5f416270 | Add confirmation dialog when posting media without description Fixes #211 | 2018-08-30 13:20:37 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 8f33f0f087 | Add opt-in feature to have the spoilers field always on (fixes #634) | 2018-08-29 14:29:36 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | acdb5b43da | [Glitch] Implement tag auto-completion by history Port bada0436b3to glitch-soc | 2018-08-28 19:52:28 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 52fe8ee95d | Make the privacy dropdown button not look strange when using top placement Inspired by 8fe1f8d4ce | 2018-08-20 20:10:53 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | bbee6d85d3 | Focus CW field when enabling it, focus compose textarea when disabling it Port 101f5544e1andd928aac40cto glitch-soc | 2018-08-19 16:56:31 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | c43db794e6 | Various minor upload description fixes | 2018-08-18 17:53:20 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 02adce1ad8 | Add focal points support in the composer | 2018-08-18 17:53:20 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 96e58d01ad | Refactor in preparation for focal points modal | 2018-08-18 17:53:20 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | a1ee3d464f | Fix incorrect prop type for ComposerReply.status | 2018-08-16 21:19:20 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 40fe9256ea | Move CW field just above main textarea | 2018-07-28 23:25:42 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 0ef509c27a | Get rid of Collapsable, use CSS instead Change inspired by a6ddd1aba2 | 2018-07-28 23:25:42 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 5eeb95fac7 | Refactor reply indicator and show compact list of attachments | 2018-07-28 23:24:15 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 22618172b4 | Show reply indicator for empty toots, not undefined toots (fixes #610) Fix a regression introduced by 14061b76dc | 2018-07-28 23:24:15 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 4a23251f3c | Add an option restricting secondary toot privacy to that of the toot being replied to | 2018-07-12 19:15:44 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 1a3e119ef7 | Use options rather than a boolean This prepares for a third option that would restrict privacy to
privacyPreference(replyPrivacy, sideArmBasePrivacy) | 2018-07-12 11:22:34 +02:00 |  | 
				
					
						| 
								
								
									 Ash Levy | 2d4c33a89c | add option to enable auto visibility on secondary toot button | 2018-07-12 11:22:34 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 14061b76dc | Display reply indicator even when replying to contentless toot (fixes #564) | 2018-07-10 22:53:04 +02:00 |  | 
				
					
						| 
								
								
									 Ash Levy | 58c19ac07c | add keybind in composer textarea for secondary submit | 2018-07-10 10:53:22 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 06a6f1759e | [Glitch] Fix low-contrasted cancel button of reply indicator Port 63f6da9a9dto glitch-soc | 2018-05-29 21:25:47 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 2a78acb354 | Change direct message warning to match upstream | 2018-05-27 15:46:00 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | f9a8240394 | Fix caret position after inserting suggestions (fixes #281) | 2018-05-26 12:17:03 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 2e017e752f | Remove unneeded code now that attachment URL isn't appended to toots | 2018-05-26 12:17:03 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 04eeaa0fa4 | [Glitch] Reword the direct message warning Port 53c2164e9cto glitch-soc | 2018-05-16 19:45:30 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | c5d2dcb562 | [Glitch] Feature: Direct message from menu Port df62fc20bfto glitch-soc | 2018-05-16 19:45:30 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | d1bfe4cdad | Place composer dropdown menus top if they are closer to the bottom of the viewport | 2018-04-10 20:52:31 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | e1e4a53496 | [Glitch] Fix: Prevent submission using same logic as submit button disabling. Port 7d791f494bto glitch-soc | 2018-04-02 20:04:18 +02:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | cb3a0bf3ed | Remove text requirement when media attached from statuses (fixes #381) Ports 0c2a08adebto glitchsoc | 2018-03-12 18:39:07 +01:00 |  | 
				
					
						| 
								
								
									 Thibaut Girka | 41c1e5533e | Display a warning when composing unlisted toots with something looking like a hashtag This is a backport of b42cdedfc3to the glitch flavour. | 2018-01-19 12:59:33 +01:00 |  | 
				
					
						| 
								
								
									 David Yip | dfcee78446 | Style fixes to make eslint happier, hopefully | 2018-01-18 09:13:07 -06:00 |  | 
				
					
						| 
								
								
									 kibi! | df2f1344fa | Fixes onboarding modal (#318) | 2018-01-14 14:13:24 -08:00 |  | 
				
					
						| 
								
								
									 ncls7615 | 327c9e96e0 | Fix dropdown text | 2018-01-12 23:18:25 +09:00 |  | 
				
					
						| 
								
								
									 Ondřej Hruška | 07ea1aa6fe | fixed ctrl enter | 2018-01-06 19:58:04 +01:00 |  | 
				
					
						| 
								
								
									 kibigo! | 25da6ed5c1 | my global .gitignore excluded this file ;_; | 2018-01-05 21:40:02 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | e5a10a1fd3 | Threaded mode~ | 2018-01-05 21:16:43 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 85ffb07656 | Fixed improper dropdown func binding for #293 + toot button spacing | 2018-01-05 21:02:53 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 77cb2d04f9 | Styling and autosuggest fixes for #293 | 2018-01-05 20:43:16 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 0e418264fb | Fixes composer mounting issue with #293 | 2018-01-05 18:30:06 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 55ead6a4b2 | WIP <Compose> Refactor; Fin~ | 2018-01-04 21:17:30 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 7a9aaf28c4 | WIP <Compose> Refactor; 1000 tiny edits | 2018-01-04 18:33:13 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | 0cb97608c7 | WIP <Compose> Refactor; <ActionsModal>; dropdowns | 2018-01-04 18:31:00 -08:00 |  | 
				
					
						| 
								
								
									 kibigo! | c560373d5e | WIP <Compose> Refactor; SCSS ed. | 2018-01-04 18:23:46 -08:00 |  |