This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
<v-layout text-xs-center wrap="">
|
<v-layout text-xs-center wrap="">
|
||||||
<v-flex mb-4>
|
<v-flex mb-4>
|
||||||
<h1 class="display-2 font-weight-bold mb-3">TOP WIDGET</h1>
|
<h1 class="display-2 font-weight-bold mb-3">TOP WIDGET</h1>
|
||||||
|
todo: make this a box / card, add the buttons for the functionality or maybe a menu inside it
|
||||||
|
common options on front and less common in the menu
|
||||||
|
also does it expand insde to show sub items like edit a widget or widget list or does that open to a new window entirely or dialog?
|
||||||
</v-flex>
|
</v-flex>
|
||||||
</v-layout>
|
</v-layout>
|
||||||
</v-container>
|
</v-container>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-layout row>
|
<v-layout align-center justify-center row fill-height>
|
||||||
<WidgetTop/>
|
<WidgetTop/>
|
||||||
<PartTop/>
|
<PartTop/>
|
||||||
<PartAssemblyTop/>
|
<PartAssemblyTop/>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi
|
|||||||
|
|
||||||
|
|
||||||
## IMMEDIATE ITEMS
|
## IMMEDIATE ITEMS
|
||||||
|
- Figure out layout that works at different sizes with ui "widget" components so that they are larger on big screen, smaller on smaller screen and flow properly
|
||||||
- Widget list component that works with real data
|
- Widget list component that works with real data
|
||||||
- https://vuetifyjs.com/en/components/data-tables#example-server
|
- https://vuetifyjs.com/en/components/data-tables#example-server
|
||||||
- Displays as a smaller item with maybe a count of widgets only that is expandable into a list of widgets
|
- Displays as a smaller item with maybe a count of widgets only that is expandable into a list of widgets
|
||||||
|
|||||||
Reference in New Issue
Block a user