mastodon/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 Do not override the default push notification settings (#6037) 2018-05-19 14:45:58 +02:00
accounts.js Free stroage if it is exceeding disk quota (#7061) 2018-04-08 13:32:39 +02:00
alerts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
blocks.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
bundles.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
cards.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
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 Refactor resizeImage method (#7236) 2018-04-23 09:15:51 +02:00
custom_emojis.js retrieve custom emoji list via API instead of before page load (#7047) 2018-04-04 22:25:34 +02:00
domain_blocks.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Remove pointer events on the entire UI when a dropdown menu is open (#6648) 2018-03-07 02:26:43 +01:00
emojis.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
favourites.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
lists.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
modal.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
mutes.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
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 Restore onboarding modal (#6303) 2018-01-20 01:32:37 +01:00
pin_statuses.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
reports.js Federated reports (#6570) 2018-02-28 06:54:55 +01:00
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 Improve web api protect (#6343) 2018-04-17 15:23:46 +02:00
statuses.js Add redraft function (#7735) 2018-06-05 00:17:38 +02:00
store.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
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