Commit Graph

61 Commits

Author SHA1 Message Date
Paolo Arena
4a20dca54a - DashBoard, Profile, Order Menu 2019-12-31 00:44:43 +01:00
Paolo Arena
8beb8162dd New Gallery: create directory if doesn't exist!#120 2019-12-28 14:30:51 +01:00
Paolo Arena
ad94721b7d - Dynamic Pages (MyPage)
- Uploading files to the Server FTP.
2019-12-27 12:43:42 +01:00
Paolo Arena
1df1965508 - Dynamic Pages (MyPage)
- Uploading files to the Server FTP.
2019-12-07 00:20:55 +01:00
Paolo Arena
4dddff5df1 - Sending Newsletter, others settings. 2019-12-04 18:21:17 +01:00
Paolo Arena
6c575ac9ed - Fixed after deleting a record in TablesList, not updated correctly #110
- Improve SEO Rank with WooRank tips...
2019-11-20 00:15:08 +01:00
Paolo Arena
ca7ee49944 - Adding map page (where is the location) #100
- fix menu appear Admin and Manager
2019-11-17 01:07:23 +01:00
Paolo Arena
7fe6b5fb6a - Fixed pagination not refreshing the data...
- Start creating single page of an Event
2019-11-06 22:28:45 +01:00
Paolo Arena
4f895bdbe2 Step 2: Creating page Messages: userlist last messages + a page for all the messages received and sent. 2019-10-27 00:37:00 +02:00
Paolo Arena
878ae96813 Step 1: Creating page Messages: userlist last messages + a page for all the messages received and sent.
- Added CMyEditor and CMySelect to the git committ.
2019-10-26 02:21:14 +02:00
Paolo Arena
345cf7381f - Fixed Image avatar user list, q-qvatar rounded image 2019-10-25 19:07:56 +02:00
Paolo Arena
44305d8778 - Delete Event with ask confirmation
- Fix dateStart only 1 view if is the same day
- Sending a message from the Event Page: to a user or to a "Event"
- Add button "Ask Info"
- Starting view msg into the messagepopup component
2019-10-24 23:30:18 +02:00
Paolo Arena
9fd858d33f - Added Delete Record to the CGridTableRec 2019-10-15 20:40:23 +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
3459f00a3b - Fix CImgTitle positioning
- CPreloadImage
2019-09-19 22:56:19 +02:00
Paolo Arena
116703d6cc Fix way to routing, using only one array ! ...continue 2019-07-18 13:22:23 +02:00
Paolo Arena
b11dd46f9f Form Newsletter and others fix 2019-07-12 14:09:44 +02:00
Paolo Arena
7f5076d8f2 Calendar, Events 2019-07-10 11:37:00 +02:00
Paolo Arena
3d8cb00839 Created Project for WebSite...
Basic Structure
2019-05-03 20:31:47 +02:00
Paolo Arena
08c0ded31f added themecolor and themebgcolor to todos and projects 2019-04-29 23:47:42 +02:00
Paolo Arena
a7a4d224eb - Projects: Shared / Personal 2019-04-25 00:30:13 +02:00
Paolo Arena
7a55fa7f68 Added CDate component ! 2019-04-05 16:16:29 +02:00
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