]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Implement adding a user to a list from their profile
authorThibaut Girka <thib@sitedethib.com>
Tue, 6 Nov 2018 16:44:28 +0000 (17:44 +0100)
committerThibG <thib@sitedethib.com>
Fri, 9 Nov 2018 13:50:08 +0000 (14:50 +0100)
commitbf92e7aaa6cc6902130fcf064ea225d860c4d023
treef95bae96b4f77b2744e8313cc33c1cc952a59213
parent34209c0340ca6b7c61de964a17f5f3fe2e0f7c7b
[Glitch] Implement adding a user to a list from their profile

Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc
12 files changed:
app/javascript/flavours/glitch/actions/lists.js
app/javascript/flavours/glitch/features/account/components/action_bar.js
app/javascript/flavours/glitch/features/account_timeline/components/header.js
app/javascript/flavours/glitch/features/account_timeline/containers/header_container.js
app/javascript/flavours/glitch/features/list_adder/components/account.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/list_adder/components/list.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/list_adder/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/ui/components/modal_root.js
app/javascript/flavours/glitch/reducers/index.js
app/javascript/flavours/glitch/reducers/list_adder.js [new file with mode: 0644]
app/javascript/flavours/glitch/styles/components/lists.scss
app/javascript/flavours/glitch/util/async-components.js
This page took 0.026423 seconds and 3 git commands to generate.