Merged
Conversation
…to include /images
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.
This pull request introduces a new feature for displaying release notes in the application's UI, improves the Dockerfile's reliability and consistency, and adds new dependencies for markdown support. The most significant changes are the implementation of a modern, user-friendly release notes dialog, automatic notification for new releases, and several Dockerfile and environment variable improvements.
Release Notes Feature:
ReleaseNotesDialogReact component for displaying release notes in a styled, markdown-rendered dialog, with support for GitHub-flavored markdown and pagination. This dialog is automatically shown to users when a new version is detected, and can be manually opened from the navigation bar. [1] [2] [3] [4]VersionBoxcomponent in the navbar to show an update indicator (with a clickable icon) when a new release is available, allowing users to open the release notes dialog directly. [1] [2] [3] [4] [5] [6]Dependency and Package Updates:
react-markdownandremark-gfmas dependencies inpackage.jsonto enable rich markdown rendering for release notes.1.6.2.Dockerfile and Environment Improvements:
ENV KEY=VALUE), improved apt source reliability by switching to a kernel.org mirror, and removed stale NVIDIA sources to prevent build failures. [1] [2] [3].env.devto disable demo mode by default (DEMO_MODE=false).Code Quality and Consistency:
These changes collectively enhance the user experience by providing clear, accessible release information and improve the reliability of the build and deployment process.