Paolo Arena
ad99211571
Lista Doni Navi
2020-03-21 10:33:11 +01:00
Paolo Arena
5153c143dd
fix Registrazione data
...
fix linkref
fix controllo login
fix pagination CGridTableRec
2020-01-20 01:50:21 +01:00
Paolo Arena
ad94721b7d
- Dynamic Pages (MyPage)
...
- Uploading files to the Server FTP.
2019-12-27 12:43:42 +01:00
Paolo Arena
cd746e7ad3
- Inserted Prerendering plugin('prerender-spa-plugin') to create HTML pages (for Google... crawler)
...
- Added Meta Tags (title, description and keywords)
2019-11-08 21:38:20 +01:00
Paolo Arena
4a7c68fbd5
- fixed added meta tags "title, keywords and description"
...
- fixed height images in gallery
2019-10-18 01:47:36 +02:00
Paolo Arena
6a92dbeca8
Creating Estimate Page
2019-07-12 18:23:16 +02:00
Paolo Arena
7f5076d8f2
Calendar, Events
2019-07-10 11:37:00 +02:00
Paolo Arena
a7a4d224eb
- Projects: Shared / Personal
2019-04-25 00:30:13 +02:00
Paolo Arena
ab64705ef3
- piso en malaga... (personal)
2019-04-11 14:25:43 +02:00
Paolo Arena
38b3405664
- added fields: longdescr, hoursworked, hoursplanned
2019-03-30 02:57:40 +01:00
Paolo Arena
dd695a7ce5
Cleaning Code, moving functions...
2019-03-22 15:32:32 +01:00
Paolo Arena
a2c1a90050
fix Delete and Insert Todo... (after changed function find, findIndex...)
2019-03-22 01:00:41 +01: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
6ac8612717
fix Workbox cache
2019-03-17 02:47:22 +01:00
Paolo Arena
43a568bce7
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-17 02:09:10 +01:00
Paolo Arena
f23f60e540
++ Open Web Analytics
...
https://test.freeplanet.app/owa
2019-03-16 23:47:13 +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
41642853d1
Insert Carosel (3 images to the HomePage)
2019-03-14 01:24:59 +01:00
Paolo Arena
1be96c06dd
fix page verify registration
2019-03-13 18:11:26 +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
41edd96c8c
fix "Todo Completati"
...
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
fa17de24f0
- Update the way to use the data records on Vuex with Getters!
...
- Fix: mongodb call passing array todos and categiroes already splitted
2019-02-27 02:58:41 +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
6a99f22bf3
improve: Drag & Drop (work in progress)
...
fix: - Axios: login error msg
2019-02-20 11:53:56 +01:00
Paolo Arena
1eca13c27f
Drag & Drop hand made... but don't working with the touch
2019-02-19 18:44:48 +01:00
Paolo Arena
06635c87d4
- Created Test Environment un Server test.freeplanet.app
...
- mongodb open 2 connections port (3000 and 3001) - 27017 and 27018
2019-02-13 01:51:59 +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
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
fa7247a338
- Activated Workbox precache PWA !
...
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js ');
if (!workbox) {
workbox = new self.WorkboxSW();
}
if (workbox) {
workbox.core.setCacheNameDetails({prefix: "freeplanet"});
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerRoute(/^http/, workbox.strategies.networkFirst(), 'GET');
}
2019-01-31 13:52:52 +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
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
Paolo Arena
0225f27535
- adding Progress %
2019-01-29 00:48:04 +01:00
Paolo Arena
e46e93de61
- if last character is ':' then is like a Title.
2019-01-28 03:13:04 +01:00
Paolo Arena
83420447d3
- fix it: Order List Todo
...
- Split Todo List by Priority and by Completed
- Animation drag
2019-01-27 19:09:48 +01:00
Paolo Arena
ce9f901b0a
- todo: design: flexbox, dragging, icons, priority.
2019-01-16 02:26:43 +01:00
Paolo Arena
3613560c97
- created favicons logo
2019-01-09 00:31:16 +01:00
Paolo Arena
24e6f47801
- q-table component,
...
- delete item in indexdb
2019-01-07 01:18:58 +01:00
Paolo Arena
46609baef8
- Added VueIdb plugins: $db.mytable.add({myelem:'value'}) to insert a record, and $db.mytable.toArray() to receive the array.
2019-01-05 23:34:29 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +01:00
Paolo Arena
7a217c3ca9
.env.production file eliminated ! (-> .env)
...
.env.production worked in local
added myconfig
messagepopup working (but not ready yet)
added Graphql (only module)
2018-12-26 21:02:16 +01:00
paolo
6edb4c4f28
config change
2018-12-23 00:33:25 +01:00
paolo
ab8e4327f0
Creating GitHub project FreePlanet
2018-12-10 11:38:22 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +01:00
paolo
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00
paolo
0e383f3493
Typescript Terminato! Funziona!
2018-11-11 19:27:04 +01:00
paolo
6522a88eb7
corretto altro ts...
...
ora manca ancora il vuelidate
2018-11-08 01:09:33 +01:00
paolo
03d57ba50e
sistemare class type boolean....
2018-11-05 22:28:59 +01:00
paolo
c81e816d97
Manca di includere il file .env
2018-11-04 14:33:01 +01:00
paolo
444dfc3384
Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2
2018-11-02 23:22:16 +01:00
paolo
899e412949
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 22:15:48 +01:00