Huakun Shen 7b9be980b9
feat: implement extension spawned process auto cleanup
If extension doesn't kill the processes it spawns, Kunkun will auto clean up all spawned processes on exit/window close
2024-11-12 14:40:27 -05:00
..
2024-11-12 14:06:44 -05:00
2024-11-03 13:54:44 -05:00
2024-11-11 17:15:42 -05:00
2024-11-03 13:54:44 -05:00
2024-11-11 17:15:42 -05:00
2024-11-11 17:15:42 -05:00
2024-11-07 12:26:06 -05:00
2024-11-11 17:15:42 -05:00

Kunkun Desktop App

Rules

  • Keep all components as modular as possible
    • Don't use global store directly in components, pass them through context or props instead
    • The components may be exported as a package and used by other projects such as docs, extension