evilmartians / oklch-picker

Color Picker for LCH
https://oklch.com
Other
805 stars 63 forks source link

Add offline support #29

Open ai opened 2 years ago

bogdan-tsechoev commented 1 year ago

Maybe it possible to use vite-plugin-pwa for do that?

ai commented 1 year ago

I don't like cargo cult of using libraries without understanding how they work.

We should first create a plan what we need to do and only then find a tool which we will use for that.

Hard questions:

  1. What we will do on Service Worker issues.
  2. What updated strategy we are planning to use.

Can you start this analysis?

bogdan-tsechoev commented 1 year ago

I don't like cargo cult of using libraries without understanding how they work.

We should first create a plan what we need to do and only then find a tool which we will use for that.

Hard questions:

  1. What we will do on Service Worker issues.
  2. What updated strategy we are planning to use.

Can you start this analysis?

Оh, it's very grate position, sorry for suggesting this as a solution. I will try to do this analysis, but i'm no sure that i can make it ASAP.