chinwagsocial/app/javascript/mastodon/actions
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
..
importer Hide status content when spoiler text is not empty (#7797) 2018-06-14 08:03:51 +02:00
push_notifications
accounts.js
alerts.js
blocks.js
bundles.js
cards.js
columns.js Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
compose.js
custom_emojis.js
domain_blocks.js
dropdown_menu.js
emojis.js
favourites.js
height_cache.js
interactions.js
lists.js
modal.js
mutes.js
notifications.js Improve payload format of Web Push API now that it's open (#7521) 2018-05-19 14:46:47 +02:00
onboarding.js
pin_statuses.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
statuses.js Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
store.js
streaming.js Add media timeline (#6631) 2018-05-21 12:43:38 +02:00
timelines.js Introduce flat layout to contexts reducer (#7150) 2018-05-25 18:46:28 +02:00