mlivirov / kaiten-desktop

Desktop client for Kaiten Task Manager
GNU Lesser General Public License v3.0
0 stars 0 forks source link

build a webview wrapper for pwa #2

Closed mlivirov closed 3 months ago

mlivirov commented 3 months ago

pwa is runnable in development mode, but there is a CORS policy in Kaiten API which prevents browser to talk to api directly. I gotta build request interceptor that will intercept all the requests sent from webview and send them over simple http client.

mlivirov commented 3 months ago

building a qt app was no brainer, but it required some black magic to wire it to angular app keeping both modes (inbrowser and webview) functionable.