No description
Find a file
Pakin Tadatangsakul 3b6bd1c9f7 Merge branch 'feature/edit-recipe-event-bus' into 'master'
Feature/edit recipe event bus

## fix: feature edit recipe

**Context**

Current recipe editor is unusable in branch `master` as the recipe is unchanged after trying to edit.

**Changes**

- Change recipe parts into `EventBus` to avoid using global store (aka `Writable`) for sending recipe-related events
  * This prevent the miss timing as the event may be slower or faster than interactions
- Change ADB to be single connection pool
- Change logging from `console.*` to `logger.*`
- Add remote shell request from server.

See merge request Pakin/supra-app!4
2026-07-01 02:33:06 +00:00
.storybook init 2026-02-17 14:30:02 +07:00
src Merge branch 'master' into feature/edit-recipe-event-bus 2026-07-01 08:53:13 +07:00
static init 2026-02-17 14:30:02 +07:00
.dockerignore update: deploy 2026-04-09 11:37:50 +07:00
.gitignore update: deploy 2026-04-09 11:37:50 +07:00
.npmrc init 2026-02-17 14:30:02 +07:00
.prettierignore init 2026-02-17 14:30:02 +07:00
.prettierrc init 2026-02-17 14:30:02 +07:00
bun.lock Merge branch 'master' into dev 2026-06-30 17:55:37 +07:00
bun.lockb update deps & hotfix errors 2026-06-16 15:15:34 +07:00
components.json init 2026-02-17 14:30:02 +07:00
Dockerfile update: deploy 2026-04-09 11:37:50 +07:00
ISSUES.txt update tasks todo 2026-06-10 17:03:36 +07:00
NOTE.txt init 2026-02-17 14:30:02 +07:00
package.json update deps & hotfix errors 2026-06-16 15:15:34 +07:00
README.md update info 2026-02-17 14:34:29 +07:00
svelte.config.js update: deploy 2026-04-09 11:37:50 +07:00
tailwind.config.ts init 2026-02-17 14:30:02 +07:00
tsconfig.json init 2026-02-17 14:30:02 +07:00
vite.config.ts feat: terminal, eventbus, load recipe 2026-06-19 10:41:17 +07:00
vitest-setup-client.ts init 2026-02-17 14:30:02 +07:00

Supra App

Epic Mega app with multi functionalities for vending machine. Powered by Bun & Svelte Framework

Run

bun run dev

Build

bun run build