-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add version number to Web UI and fix page scrolling behaviour #385
Conversation
- Updated .air.toml and Makefile to include Git version and build date in the build process, improving traceability of builds. - Introduced new variables in main.go to store and display the version and build date at runtime, enhancing user feedback. - Modified the Settings struct in config.go to accommodate runtime values for version and build date. - Enhanced sidebar.html to display the current version, providing users with clear information about the application version in the UI.
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces version tracking capabilities across multiple files. The changes involve modifying the build process to capture Git version tags, updating configuration structures, and enhancing the application's output to display version information. The modifications span configuration files, build scripts, and user interface elements, with a focus on embedding runtime version metadata into the application. Changes
Sequence DiagramsequenceDiagram
participant Build Process
participant Git
participant Main Application
participant User Interface
Build Process->>Git: Retrieve version tag
Git-->>Build Process: Return version tag
Build Process->>Main Application: Embed version in binary
Main Application->>User Interface: Pass version information
User Interface->>User: Display version in sidebar footer
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
No description provided.