Commit Graph

61 Commits

Author SHA1 Message Date
Paolo Arena
c39f0d8486 - Enable Edit Event into dialog form ... (and save to the db)
- Event: enabled drag and drop (date)
- Q-Select components in every table field external: Where, Operators, etc...
- CMyEditor: Add HTML Editor to the details field !
- Added button Color for change font color to the text.
- Complete insert Events Site
2019-10-23 23:47:12 +02:00
Paolo Arena
bfe5053407 - Enable Edit Event into dialog form ... (and save to the db)
- Add Where table
2019-10-21 20:38:22 +02:00
Paolo Arena
9656b14cd0 - Load Events
- Edit Events
- When a field is updated: undate also memory list record

- Duplicate Event
2019-10-20 22:44:18 +02:00
Paolo Arena
313a7db77d - Added TablesList page
- Added Insert Record empty
2019-10-20 01:22:38 +02: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
9fd858d33f - Added Delete Record to the CGridTableRec 2019-10-15 20:40:23 +02:00
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
1bd0c3ccac - SignIn component. Added also in the Toolbar (Header.ts) 2019-10-11 21:40:47 +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
04f4a83d6c Adding MailChimp Suport Newsletter component (Server Side) 2019-09-12 16:19:23 +02:00
Paolo Arena
fdf2f2d2c3 Components Gallery, Book, Card, CImgText .... continue... 2019-07-23 20:44:06 +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
71ee9f6ae3 Directory Config for other project 2019-05-02 16:58:36 +02:00
Paolo Arena
08c0ded31f added themecolor and themebgcolor to todos and projects 2019-04-29 23:47:42 +02:00
Paolo Arena
166be747a5 Insert menu: "My Proj Shared" and when I insert a project, put the right property privacy 2019-04-29 02:47:53 +02:00
Paolo Arena
d6d527e1a8 Cut/Paste project and todos 2019-04-29 01:01:31 +02:00
Paolo Arena
2ba3cd6b3f Move Project 2019-04-27 20:12:41 +02:00
Paolo Arena
a7a4d224eb - Projects: Shared / Personal 2019-04-25 00:30:13 +02:00
Paolo Arena
08e2ece604 End "project and Todos": what could modify or readonly. 2019-04-22 01:43:53 +02:00
Paolo Arena
7b1e24c407 - piso en malaga... (personal) 2019-04-11 17:40:41 +02:00
Paolo Arena
f632259c05 Updated Project calculation for hours and progress. 2019-04-06 21:02:33 +02:00
Paolo Arena
fe600f40a6 Added and linked todo list to the project list 2019-04-03 02:48:05 +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
38b3405664 - added fields: longdescr, hoursworked, hoursplanned 2019-03-30 02:57:40 +01:00
Paolo Arena
de117d55e6 ++ Added "Projects" (step 1b) 2019-03-28 12:58:34 +01:00
Paolo Arena
4d32467eb1 Cleaning Code, moving functions... 2019-03-22 18:49:38 +01:00
Paolo Arena
dd695a7ce5 Cleaning Code, moving functions... 2019-03-22 15:32:32 +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
8dc26269cd add some env 2019-03-15 02:01:03 +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
1be96c06dd fix page verify registration 2019-03-13 18:11:26 +01:00
Paolo Arena
67748ce94f - (Part 2 - Upgrade Components Quasar) 2019-03-13 01:53:53 +01:00
Paolo Arena
41edd96c8c fix "Todo Completati"
statics instead of assets
2019-03-05 23:44:48 +01:00
Paolo Arena
a63f744869 Fix: first elem added not working... 2019-03-04 18:48:07 +01:00
Paolo Arena
9803c451f9 Popupmenu Todo:
- Show Task Completed
2019-03-04 17:28:29 +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
c77fe5b2f9 FIXIT modify error during moving items ...
The problem was the forEach and inside ad await... it doesn't WORK !
RESOLVE:
 using normal FOR:
  for (const myelem of myarray) {
     await myfuncasync(...)
  }
2019-02-20 19:17:29 +01:00
Paolo Arena
ec49343556 Added Axios and removed fetch...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00
Paolo Arena
bfa8a48211 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 19:01:32 +01:00
Paolo Arena
6931d57005 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 18:38:23 +01:00
Paolo Arena
e8d2d49829 fix: WebPush Notification 2019-02-13 18:48:30 +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
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