Dashboard redesign#131
Merged
Merged
Conversation
added 3 commits
May 27, 2026 15:37
- Add _check_version() to arrhes.sh: fetches /cli/version from arrhes.com and exits with upgrade notice when outdated; skips on network error - Move --version/-v and --help/-h before version check so they work offline - Fix VERSION in arrhes.sh (was 0.1.0); add packages/cli/version file - Add 'just build-cli' target to stamp arrhes.sh + version from VERSION - Stamp CLI files in website Dockerfile and copy into nginx html directory - Add nginx location block for /cli/*.sh and /cli/version (no-cache, text/plain) - Remove install.ps1 (Windows PowerShell installer, unused) - Clean up install.sh download log message
…ockerfile - Use `pnpm check:fix` instead of `pnpm format:fix` in CI Dockerfile so Biome import-ordering errors are also auto-fixed before the check step runs - Fix import order in 11 source files (packages/ui, packages/dashboard, packages/website) that were failing Biome organizeImports - Fix isStreamResponseUnavailable.test.ts: update import path from the old website-package path to the current dashboard package location - Tests now run and pass (68 website + 87 API unit tests)
Move all dashboard functionality from packages/website into the new packages/dashboard standalone package. Includes year/entry management, reports, agent, billing, and settings features. Update API routes, workflows, and shared UI components accordingly.
90ae995 to
0518ab6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.