chinwagsocial/app/javascript/mastodon
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
..
actions Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
components Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
containers Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
features Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
locales Weblate translations (2018-06-10) (#7779) 2018-06-10 16:53:49 +02:00
middleware Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
reducers Put "Media Only" option in column settings instead of content area headline (#7801) 2018-06-15 11:15:15 +02:00
selectors
service_worker Update ESLint for Code Climate (#7696) 2018-06-01 14:03:19 +02:00
storage Cache media only when storage can be freed (#7547) 2018-05-19 19:22:11 +02:00
store
utils Preserve newlines in delete & redraft and desktop notifications (#7750) 2018-06-06 20:49:53 +02:00
.gitkeep Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
api.js
base_polyfills.js Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
compare_id.js Fix comparing id (#7180) 2018-04-18 16:50:19 +02:00
extra_polyfills.js
initial_state.js
is_mobile.js
link_header.js
load_polyfills.js Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js Use randomized setTimeout when fallback-polling and re-add since_id (#7522) 2018-05-18 02:32:35 +02:00
test_setup.js
uuid.js