Paolo Arena
eda9a8514f
- starting project list...
...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
2019-03-21 20:43:15 +01:00
Paolo Arena
527da316da
- fix Header and Drawer Right
...
- fix Drawer Menu Left
- add icon on the Header
- fix lang if is different language: set to English.
2019-03-14 21:09:41 +01:00
Paolo Arena
67748ce94f
- (Part 2 - Upgrade Components Quasar)
2019-03-13 01:53:53 +01:00
Paolo Arena
bb3be0ec16
- Converting all to Typescript
...
- Installing 1.0.0.beta Quasar Upgrade
- (Part 1 - Upgrade Components)
2019-03-11 19:16:39 +01:00
Paolo Arena
259e2dc4e2
++ If press DELETE or BACKSPACE and is blank description, delete the Todos.
...
- fix: if offline, doesn't save to cache?? if I refresh page, the data disappear
- ++ field to the percent progress
- fix: Refreshing 2 times the array todos.. because there is a filter
2019-02-12 19:09:43 +01:00
Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
a3312e0d05
- Created component SubMenus to permit to call menu with:
...
- right click
<q-context-menu ref="contextMenu">
<SubMenus :menuPopupTodo="menuPopupTodo" :itemtodo="itemtodo" @clickMenu="clickMenu" @setPriority="setPriority"></SubMenus>
</q-context-menu>
- click on btn:
<q-btn flat
class="pos-item-popover"
icon="menu" >
<q-popover self="top right">
<SubMenus :menuPopupTodo="menuPopupTodo" :itemtodo="itemtodo" @clickMenu="clickMenu" @setPriority="setPriority"></SubMenus>
</q-popover>
</q-btn>
2019-01-30 02:01:04 +01:00
Paolo Arena
818a7a4289
- dialog confirm delete item
...
- fix: context-menu (right click) declared only once and using twice using:
@click.native="$refs.popover.$refs.popup.show()"
2019-01-29 23:13:28 +01:00