]> cat aescling's git repositories - mastodon.git/commit
Store objects to IndexedDB (#6826)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Sat, 24 Mar 2018 12:06:27 +0000 (21:06 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 24 Mar 2018 12:06:27 +0000 (13:06 +0100)
commitfe398a098e9990ee3146e70be9e2cda6227274b8
treed4fcb38f3dfa7b448907153ea4c9182088dc797c
parent28384c1771ccaa600e429f41cb2e19234961a9bd
Store objects to IndexedDB (#6826)
20 files changed:
app/javascript/mastodon/actions/accounts.js
app/javascript/mastodon/actions/blocks.js
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/favourites.js
app/javascript/mastodon/actions/importer/index.js [new file with mode: 0644]
app/javascript/mastodon/actions/importer/normalizer.js [new file with mode: 0644]
app/javascript/mastodon/actions/interactions.js
app/javascript/mastodon/actions/lists.js
app/javascript/mastodon/actions/mutes.js
app/javascript/mastodon/actions/notifications.js
app/javascript/mastodon/actions/pin_statuses.js
app/javascript/mastodon/actions/search.js
app/javascript/mastodon/actions/statuses.js
app/javascript/mastodon/actions/store.js
app/javascript/mastodon/actions/timelines.js
app/javascript/mastodon/db/async.js [new file with mode: 0644]
app/javascript/mastodon/db/modifier.js [new file with mode: 0644]
app/javascript/mastodon/reducers/accounts.js
app/javascript/mastodon/reducers/accounts_counters.js
app/javascript/mastodon/reducers/statuses.js