Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
e6119e1b76 feat(camera): permission state machine, recovery UI, privacy panel
- Deduplicate NSCameraUsageDescription / NSMicrophoneUsageDescription
  in src-tauri/Info.plist and add scripts/check-info-plist.cjs +
  info-plist-check.yml workflow to enforce uniqueness in CI
- Rewrite Camera.tsx with explicit permission state machine
  (checking/prompting/granted/denied/restricted/error). Denial is
  detected via getUserMedia NotAllowedError instead of a silent
  60-second poll
- Add "Camera blocked" recovery panel: Open System Settings deep link
  (x-apple.systempreferences:...Privacy_Camera), Re-check button, and
  collapsible Diagnostics with copy-to-clipboard
- Always log err.name from getUserMedia rejections; drop console.log
  device noise
- Add Settings → Privacy panel listing Camera, Microphone,
  Accessibility, Screen Recording, Automation with status pills,
  per-row "Open in System Settings" buttons and a tccutil escape-hatch
  hint. macOS-only
- Add CONTRIBUTING.md documenting tccutil reset for dev-vs-release
  bundle id collisions and the useHttpsScheme requirement for
  Camera-hosting windows
- EN/ZH translations for all new strings

Agent-Logs-Url: https://github.com/infinilabs/coco-app/sessions/c8e85860-673a-4951-8677-8fcaeb8ad109

Co-authored-by: medcl <64487+medcl@users.noreply.github.com>
2026-05-18 09:42:58 +00:00
BiggerRain
ed8a1cb477 refactor: replace legacy components with shadcn/ui components (#1002)
* chore: shadcn config

* feat: add shadcn ui config

* style: adjust styles

* style: adjust styles

* refactor: update style

* style: adjust styles

* style: adjust styles

* style: adjust styles

* style: adjust styles

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* style: adjust styles

* style: adjust styles

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* style: web styles

* refactor: update

* style: web styles

* style: web styles

* refactor: update

* refactor: update

* refactor: update

* chhore: add

* chore: add

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* chore: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* chore: rename

* refactor: update

* refactor: update

* chore: add

* refactor: update

* chore: update

* chroe: up

* refactor: update

* refactor: update

* chore: up

* refactor: update

* chore: up

* feat: support for extracting css variables

* chore: update

* fix: fixed dark mode

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* docs: update release notes

* style: adjust styles

* style: adjust styles

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

* refactor: update

---------

Co-authored-by: ayang <473033518@qq.com>
2025-12-18 10:26:13 +08:00
ayangweb
1fbf5d6552 fix: resolved an issue where number keys were not working on the web (#616)
* fix: resolved an issue where number keys were not working on the web

* docs: update changelog
2025-06-06 11:47:38 +08:00
ayangweb
ca9adb515b chore: support for github action releases (#169)
* chore: support for github action releases (#165)

* chore: support for generating update files (#168)

* chore: support for github action releases

* chore: support for generating update files

* chore: include TAURI_SIGNING_PRIVATE_KEY_PASSWORD variable in the release

* chore: replacing the pubkey when updating
2025-02-21 16:52:52 +08:00