mastodon/app/javascript/mastodon/reducers
chr v1.x 4f42238c29 Put "Media Only" option in column settings instead of content area headline (#7801)
* Action/reducer for changing column settings takes a path and a value
instead of a javascript object

* Settings menu version and column headline version working simultaneously

* remove column headline entirely

* remove css for headlines that aren't possible now

* Remove commented out code from unfruitful attempt at this feature

* Give direct timeline its own column settings bc it doesn't have a media only option

* Fix typo in public timeline code that was preventing per-column settings from working properly

* Fix codeclimate issues

* Missing semicolons

* Use redux state to set onlyMedia, let that do the update instead of a callback. Consequently, unpinned setting works without history modification

* Unused import
2018-06-15 11:15:15 +02:00
..
accounts.js
accounts_counters.js
alerts.js
cards.js
compose.js Preserve newlines in delete & redraft and desktop notifications (#7750) 2018-06-06 20:49:53 +02:00
contexts.js Fix context building in the reducer (#7671) 2018-05-29 17:42:29 +02:00
custom_emojis.js
domain_lists.js Fix error when unmuting a domain without listing muted domains first (#7670) 2018-05-29 16:25:05 +02:00
dropdown_menu.js
height_cache.js
index.js Remove trending hashtags (#7711) 2018-06-04 02:18:18 +02:00
list_editor.js
lists.js
media_attachments.js
meta.js
modal.js
mutes.js
notifications.js
push_notifications.js
relationships.js
reports.js
search.js Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661) 2018-05-29 02:01:24 +02:00
settings.js Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
status_lists.js
statuses.js
timelines.js
user_lists.js