aerogear / datasync-starter

GraphQL Low Code React and Node.js DataSync Application template
http://graphback.dev
MIT License
32 stars 38 forks source link

Minor fixes #406

Closed darahayes closed 4 years ago

darahayes commented 4 years ago

Description

Checklist
wtrocki commented 4 years ago

When offline logout will fail with dinosaur which is bad experience so @kingsleyzissou added a nice message there.

It will be cool to pass isOnline but if that is a lot of work then-current solution is ok (we will need to remove dialog as well)

darahayes commented 4 years ago

Okay good to know. Current solution is perfect then we were just forgetting to pass isOnline in there. The actual functionality works perfectly!

darahayes commented 4 years ago

update: I've added a fix here that enables keycloak with self signed certs

wtrocki commented 4 years ago

Looks good from my side