Conversation
- Multi-server, multi-node hierarchical model (server_groups → servers → nodes) - UUID-based primary keys across all tables - Web-based admin panel replacing TUI config wizard - Argon2 + UUID token authentication system - Webhook alerting with customizable templates - Complete frontend rewrite with React + Tailwind CSS - AddNodeParams/UpdateNodeParams to fix clippy warnings - Fix CSS @import syntax and unify top bar border styles - Update version to 2.0.0
…components - Added latency badge to NodeDetailPage with color coding for high latency. - Updated StatCard components to reflect rounded latency values. - Improved layout and styling of various components for better UX. - Refactored PlayerDetailPage to include badges for online/offline status. - Introduced Sparkline component for visualizing data trends. - Added Progress component for better progress indication in UI. - Removed ServerGroupProvider as it is no longer needed. - Updated NodesPage and PlayersPage to remove group filtering logic. - Enhanced NotFoundPage with improved visuals and layout.
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.
发布 v2.0.0,进行了重大架构重构,新增多服务器、多节点的层次模型,替换为基于 Web 的管理面板,实施 Argon2 + UUID 的身份验证系统,并引入可自定义的 Webhook 警报。
变更类型
🐛 Bug 修复
✨ 新功能
📝 文档更新
🎨 代码风格/格式
♻️ 代码重构
⚡ 性能优化
🔧 配置/构建变更
关联 Issue
关联相关的 Issue(如有):
测试
描述你如何测试了这些变更:
cargo test通过npm run build通过添加/更新了测试用例
检查清单
代码遵循项目风格(
cargo clippy/cargo fmt)已添加必要的注释
文档已更新(如需要)
截图(如适用)
如果有 UI 变更,请添加截图。
其他信息
任何其他需要审阅者知道的信息。