Skip to content

Commit d190150

Browse files
authored
chore: Online validator follow ups (#220)
* Added lingui * Moved logger to services * Bootstrapped @translate task * Inogre .env.local * Added env example * Implemented translate script * Initial translations * Removed messages.js files * Added vite-lingui * Addded lingui provider * Implemented activateLocale * Upgraded vite/vitest * Updated cloudflare/wrangler * Upgraded vitest-polly * Upgraded pnpm * Upgraded react-router * Made lingui work * Fixed translations * Migrated Layout to lingui * Migrated Dialog to lingui * Migrated Form to lingui * Migrated Report to lingui * Migrated routes to lingui * Removed i18next * Migrated to the app dir * Rebased on translating only missing translations * Removed cloudflare * Rebased on node * Added a preview command * Migrated service on contract-first * Bumped orpc version * Fixed openapi spec * Updated issue templates version * Rebased service on host/port * Connected browser/server * Added electron-vite * Split browser/desktop * Split ssr/spa browser builds * Started electron dev * Fixed spa styles * Bootstrapped toolbox package * Added electron proxy * Removed codecov token * Removed .user from .gitignore * Update .gitignore * Don't build desktop for now * Renamed browser to website * Renamed service to engine
1 parent d004f3b commit d190150

File tree

221 files changed

+10091
-10948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+10091
-10948
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
id: version
1212
attributes:
1313
label: What dpkit version are you using?
14-
placeholder: v1.0.0
14+
placeholder: v2.0.0
1515
validations:
1616
required: true
1717
- type: textarea

.github/ISSUE_TEMPLATE/02-general-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
id: version
1212
attributes:
1313
label: What dpkit version are you using?
14-
placeholder: v1.0.0
14+
placeholder: v2.0.0
1515
validations:
1616
required: true
1717
- type: textarea

.github/workflows/general.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
uses: codecov/codecov-action@v5
6666
with:
6767
slug: datisthq/dpkit
68-
token: ${{ secrets.CODECOV_TOKEN }}
6968
- name: Download Binaries
7069
uses: actions/download-artifact@v5
7170
with:

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pids
5454
.idea/
5555
.next/
5656
.yarn/
57-
.user/
5857
.cache/
5958
.clinic/
6059
.vscode/
@@ -69,3 +68,7 @@ dist/
6968
.serena/
7069
.mcp.json
7170
.env
71+
.env.local
72+
messages.js
73+
.user/
74+
tmuxp.yaml

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Project is a monorepo with the following packages:
1515
- `@dpkit/<name>`: Domain-specific functionality
1616
- `@dpkit/library`: All-in-one package that re-exports all functionality
1717
- `@dpkit/terminal`: Terminal interface for running tasks
18-
- `@dpkit/browser`: Browser-related functionality
18+
- `@dpkit/website`: Website-related functionality
1919
- `dpkit`: Meta-package that re-exports the underlying functionality
2020

2121
## Development Environment

browser/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

browser/components/System/Error.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

browser/i18n.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

browser/locales/de.json

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)