Paolo Arena
|
0ee08f8430
|
Show data Table with pagination (startRow, endRow, filter, sorting)
|
2019-10-14 20:32:15 +02:00 |
|
Paolo Arena
|
96b7b7a48b
|
- Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
|
2019-10-13 20:46:09 +02:00 |
|
Paolo Arena
|
eed1082ac6
|
- ++Booking List
- ++Delete a Booking also for the Admin.
|
2019-10-12 23:34:58 +02:00 |
|
Paolo Arena
|
9ab7ba5581
|
- other committ
|
2019-10-10 16:53:33 +02:00 |
|
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
|
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
|
0e98ac1eaa
|
Show Button, when Upgrade Version is available ! (check from the server, the version number
- for debug: added led button to see when is calling the server and the IndexedDb.
|
2019-02-22 10:23:00 +01:00 |
|
Paolo Arena
|
a024b78e95
|
- cleaned some code.
- routing offline
- pushNotification
|
2019-02-12 12:06:01 +01:00 |
|
Paolo Arena
|
4d5cea1c17
|
- Manage multiple login, in different browsers... Multi Token...
- visualization of the Connection State (Online, Offline) using fetch.
|
2019-02-09 18:04:49 +01:00 |
|
Paolo Arena
|
b65d0a2386
|
- creating Alternative to SyncManager
- fix: refreshing with FF now it works!
|
2019-02-08 17:10:25 +01:00 |
|
Paolo Arena
|
5ee0d8e171
|
- updated SendReq
- If Server Down the login msg error corrected.
|
2019-02-07 00:53:10 +01:00 |
|
Paolo Arena
|
cb62d46048
|
- updated SendReq
- If Server Down the login msg error corrected.
|
2019-02-06 18:47:54 +01:00 |
|
Paolo Arena
|
2515bb598e
|
- fix: starting the app it doesn't loaded the SingleTodo correctly...
the problem was:
import { SingleTodo } from '@components' // doesn't work:
Resolve :
import { SingleTodo } from '../../SingleTodo' // correct!
|
2019-01-30 01:05:31 +01:00 |
|
Paolo Arena
|
2984f20b58
|
- todo: added priority, expired, pos fields.
- todo: delete item.
- sorted by fields.
|
2019-01-14 22:40:30 +01:00 |
|
paolo
|
794e7088e7
|
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
|
2018-11-17 20:32:28 +01:00 |
|