]> cat aescling's git repositories - mastodon.git/commit
Add polls
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 3 Mar 2019 21:18:23 +0000 (22:18 +0100)
committerThibaut Girka <thib@sitedethib.com>
Tue, 5 Mar 2019 20:35:03 +0000 (21:35 +0100)
commit8d70a8a19b2d8436a1361b2bdeb42e7949acc7d0
tree74d07fd021739ffc493521e90f032f4d11203179
parent0d19fcc2fb8579a61b87206a9376cf113d82ccf4
Add polls

Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc
13 files changed:
app/javascript/flavours/glitch/actions/importer/index.js
app/javascript/flavours/glitch/actions/importer/normalizer.js
app/javascript/flavours/glitch/actions/polls.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/poll.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/status.js
app/javascript/flavours/glitch/containers/media_container.js
app/javascript/flavours/glitch/containers/poll_container.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/status/components/detailed_status.js
app/javascript/flavours/glitch/reducers/index.js
app/javascript/flavours/glitch/reducers/polls.js [new file with mode: 0644]
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/index.scss
app/javascript/flavours/glitch/styles/polls.scss [new file with mode: 0644]