]> git.andy128k.dev Git - ipf.git/commit
rewrite filebrowser in react
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 31 Mar 2019 02:33:31 +0000 (04:33 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 7 Apr 2019 07:51:09 +0000 (09:51 +0200)
commitcf46a294fb0db411c285cf7d44780d6779c35a24
treedd77fbf64146c9d2220632f37c836a5c75058871
parentd40c189ba4b8da8467a2ecb5459e5482e23657a4
rewrite filebrowser in react
48 files changed:
.eslintrc.js [new file with mode: 0644]
babel.config.js [new file with mode: 0644]
build-admin-static.sh
ipf/admin/app.php
ipf/admin/assets/components/breadcrumbs/index.js [new file with mode: 0644]
ipf/admin/assets/components/breadcrumbs/style.css [new file with mode: 0644]
ipf/admin/assets/components/button/index.js [new file with mode: 0644]
ipf/admin/assets/components/button/style.css [new file with mode: 0644]
ipf/admin/assets/components/confirm_delete_dialog/index.js [new file with mode: 0644]
ipf/admin/assets/components/create_directory_dialog/index.js [new file with mode: 0644]
ipf/admin/assets/components/dialog/index.js [new file with mode: 0644]
ipf/admin/assets/components/dialog/style.css [new file with mode: 0644]
ipf/admin/assets/components/file_browser/index.js [new file with mode: 0644]
ipf/admin/assets/components/file_browser/style.css [new file with mode: 0644]
ipf/admin/assets/components/file_table/index.js [new file with mode: 0644]
ipf/admin/assets/components/file_table/style.css [new file with mode: 0644]
ipf/admin/assets/components/grid/index.js [new file with mode: 0644]
ipf/admin/assets/components/grid/style.css [new file with mode: 0644]
ipf/admin/assets/components/image_preview/index.js [new file with mode: 0644]
ipf/admin/assets/components/image_preview/style.css [new file with mode: 0644]
ipf/admin/assets/components/link/index.js [new file with mode: 0644]
ipf/admin/assets/components/link/style.css [new file with mode: 0644]
ipf/admin/assets/components/preview_file/index.js [new file with mode: 0644]
ipf/admin/assets/components/preview_file/style.css [new file with mode: 0644]
ipf/admin/assets/components/rename_file_dialog/index.js [new file with mode: 0644]
ipf/admin/assets/components/select_file_sidebar/index.js [new file with mode: 0644]
ipf/admin/assets/components/select_file_sidebar/style.css [new file with mode: 0644]
ipf/admin/assets/components/text_input/index.js [new file with mode: 0644]
ipf/admin/assets/components/toolbar/index.js [new file with mode: 0644]
ipf/admin/assets/components/toolbar/style.css [new file with mode: 0644]
ipf/admin/assets/components/upload_dialog/index.js [new file with mode: 0644]
ipf/admin/assets/ducks/file_browser.js [new file with mode: 0644]
ipf/admin/assets/js/filebrowser_popup.js
ipf/admin/assets/libs/utils.js [new file with mode: 0644]
ipf/admin/assets/webpack.config.js [new file with mode: 0644]
ipf/admin/controllers/file_browser.php
ipf/admin/static/admin/admin.css
ipf/admin/static/admin/admin.js
ipf/admin/static/admin/filebrowser_popup.js
ipf/admin/static/admin/skins/lightgray/fonts/tinymce.eot
ipf/admin/static/admin/skins/lightgray/fonts/tinymce.svg
ipf/admin/static/admin/skins/lightgray/fonts/tinymce.ttf
ipf/admin/static/admin/skins/lightgray/fonts/tinymce.woff
ipf/admin/static/admin/skins/lightgray/skin.min.css
ipf/admin/static/admin/skins/lightgray/skin.mobile.min.css
ipf/admin/templates/admin/filebrowser.html.twig
package.json
yarn.lock