7c0728c776 
								
							 
						 
						
							
							
								
								Minor fix to timeline jump avoiding behavior  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								dfe1d548a5 
								
							 
						 
						
							
							
								
								Adjust scroll when statuses above the current scroll position are deleted  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								0b91322762 
								
							 
						 
						
							
							
								
								Adjust scroll if previewCard appeared  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								049c9a3b97 
								
							 
						 
						
							
							
								
								Avoid two-step rendering of statuses as much as possible  
							
							... 
							
							
							
							Cache width shared by Video player, MediaGallery and Cards at the
ScrollableList level, pass it down through StatusList and Notifications. 
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								68f3d003d6 
								
							 
						 
						
							
							
								
								Refactor intersection observer article code  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								e49e54a5ff 
								
							 
						 
						
							
							
								
								Cleanup redundant markup for hidden statuses  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								405ef5ad37 
								
							 
						 
						
							
							
								
								Hide items rendered out-of-frame (once they have been rendered at least once)  
							
							
							
						 
						
							2019-02-10 22:54:25 +01:00  
				
					
						
							
							
								 
						
							
								1a70fca168 
								
							 
						 
						
							
							
								
								Fix CW unfolding not triggering re-layout in public hashtag page  
							
							
							
						 
						
							2019-02-06 15:32:48 +01:00  
				
					
						
							
							
								 
						
							
								3ce34ce7a2 
								
							 
						 
						
							
							
								
								Fix unfolding CWs on public hashtag page  
							
							... 
							
							
							
							Fixes  #909  
						
							2019-02-06 14:37:57 +01:00  
				
					
						
							
							
								 
						
							
								c9d261753a 
								
							 
						 
						
							
							
								
								Remove redundant “options” from “Compose box options”  
							
							... 
							
							
							
							Thanks @ariasuni. 
							
						 
						
							2019-02-03 01:02:39 +01:00  
				
					
						
							
							
								 
						
							
								a0a8203a0b 
								
							 
						 
						
							
							
								
								Minor description corrections  
							
							
							
						 
						
							2019-02-03 00:30:34 +01:00  
				
					
						
							
							
								 
						
							
								663593b508 
								
							 
						 
						
							
							
								
								Fix link color in high-contrast theme, add underlines ( #9949 )  
							
							... 
							
							
							
							Improve sorting of default themes in the dropdown 
							
						 
						
							2019-02-01 16:23:13 +01:00  
				
					
						
							
							
								 
						
							
								2e93f87c9f 
								
							 
						 
						
							
							
								
								[Glitch] Replace unlock-alt icon with unlock  
							
							... 
							
							
							
							Port 6513f6c953 
							
						 
						
							2019-02-01 16:15:44 +01:00  
				
					
						
							
							
								 
						
							
								e87bd6d94a 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Conflicts:
- README.md
  Kept our version
- app/javascript/mastodon/features/compose/components/compose_form.js
  Two changes too close to each other, took both changes 
							
						 
						
							2019-02-01 16:12:20 +01:00  
				
					
						
							
							
								 
						
							
								f611da4899 
								
							 
						 
						
							
							
								
								Do not mark toots as sensitive if they don't have any media attached  
							
							
							
						 
						
							2019-02-01 15:55:28 +01:00  
				
					
						
							
							
								 
						
							
								762e4fdf55 
								
							 
						 
						
							
							
								
								Fix hashtag processing when sending toots  
							
							... 
							
							
							
							This fixes crashes in pleroma when writing toots with a content warning,
since pleroma inserts a “nsfw” hashtag that isn't part of the toot's text. 
							
						 
						
							2019-02-01 12:37:28 +01:00  
				
					
						
							
							
								 
						
							
								ad8c71c985 
								
							 
						 
						
							
							
								
								Fix link color in high-contrast theme, add underlines ( #9949 )  
							
							... 
							
							
							
							Improve sorting of default themes in the dropdown 
							
						 
						
							2019-02-01 00:15:38 +01:00  
				
					
						
							
							
								 
						
							
								1f95190202 
								
							 
						 
						
							
							
								
								Refactor icons in web UI to use Icon component ( #9951 )  
							
							... 
							
							
							
							* Refactor uses of icons to an Icon component in web UI
* Refactor options passed to the Icon component
* Make tests work with absolute component paths 
							
						 
						
							2019-02-01 00:14:05 +01:00  
				
					
						
							
							
								 
						
							
								6513f6c953 
								
							 
						 
						
							
							
								
								Replace unlock-alt icon with unlock ( #9952 )  
							
							
							
						 
						
							2019-01-31 13:45:15 +01:00  
				
					
						
							
							
								 
						
							
								f35d790480 
								
							 
						 
						
							
							
								
								[Glitch] Fix initial value of volume slider in video player and handle volume changes  
							
							... 
							
							
							
							Port a53dcaa298 
							
						 
						
							2019-01-27 22:02:59 +01:00  
				
					
						
							
							
								 
						
							
								72bab194ad 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2019-01-27 21:57:55 +01:00  
				
					
						
							
							
								 
						
							
								a53dcaa298 
								
							 
						 
						
							
							
								
								Fix initial value of volume slider in video player and handle volume changes ( #9929 )  
							
							... 
							
							
							
							* Fix initial value of volume slider in video player and handle volume changes
* Clean up dead/incorrect code 
							
						 
						
							2019-01-27 21:18:15 +01:00  
				
					
						
							
							
								 
						
							
								ec5bd8b8bb 
								
							 
						 
						
							
							
								
								Implement missing hotkeys for notifications ( #9927 )  
							
							
							
						 
						
							2019-01-27 17:54:54 +01:00  
				
					
						
							
							
								 
						
							
								8ef0498f1c 
								
							 
						 
						
							
							
								
								Fix Firefox scrollbar color regression in  #9210  ( #9908 )  
							
							... 
							
							
							
							In #9210  the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653  while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776  there is no particular reason for the color change in #9210 . 
							
						 
						
							2019-01-25 11:48:27 +01:00  
				
					
						
							
							
								 
						
							
								77394156dd 
								
							 
						 
						
							
							
								
								Apply style for .landing-page strong ( #9892 )  
							
							
							
						 
						
							2019-01-25 11:48:02 +01:00  
				
					
						
							
							
								 
						
							
								04e2c67389 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2019-01-25 11:37:49 +01:00  
				
					
						
							
							
								 
						
							
								c87863bdd1 
								
							 
						 
						
							
							
								
								Fix Firefox scrollbar color regression in  #9210  ( #9908 )  
							
							... 
							
							
							
							In #9210  the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653  while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776  there is no particular reason for the color change in #9210 . 
							
						 
						
							2019-01-24 13:32:23 +01:00  
				
					
						
							
							
								 
						
							
								c30da25c5f 
								
							 
						 
						
							
							
								
								Fix crash in Direct Messages column settings  
							
							... 
							
							
							
							Fixes  #892  
						
							2019-01-23 18:29:18 +01:00  
				
					
						
							
							
								 
						
							
								d50e824168 
								
							 
						 
						
							
							
								
								Apply style for .landing-page strong ( #9892 )  
							
							
							
						 
						
							2019-01-21 20:03:44 +01:00  
				
					
						
							
							
								 
						
							
								9dfbcf941e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2019-01-20 16:49:23 +01:00  
				
					
						
							
							
								 
						
							
								c80b89c2a8 
								
							 
						 
						
							
							
								
								i18n: Update Japanese translations ( #9871 )  
							
							... 
							
							
							
							* Update Japanese translations.
* Delete unused translation. 
							
						 
						
							2019-01-20 12:37:38 +01:00  
				
					
						
							
							
								 
						
							
								5145c81620 
								
							 
						 
						
							
							
								
								[Glitch] Fix public hashtag timeline width on mobile, fix scrollbar width compensation  
							
							... 
							
							
							
							Port 3b3a4d8a17 
							
						 
						
							2019-01-20 11:56:21 +01:00  
				
					
						
							
							
								 
						
							
								e9060b04d4 
								
							 
						 
						
							
							
								
								[Glitch] Hide floating action button on search and getting started pages  
							
							... 
							
							
							
							Port 30af4ee65f 
							
						 
						
							2019-01-20 11:54:38 +01:00  
				
					
						
							
							
								 
						
							
								9b5810b3e9 
								
							 
						 
						
							
							
								
								Allow event defaults on index for text data transfer ( #9840 )  
							
							
							
						 
						
							2019-01-20 11:53:22 +01:00  
				
					
						
							
							
								 
						
							
								a93cb340bd 
								
							 
						 
						
							
							
								
								[Glitch] Fix new hashtag page's items not being full-width on mobile  
							
							... 
							
							
							
							Port b506ce1197 
							
						 
						
							2019-01-20 11:52:06 +01:00  
				
					
						
							
							
								 
						
							
								8001a9b97b 
								
							 
						 
						
							
							
								
								[Glitch] Add information about how to opt-in to the directory on the directory  
							
							... 
							
							
							
							Port SCSS changes from a492a9bcd3 
							
						 
						
							2019-01-20 11:50:19 +01:00  
				
					
						
							
							
								 
						
							
								6dbb10c4b7 
								
							 
						 
						
							
							
								
								Fix slightly cropped font on settings page dropdowns when using system font ( #9839 )  
							
							
							
						 
						
							2019-01-20 11:49:27 +01:00  
				
					
						
							
							
								 
						
							
								02295257b3 
								
							 
						 
						
							
							
								
								[Glitch] Improve the public hashtag page  
							
							... 
							
							
							
							Port 8b19903559 
							
						 
						
							2019-01-20 11:47:17 +01:00  
				
					
						
							
							
								 
						
							
								3e8b623975 
								
							 
						 
						
							
							
								
								[Glitch] Redesign public hashtag page to use a masonry layout  
							
							... 
							
							
							
							Port bc642ac24b 
							
						 
						
							2019-01-20 11:38:09 +01:00  
				
					
						
							
							
								 
						
							
								c3f57188ae 
								
							 
						 
						
							
							
								
								Weblate translations (2019-01-19) ( #9867 )  
							
							... 
							
							
							
							* Translated using Weblate (Serbian)
Currently translated at 85.0% (91 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
* Translated using Weblate (Serbian)
Currently translated at 86.9% (93 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
* Translated using Weblate (Serbian)
Currently translated at 93.6% (707 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/ 
* Translated using Weblate (Greek)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/el/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Czech)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (French)
Currently translated at 99.1% (748 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/fr/ 
* Translated using Weblate (Galician)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/gl/ 
* Translated using Weblate (Arabic)
Currently translated at 98.9% (352 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 93.5% (100 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (French)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/fr/ 
* Translated using Weblate (Arabic)
Currently translated at 92.6% (699 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 94.7% (715 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ar/ 
* Translated using Weblate (Arabic)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ar/ 
* Translated using Weblate (Dutch)
Currently translated at 99.5% (751 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Serbian)
Currently translated at 93.5% (100 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
* Translated using Weblate (Serbian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sr/ 
* Translated using Weblate (Serbian)
Currently translated at 95.6% (722 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sr/ 
* Translated using Weblate (Arabic)
Currently translated at 97.2% (104 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ar/ 
* Translated using Weblate (Latvian)
Currently translated at 16.9% (60 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/lv/ 
* Translated using Weblate (Indonesian)
Currently translated at 55.6% (198 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/id/ 
* Translated using Weblate (Polish)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/pl/ 
* Translated using Weblate (Dutch)
Currently translated at 99.1% (106 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Asturian)
Currently translated at 48.6% (52 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ast/ 
* Translated using Weblate (Italian)
Currently translated at 82.8% (625 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/it/ 
* Translated using Weblate (Slovak)
Currently translated at 99.6% (752 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (German)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/de/ 
* Translated using Weblate (German)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Occitan)
Currently translated at 99.7% (753 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Catalan)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ca/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (63 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sk/ 
* Translated using Weblate (Catalan)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Slovak)
Currently translated at 99.7% (753 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/ 
* Translated using Weblate (Occitan)
Currently translated at 99.9% (754 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/oc/ 
* Translated using Weblate (Dutch)
Currently translated at 100,0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100,0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Dutch)
Currently translated at 100.0% (755 of 755 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/nl/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* i18n-tasks normalize
* yarn manage:translations
* Fix pluralizations
* Fix inconsistent interpolation 
							
						 
						
							2019-01-19 23:43:06 +01:00  
				
					
						
							
							
								 
						
							
								5e0cf92fd1 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							No conflicts. 
							
						 
						
							2019-01-19 18:28:37 +01:00  
				
					
						
							
							
								 
						
							
								b506ce1197 
								
							 
						 
						
							
							
								
								Fix new hashtag page's items not being full-width on mobile ( #9852 )  
							
							... 
							
							
							
							Fix  #9845  
						
							2019-01-18 20:58:11 +01:00  
				
					
						
							
							
								 
						
							
								a492a9bcd3 
								
							 
						 
						
							
							
								
								Add information about how to opt-in to the directory on the directory ( #9834 )  
							
							... 
							
							
							
							Fix  #9833  
						
							2019-01-18 10:25:44 +01:00  
				
					
						
							
							
								 
						
							
								90ff2e7608 
								
							 
						 
						
							
							
								
								Weblate translations (2019-01-17) ( #9844 )  
							
							... 
							
							
							
							* Translated using Weblate (Welsh)
Currently translated at 94.7% (337 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cy/ 
* Translated using Weblate (Czech)
Currently translated at 99.9% (751 of 752 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Romanian)
Currently translated at 99.2% (353 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ro/ 
* Translated using Weblate (Romanian)
Currently translated at 11.8% (89 of 752 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ro/ 
* Translated using Weblate (German)
Currently translated at 99.9% (751 of 752 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (German)
Currently translated at 100.0% (107 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/de/ 
* Translated using Weblate (German)
Currently translated at 99.9% (751 of 752 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/de/ 
* Translated using Weblate (Serbian)
Currently translated at 96.8% (61 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sr/ 
* Translated using Weblate (Slovak)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/sk/ 
* Translated using Weblate (Serbian)
Currently translated at 74.8% (80 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
* Translated using Weblate (Serbian)
Currently translated at 98.4% (62 of 63 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/sr/ 
нисам сигуран за ово "и не направите нову". слијед ријечи ми је мало чудан?
* Translated using Weblate (Serbian)
Currently translated at 75.7% (81 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
преподешавања за ПРЕСЕТ
* Translated using Weblate (Catalan)
Currently translated at 100.0% (356 of 356 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ca/ 
* Translated using Weblate (Serbian)
Currently translated at 80.4% (86 of 107 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/sr/ 
* i18n-tasks normalize
* yarn manage:translations 
							
						 
						
							2019-01-18 00:48:09 +01:00  
				
					
						
							
							
								 
						
							
								b8894c429a 
								
							 
						 
						
							
							
								
								Fix slightly cropped font on settings page dropdowns when using system font ( #9839 )  
							
							
							
						 
						
							2019-01-17 23:28:30 +01:00  
				
					
						
							
							
								 
						
							
								4cd0a10793 
								
							 
						 
						
							
							
								
								Allow event defaults on index for text data transfer ( #9840 )  
							
							
							
						 
						
							2019-01-17 23:27:51 +01:00  
				
					
						
							
							
								 
						
							
								8b19903559 
								
							 
						 
						
							
							
								
								Improve the public hashtag page ( #9831 )  
							
							... 
							
							
							
							- Fix height not updating when clicking show more on public hashtag page
- Add header to the public hashtag page
- Change text size and margins on the public hashtag page 
							
						 
						
							2019-01-17 14:06:08 +01:00  
				
					
						
							
							
								 
						
							
								30af4ee65f 
								
							 
						 
						
							
							
								
								Hide floating action button on search and getting started pages ( #9826 )  
							
							
							
						 
						
							2019-01-17 09:22:12 +01:00  
				
					
						
							
							
								 
						
							
								3b3a4d8a17 
								
							 
						 
						
							
							
								
								Fix public hashtag timeline width on mobile, fix scrollbar width compensation ( #9824 )  
							
							... 
							
							
							
							* Fix hashtag timeline width being potentially larger than window width
* Add automatic computation of scrollbar width 
							
						 
						
							2019-01-16 20:36:10 +01:00  
				
					
						
							
							
								 
						
							
								bc642ac24b 
								
							 
						 
						
							
							
								
								Redesign public hashtag page to use a masonry layout ( #9822 )  
							
							
							
						 
						
							2019-01-16 19:47:46 +01:00