open-design/apps/packaged
pftom 6a5975d508 feat(web): implement embedded browser module in Design Files workspace
- Added a `+` icon to the Design Files tab for opening a new Browser module.
- The Browser module supports navigation features including back, forward, refresh, and address input.
- Integrated a curated list of design reference URLs for user convenience.
- Implemented browser data clearing functionality via IPC.
- Enhanced desktop runtime to support embedded browser with appropriate security measures.
- Added tests for browser functionality and URL handling.

This commit establishes a new workspace for browsing and referencing design resources directly within the application, improving user experience and accessibility to design tools.
2026-05-31 16:03:50 +08:00
..
src fix(platform): support live system proxy changes (#3093) 2026-05-28 06:11:47 +00:00
tests feat(web): implement embedded browser module in Design Files workspace 2026-05-31 16:03:50 +08:00
AGENTS.md Add mac packaged runtime and beta release flow (#170) 2026-04-30 20:25:49 +08:00
esbuild.config.mjs feat(linux): add headless mode for install/start/stop operations (#686) 2026-05-07 01:52:03 +08:00
package.json feat(runtimes): register AMR (vela) as an ACP stdio agent (#2355) 2026-05-28 05:09:55 +00:00
README.md Add mac packaged runtime and beta release flow (#170) 2026-04-30 20:25:49 +08:00
tsconfig.json Add mac packaged runtime and beta release flow (#170) 2026-04-30 20:25:49 +08:00
tsconfig.tests.json fix(daemon): add legacy data dir migrator 2026-05-07 15:19:04 +08:00
vitest.config.ts fix(daemon): add legacy data dir migrator 2026-05-07 15:19:04 +08:00

apps/packaged

Thin packaged Electron runtime entry for Open Design.

This package starts the packaged daemon and web sidecars, registers the od:// entry protocol, and then delegates to @open-design/desktop/main for the host window. Product logic stays in apps/daemon, apps/web, and apps/desktop.