feat:Improve desktop workspace UI, chat history reliability, and mobile legal consent - #37
Merged
Merged
Conversation
…r's profile (#54) * feat: handle user nickname policy updates and refresh the current user's profile * feat: refactor desktop version management by simplifying version.json and dropping the integrity field * feat: improve messaging UX with draft management and send status handling * feat: update download progress handling and improve UI feedback for unknown progress state
- Added support for build versioning in the update cache lifecycle, allowing differentiation between versions with the same version number but different builds. - Updated the `recordInstallIntent` method to accept a build number and modified related tests to accommodate this change. - Enhanced the `UpdateCacheLifecycle` class to handle build mismatches and retain cache when builds are the same but versions differ. - Implemented a new schema for install intents to include build numbers, ensuring backward compatibility with existing version-only intents. - Updated the updater service and version JSON updater to utilize the new build versioning system. - Created utility functions to read and validate desktop release build metadata from a JSON file. - Added tests to ensure correct behavior of the new build versioning logic and validation of release builds.
feat: introduce build versioning for desktop updates
* fix(desktop): load release tools in Node ESM * feat: add Desktop build version management, enforcing strictly increasing version numbers
…tation links and improved UI
feat: enhance AppCredentialsDialog and TaskWorkspacePage with documen…
…ter test coverage
feat: refactor desktop workspace interface with improved styling and …
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.
Summary
This PR restyles the desktop workspace, makes chat history loading more resilient across clients, adds mobile login legal consent, and simplifies desktop release versioning.
Desktop workspace
desktop-workspace.css, using existing theme tokens and OKLab mixing.client-desktop/docs/desktop-workspace-visual.mdand expand renderer tests.Out of scope this round: resizable sidebars, topic split view, global back/forward, and document/task search.
Chat history reliability
Mobile & homepage
Desktop release tooling
release-version-base.json; derive version from the desktop version file / package metadata.Test plan
pnpm checkand renderer Vitest (layout, search, history retry, task workspace, credentials dialog).release-version-base.json.