|
|
There is some translation work in 13f708
|
|
|
|
|
|
Amanda made a large commit:
|
|
|
|
|
|
https://github.com/amlinden/webph.one/commit/29a94766d0fd9d6c88304b32cf43c5414ad5c211
|
|
|
|
|
|
Front end new design
|
|
|
|
|
|
(37 files changed) on top of that.
|
|
|
This adds some useful ideas to the IF, although it's unfinished
|
|
|
Need a language selector for the user.
|
|
|
There's also more localisation work in here.
|
|
|
|
|
|
Previously Emil added angular5-emil on top of send-sms
|
|
|
there are 7 commits one of which is the above translation work
|
|
|
after that emil added only some WS correction and
|
|
|
|
|
|
https://github.com/ekroymann/webph.one/commit/ab27d03be707dd1ab13d65f86ac98578a3e8e490
|
|
|
which is making use of some rxjs concatMap() to chain (I think) events
|
|
|
related to the process of checking for user, getting a new use, subscribing
|
|
|
to the push notif and sending the push url back to the webpush-server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commit 5b30ddddd0e40d9cf9bd68248909cf9e35fd6904
|
|
|
Author: Emil Kroymann <emil.kroymann@isaco.d>
|
|
|
Date: Sat Mar 17 11:50:07 2018 +0100
|
|
|
|
|
|
start porting service worker to angular 5
|
|
|
|
|
|
.angular-cli.json | 3 ++-
|
|
|
Dockerfile | 6 ++++--
|
|
|
package.json | 13 ++++++++-----
|
|
|
src/app/app.component.ts | 2 +-
|
|
|
src/app/app.module.ts | 4 ++--
|
|
|
src/app/user.service.ts | 37 +++++++++++++++++--------------------
|
|
|
src/environments/environment.compose.ts | 5 +++++
|
|
|
src/ngsw-config.json | 27 +++++++++++++++++++++++++++
|
|
|
src/service-worker/rollup.js | 2 +-
|
|
|
9 files changed, 67 insertions(+), 32 deletions(-)
|
|
|
|
|
|
commit 7a557e704c63b574ae7d774ddd58911925522c41
|
|
|
Author: Emil Kroymann <emil.kroymann@isaco.d>
|
|
|
Date: Wed Feb 28 20:19:34 2018 +0100
|
|
|
|
|
|
the actual angular update to 5.2.6
|
|
|
|
|
|
package.json | 25 +++++++++++++------------
|
|
|
1 file changed, 13 insertions(+), 12 deletions(-) |