Commit Graph

38 Commits

Author SHA1 Message Date
Paolo Arena
7cacf5c6ea Added begin_development and begin_test
Added status (changed completed field)
fixed internet status connection.
2019-04-02 00:18:01 +02:00
Paolo Arena
cea5dd118a Added Main Projects to Menu (dynamically) 2019-03-31 14:27:27 +02:00
Paolo Arena
dd695a7ce5 Cleaning Code, moving functions... 2019-03-22 15:32:32 +01:00
Paolo Arena
9fabd68bae Menu Style (active, ...)
expand-icon-class="my-menu-separat"
header-class="my-menu"
active-class="my-menu-active"
2019-03-15 12:23:38 +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
9376b397d7 fix fields login 2019-03-13 13:40:17 +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
cb7868c6db HomePage Description Project 2019-03-08 02:04:56 +01:00
Paolo Arena
0181708fc9 - Update Menu User Account: Login/SignUp 2019-03-04 20:29:30 +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
1623a5c35d fix: problem scrolling with touch... sometimes dragged... and it should't do it 2019-02-20 20:59:18 +01:00
Paolo Arena
ec49343556 Added Axios and removed fetch...
Axios has CSXF integrated.
2019-02-19 02:33:02 +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
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
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
e029f6165e - added Categories to the Task List.
- Drawer added SubMenu : Personal / Work Todo list categories.
2019-01-29 03:12:18 +01:00
Paolo Arena
0161e6c7e9 - fix: width to 100%
flex: 1;  // get all space
  order: 1;
- focus to InsertTask
2019-01-28 20:39:40 +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 Arena
f715aab9d5 - created logo FreePlanet in SVG animation ! 2019-01-08 01:22:09 +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
f01a3445f7 - VerifiedEmail OK
- Toolbar now save leftDrawerOpen state
- Use LocalStorage to Autologin
2019-01-02 18:01:36 +01:00
Paolo Arena
802f34a893 - Fix: setlang
- Completed work: page '/vref' (Verify registration) OK
2019-01-02 01:58:47 +01:00
Paolo Arena
d0de816ceb When Registration OK, go to Login and show message to verify email. 2019-01-01 03:22:01 +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
bd832d3f92 Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler 2018-12-22 18:42:00 +01:00
paolo
3dc9465b7e Update: Ignore some files 2018-12-12 12:55:46 +01:00
paolo
056dfc16f4 Risolto problema che non loggava correttamente 2018-12-06 20:07:51 +01:00
paolo
45be1e02c5 Sistemato menu laterale... getters, state.... 2018-11-26 00:53:05 +01:00
paolo
794e7088e7 Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias. 2018-11-17 20:32:28 +01:00
paolo
7c49a97217 Ancora sistemazioni con typescript.... 2018-11-15 19:48:37 +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
42b5afd40a Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2018-11-02 20:10:45 +01:00
paolo
43f2484e54 Iniziato il SignUp 2018-10-13 19:14:58 +02:00
paolo
a2673c0502 Primo Committ 2018-10-12 16:42:54 +02:00