diff --git a/img/flash-black.svg b/img/flash-black.svg new file mode 100644 index 000000000..d6ace5c7f --- /dev/null +++ b/img/flash-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/plus.svg b/img/plus.svg new file mode 100644 index 000000000..86cb1d222 --- /dev/null +++ b/img/plus.svg @@ -0,0 +1 @@ + diff --git a/src/App.vue b/src/App.vue index 81854078e..995f2bbdf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -160,7 +160,7 @@ export default { width: 50vw; max-width: 800px; min-height: 200px; - height: 80vh; + height: auto; } @@ -170,4 +170,7 @@ export default { width: 100%; } + .modal-wrapper--normal .modal-container{ + width: 800px !important; + } diff --git a/src/components/card/CardModal.vue b/src/components/card/CardModal.vue new file mode 100644 index 000000000..c59736d40 --- /dev/null +++ b/src/components/card/CardModal.vue @@ -0,0 +1,287 @@ + + + + + + + diff --git a/src/router.js b/src/router.js index ca0657395..18c774e1a 100644 --- a/src/router.js +++ b/src/router.js @@ -28,7 +28,7 @@ import Boards from './components/boards/Boards' import Board from './components/board/Board' import Sidebar from './components/Sidebar' import BoardSidebar from './components/board/BoardSidebar' -import CardSidebar from './components/card/CardSidebar' +import CardModal from './components/card/CardModal' import Overview from './components/overview/Overview' Vue.use(Router) @@ -119,7 +119,7 @@ export default new Router({ path: 'card/:cardId/:tabId?/:tabQuery?', name: 'card', components: { - sidebar: CardSidebar, + sidebar: CardModal, }, props: { default: (route) => {