Huakun Shen 2c99f231f7
[feat] troubleshooters (#15)
* feat: add extension loading troubleshooter

* feat: add extension permission inspector

* feat: add extension window map troubleshooter (WIP)

* fix: unregister extension when window is closed
2024-11-05 06:04:34 -05:00
..
2024-11-05 06:04:34 -05:00
2024-11-03 13:54:44 -05:00
2024-11-03 13:54:44 -05:00
2024-11-05 06:04:34 -05:00
2024-11-03 13:54:44 -05:00
2024-11-03 13:54:44 -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