Huakun Shen 7865d18580
Feature: Settings (#23)
* feat: add pin screenshot builtin command

* feat: pin screenshot command nows zoom and scroll

* chore: upgrade @kksh/svelte5

* feat: add mdns built-in command

* feat: add sidebar for settings page

* fix: builtin command command listing problem with key id in "each" loop

* feat: add settings

* style: modify settings sidebar style

* feat: add sidebar to troubleshooter pages

* fix: some styling bug

* feat: add menu item highlight for sidebar

* feat: improve some keyboard interaction logic

* fix: improve troubleshooter flex box

* feat: add uuid for mdns

* fix mdns host removing caused by dead lock

* feat: settings page implemented, hotkey, hide on blur implemented

* style: update styles in settings

* feat: improve search bar dropdown menu items
2024-11-11 17:15:42 -05:00
..
2024-11-11 17:15:42 -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-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