Commit 7364b81
authored
feat: standalone app (#1)
* feat: bootstrap standalone app
* feat: poc of spawning shell process
* feat: setup tailwind css
* feat(ui): port UI
* feat(ui): compact sticky header on scroll
- make header sticky and shrink padding on scroll
- hide logo instantly in compact state without shifting nav
- smooth header height transition
* fix: address svelte warnings
* feat: setup db handler
* feat: implement db provider
* feat: load extension
* feat: implement migrations support
* feat: apply migrations
* fix: fix warnings
* fix: pass down queue name
* feat: copy database path
* feat: implement sample worker
* feat: implement dev api provider
* fix: data display fix batch 1
* fix: data display fix batch 2
* feat: load 500 task runs only
* fix: task info details fix
* feat: persist dev api server status in config
* fix: wrong parameter in get task details
* feat: setup standalone app logo
* feat: minor clean up and css fixes
* doc: init AGENTS.md
* fix: remove unused impl
* doc: update agent instruction
* fix: address code lint / format issues
* fix: code issue fixes
* ci: setup ci steps for submodules
* ci: add required deps
* feat: bootstrap absurd-sqlite-deno-runtime
* fix: update standalone build steps
* fix: drop direct dependency on better-sqlite3
* fix: require debug_assertions for dev tool
* fix: update function signature
* lint: use debug_assertions only1 parent 9275720 commit 7364b81
84 files changed
Lines changed: 12811 additions & 965 deletions
File tree
- .github/workflows
- absurd-sqlite-deno-runtime
- src
- absurd-sqlite-extension
- src
- tests
- assets
- samples/typescript-client
- src
- sdks/typescript
- src
- test
- standalone
- .vscode
- src-tauri
- bin
- capabilities
- icons
- src
- src
- lib
- components
- providers
- routes
- events
- queues
- settings
- tasks
- [taskId]
- static
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments