]> cat aescling's git repositories - mastodon.git/commit
Re-implemented autosuggestions component for the compose form
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 14 Dec 2016 17:21:31 +0000 (18:21 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 14 Dec 2016 17:21:31 +0000 (18:21 +0100)
commitb27066e154c8c2da57f23bf659907bacd37ce4da
tree25fe95ddb85b78978d529d88c57d619682c98bb7
parent4284093aa3c33ee7d163d6d4343e60eb4df561c6
Re-implemented autosuggestions component for the compose form
Fix #205, fix #156, fix #124
16 files changed:
app/assets/javascripts/components/actions/compose.jsx
app/assets/javascripts/components/components/autosuggest_textarea.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/compose/components/compose_form.jsx
app/assets/javascripts/components/features/compose/containers/compose_form_container.jsx
app/assets/javascripts/components/reducers/compose.jsx
app/assets/stylesheets/components.scss
package.json
storybook/config.js
storybook/stories/autosuggest_textarea.story.jsx [new file with mode: 0644]
storybook/stories/button.story.jsx
storybook/stories/loading_indicator.story.jsx
storybook/stories/tabs_bar.story.jsx [deleted file]
storybook/storybook.css [deleted file]
storybook/storybook.scss [new file with mode: 0644]
storybook/webpack.config.js [new file with mode: 0644]
yarn.lock