]> cat aescling's git repositories - mastodon.git/commit
WIP <Compose> Refactor; <Drawer> ed.
authorkibigo! <marrus-sh@users.noreply.github.com>
Wed, 27 Dec 2017 00:54:28 +0000 (16:54 -0800)
committerkibigo! <marrus-sh@users.noreply.github.com>
Fri, 5 Jan 2018 02:21:59 +0000 (18:21 -0800)
commit3c29f5740447270a4122b334281a907ecbdd4165
treedd3daba631f2eddf0ede5af76b8e29eda8874854
parent924ffe81d477a8cf890c8117efb94b908760bccc
WIP <Compose> Refactor; <Drawer> ed.
18 files changed:
app/javascript/flavours/glitch/features/composer/index.js
app/javascript/flavours/glitch/features/composer/options/dropdown/index.js
app/javascript/flavours/glitch/features/drawer/components/navigation_bar.js [deleted file]
app/javascript/flavours/glitch/features/drawer/components/search.js [deleted file]
app/javascript/flavours/glitch/features/drawer/components/search_results.js [deleted file]
app/javascript/flavours/glitch/features/drawer/containers/navigation_container.js [deleted file]
app/javascript/flavours/glitch/features/drawer/containers/search_container.js [deleted file]
app/javascript/flavours/glitch/features/drawer/containers/search_results_container.js [deleted file]
app/javascript/flavours/glitch/features/drawer/header/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/drawer/index.js
app/javascript/flavours/glitch/features/drawer/pager/account/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/drawer/pager/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/drawer/results/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/drawer/search/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/drawer/search/popout/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/util/dom_helpers.js
app/javascript/flavours/glitch/util/react_helpers.js
app/javascript/flavours/glitch/util/redux_helpers.js