Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
01b09da
Added lingui
roll Nov 10, 2025
fbf5084
Moved logger to services
roll Nov 10, 2025
0074f57
Bootstrapped @translate task
roll Nov 10, 2025
2dc1cae
Inogre .env.local
roll Nov 10, 2025
df12ade
Added env example
roll Nov 10, 2025
8a93609
Implemented translate script
roll Nov 10, 2025
ff7b9fe
Initial translations
roll Nov 10, 2025
149efd7
Removed messages.js files
roll Nov 10, 2025
6f0e2f2
Added vite-lingui
roll Nov 10, 2025
6daaa5d
Addded lingui provider
roll Nov 10, 2025
9f545cd
Implemented activateLocale
roll Nov 10, 2025
0d11dcd
Upgraded vite/vitest
roll Nov 10, 2025
46d9258
Updated cloudflare/wrangler
roll Nov 10, 2025
08c2f9e
Upgraded vitest-polly
roll Nov 10, 2025
726593e
Upgraded pnpm
roll Nov 10, 2025
216c395
Upgraded react-router
roll Nov 10, 2025
fae190a
Made lingui work
roll Nov 10, 2025
3c33168
Fixed translations
roll Nov 10, 2025
3d93865
Migrated Layout to lingui
roll Nov 10, 2025
71af433
Migrated Dialog to lingui
roll Nov 10, 2025
8b16477
Migrated Form to lingui
roll Nov 10, 2025
8ec87bb
Migrated Report to lingui
roll Nov 10, 2025
330f2e5
Migrated routes to lingui
roll Nov 10, 2025
3d9493c
Removed i18next
roll Nov 10, 2025
8f430f6
Migrated to the app dir
roll Nov 10, 2025
48d8f85
Rebased on translating only missing translations
roll Nov 10, 2025
314b845
Removed cloudflare
roll Nov 11, 2025
cda064e
Rebased on node
roll Nov 11, 2025
0629d76
Added a preview command
roll Nov 11, 2025
5d62fc9
Migrated service on contract-first
roll Nov 11, 2025
6509c3f
Bumped orpc version
roll Nov 11, 2025
eb7f40e
Fixed openapi spec
roll Nov 11, 2025
49c2d1b
Updated issue templates version
roll Nov 11, 2025
18678f0
Rebased service on host/port
roll Nov 12, 2025
d35ed7c
Connected browser/server
roll Nov 12, 2025
cb0cd0d
Added electron-vite
roll Nov 12, 2025
568dff5
Split browser/desktop
roll Nov 12, 2025
89bed54
Split ssr/spa browser builds
roll Nov 12, 2025
a8da5e7
Started electron dev
roll Nov 12, 2025
b4a1b26
Fixed spa styles
roll Nov 12, 2025
f14b734
Bootstrapped toolbox package
roll Nov 13, 2025
f6acc48
Added electron proxy
roll Nov 13, 2025
4382895
Removed codecov token
roll Nov 15, 2025
a6a7cff
Removed .user from .gitignore
roll Nov 25, 2025
f36d0dc
Update .gitignore
roll Nov 25, 2025
68a767e
Don't build desktop for now
roll Dec 15, 2025
05ff647
Renamed browser to website
roll Dec 15, 2025
b9d9f56
Renamed service to engine
roll Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: version
attributes:
label: What dpkit version are you using?
placeholder: v1.0.0
placeholder: v2.0.0
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-general-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: version
attributes:
label: What dpkit version are you using?
placeholder: v1.0.0
placeholder: v2.0.0
validations:
required: true
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
slug: datisthq/dpkit
token: ${{ secrets.CODECOV_TOKEN }}
- name: Download Binaries
uses: actions/download-artifact@v5
with:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pids
.idea/
.next/
.yarn/
.user/
.cache/
.clinic/
.vscode/
Expand All @@ -69,3 +68,7 @@ dist/
.serena/
.mcp.json
.env
.env.local
messages.js
.user/
tmuxp.yaml
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project is a monorepo with the following packages:
- `@dpkit/<name>`: Domain-specific functionality
- `@dpkit/library`: All-in-one package that re-exports all functionality
- `@dpkit/terminal`: Terminal interface for running tasks
- `@dpkit/browser`: Browser-related functionality
- `@dpkit/website`: Website-related functionality
- `dpkit`: Meta-package that re-exports the underlying functionality

## Development Environment
Expand Down
14 changes: 0 additions & 14 deletions browser/Dockerfile

This file was deleted.

49 changes: 0 additions & 49 deletions browser/components/System/Error.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions browser/i18n.ts

This file was deleted.

123 changes: 0 additions & 123 deletions browser/locales/de.json

This file was deleted.

Loading