Commit Graph

  • dbe3725aaf 优化 ServerCard 组件,移除 CPU、内存和存储的百分比显示,简化界面信息,同时将上传和下载标签修改为简短形式,提升用户体验。 main wood chen 2025-06-20 11:03:42 +08:00
  • 4e3d24975c 优化样式设置,将背景颜色改为透明,提升界面整洁性。同时在 App 组件中添加毛玻璃蒙版层,增强视觉效果。 wood chen 2025-06-16 10:48:59 +08:00
  • d9995fab5f 更新 Vite 配置中的 API 代理地址,改为使用远程服务器。同时优化 App 组件的背景层逻辑,移除不必要的背景图设置,简化代码结构,提升用户体验。 wood chen 2025-06-16 09:54:42 +08:00
  • 63b5dd1893 调整 ServerDetail 组件的布局,将最大宽度从 5xl 增加到 7xl,以提升界面整洁性和用户体验。 wood chen 2025-06-14 08:05:29 +08:00
  • 3f7985ecf2 优化 App、Header 和 Server 组件的布局,调整样式以提升用户体验和界面整洁性。同时移除不必要的动画效果,简化代码结构。 wood chen 2025-06-14 08:00:56 +08:00
  • 3958b3b35c 移除主题切换相关组件,简化主题管理逻辑,默认设置为暗黑模式,提升代码整洁性和用户体验。 wood chen 2025-06-14 07:31:06 +08:00
  • 9090b407cc 移除 Header 组件中的语言切换器,进一步简化国际化逻辑,提升代码整洁性。 wood chen 2025-06-14 07:21:53 +08:00
  • 372cd247ae 移除多语言支持相关的组件和翻译文件,简化国际化逻辑,默认语言设置为英语,提升代码整洁性和维护性。 wood chen 2025-06-14 07:19:24 +08:00
  • 49af2059b8 更新 index.css,优化字体设置以提升跨平台兼容性和用户体验。 wood chen 2025-05-26 17:58:14 +08:00
  • d5f3548af4 优化 GroupSwitch 组件的标签点击处理逻辑,移除冗余的滚动逻辑,简化代码结构。同时在 Server 页面中引入直接国家选择器,提升用户体验和状态管理的清晰度。 wood chen 2025-05-07 15:52:25 +08:00
  • b800ce816a 优化 GroupSwitch 组件,移除调试信息以提升代码整洁性。同时在 Server 页面中引入 ref 存储筛选状态,确保 WebSocket 消息更新时 UI 状态与筛选状态同步,提升用户体验。 wood chen 2025-05-07 15:35:30 +08:00
  • eeddef0efc 更新 GroupSwitch 组件,增加唯一 ID 前缀以避免布局冲突,优化标签点击处理逻辑。同时在 Server 页面中添加调试信息,记录组和国家切换的状态,提升代码可读性和调试便利性。 wood chen 2025-05-07 15:31:01 +08:00
  • 20ca646e9a 更新 GroupSwitch 组件,增加暗黑模式支持和国家切换功能,同时优化状态管理逻辑以适应不同的切换需求。在 Server 页面中添加国家筛选功能,提升用户体验。 wood chen 2025-05-07 15:26:40 +08:00
  • 3c6e8c1730
    Merge pull request #16 from hamster1963/main v0.0.2 wood chen 2025-04-29 02:43:36 +08:00
  • 06f2e04ba8 更新 ServerCard 组件,增加分组名称的显示功能,优化布局以提升信息展示的清晰度和可读性。同时在 Server 页面中查找服务器所属的分组并传递相关信息。 wood chen 2025-04-29 02:34:46 +08:00
  • 8438bd4d6d
    fix: update sorting logic to use formatted memory and disk values for accurate comparisons (#42) 仓鼠 2025-04-27 15:08:27 +08:00
  • 8eec93aff4 更新 ServerCard 组件,优化 CPU 和内存信息的显示,增加 SWAP 使用率的提示功能,提升信息展示的清晰度和可读性。同时调整字节格式化函数,简化单位显示。 wood chen 2025-04-26 16:27:01 +08:00
  • 56812a52c3 优化 ServerCard 组件的连接数和进程数显示布局,使用网格布局提升信息展示的清晰度和可读性。 wood chen 2025-04-26 15:18:33 +08:00
  • a491e2ad54 更新 i18n.js 文件,移除不再使用的语言翻译,简化资源配置。同时在 ServerCard 组件中增加大数值格式化功能,优化连接数和进程数的显示方式,提升信息展示的清晰度和可读性。 wood chen 2025-04-26 15:14:28 +08:00
  • 20bba90a49 fix: update button background color for better visibility in dark mode hamster1963 2025-04-25 10:55:02 +08:00
  • ed35e8c122
    Feat: Multiple choice (#41) 仓鼠 2025-04-25 10:50:01 +08:00
  • 963765343b fix: update sort type from 'stg' to 'disk' for accurate sorting in server context hamster1963 2025-04-25 10:26:15 +08:00
  • 807743aaf9 更新 README.md 文件,增加两种使用方法的说明,添加 fork 项目的相关信息,并更新反代设置的说明。同时更新 GitHub Actions 配置,忽略所有 .yml 文件的变更。 v0.0.1 wood chen 2025-04-19 17:58:47 +08:00
  • 106687c8c2 更新 ServerCard 组件,增加最后活跃时间的显示,优化布局以提升信息展示的清晰度和可读性。 wood chen 2025-04-19 14:53:52 +08:00
  • d7a147cbd6 Merge branch 'main' of https://github.com/woodchen-ink/nezha-dash-v1 wood chen 2025-04-19 14:48:14 +08:00
  • db96d85070 更新 ServerCard 组件,优化内存和存储大小的显示逻辑,增加默认值为 "-" 的处理,提升信息展示的清晰度和可读性。 wood chen 2025-04-19 14:48:12 +08:00
  • fc8d4fc01c
    Merge pull request #15 from hamster1963/main wood chen 2025-04-19 14:44:46 +08:00
  • 01ade5f908 更新 ServerCard 组件,简化连接数和进程数的显示方式,将 TCP、UDP 和进程数的标签缩短为 T、U 和 P,以提升信息展示的简洁性和可读性。 wood chen 2025-04-19 14:43:15 +08:00
  • 12d0323d58 移除 ServerCardInline 组件,更新 Server 页面以简化服务器卡片展示,优化布局,提升用户体验和可读性。 wood chen 2025-04-19 14:40:29 +08:00
  • 3e2dc06b26 更新 README.md 文件,增加使用方法和配置说明,调整首页查看面板,隐藏登录按钮,支持面板与 nezha 容器分离部署。同时更新 GitHub Actions 配置,忽略 README.md 文件的变更。 wood chen 2025-04-18 21:39:31 +08:00
  • b5bd645d3f 更新 ServerCard 和 ServiceTracker 组件,移除多余的调试日志,优化流量周期数据匹配逻辑,确保数据展示的简洁性和可读性。 wood chen 2025-04-18 21:25:54 +08:00
  • 31ff14b6f6 更新 ServerCard 组件,增强流量周期数据匹配逻辑,添加调试日志以便于排查问题,确保服务器ID匹配的准确性,提升数据展示的可靠性和可读性。 wood chen 2025-04-18 21:11:43 +08:00
  • dfb648a32b 更新 ServerCard 组件,添加流量使用统计功能,支持周期数据展示,优化进度条颜色显示,提升用户对流量使用情况的理解和可视化效果。 wood chen 2025-04-18 21:02:56 +08:00
  • 6b4ba04995 更新 ServerCard 组件,添加状态图标和颜色等级,优化布局和样式,增强网络和资源使用信息的展示,提升用户体验和可读性。 wood chen 2025-04-18 20:49:28 +08:00
  • 372082771c 更新 ServerCard 组件,重构样式和布局,增强网络速度显示,优化服务器详细信息展示,移除不必要的代码,提升可读性和维护性。 wood chen 2025-04-18 20:44:33 +08:00
  • b02680896a 更新 framer-motion 依赖版本至 ^10.18.0,添加 @emotion/is-prop-valid 和 @emotion/memoize 作为可选依赖,移除不再使用的 motion-dom 和 motion-utils 依赖。 wood chen 2025-04-18 20:40:21 +08:00
  • 9d41ce3187 更新 .gitignore 文件以移除 package-lock.json,修改 GitHub Actions 中的 npm 安装命令为 --force wood chen 2025-04-18 20:32:33 +08:00
  • 426f253761 移除 HTTPS 配置文件,更新 ServerCard 组件样式和布局,增强服务器详细信息展示,调整 CPU、内存、存储和网络传输信息的显示方式 wood chen 2025-04-18 20:25:24 +08:00
  • bc88a53170
    Translated using Weblate (Russian) (#40) Weblate (bot) 2025-04-01 14:41:13 +02:00
  • e433aff4d4
    Translated using Weblate (Spanish) (#39) Weblate (bot) 2025-03-29 07:46:25 +01:00
  • 5803eb3fed
    feat: add support for additional languages (#38) 仓鼠 2025-03-26 17:12:46 +08:00
  • a5268dc3ec
    Translated using Weblate (Russian) (#37) Weblate (bot) 2025-03-21 07:43:09 +01:00
  • c4ca78b8e0 feat: fix last active time formatting to correctly handle timestamps hamster1963 2025-03-20 14:17:22 +08:00
  • f27de51312 feat: format last active time string using dayjs for improved readability hamster1963 2025-03-19 11:20:50 +08:00
  • 03c3a913c6 修正 ServerCard 和 ServerCardInline 组件中的 CPU 标签,从 "物理CPU" 更新为 "pCPU" wood chen 2025-03-17 17:27:12 +08:00
  • b6274a2718 chore: 更新 npm 安装命令以支持遗留对等依赖 wood chen 2025-03-17 17:26:36 +08:00
  • ee26bda492
    Merge pull request #14 from woodchen-ink:hamster1963-main wood chen 2025-03-17 17:20:49 +08:00
  • bfc7a01828 Merge branch 'main' of https://github.com/hamster1963/nezha-dash-v1 into hamster1963-main wood chen 2025-03-17 17:19:36 +08:00
  • 83db91ee58 chore: update package dependencies to specific versions hamster1963 2025-03-17 12:31:06 +08:00
  • 5d7c07850a
    feat: enhance uptime display with hours (#36) 仓鼠 2025-03-16 11:10:59 +08:00
  • 7ffef91d2d
    feat: add boot time display in ServerDetailOverview and localization … (#35) 仓鼠 2025-03-12 09:25:42 +08:00
  • 1a38ce8c77
    feat: improve inline settings handling for mobile responsiveness (#34) 仓鼠 2025-03-12 09:18:31 +08:00
  • 99d349b0ed chore: update package dependencies to latest versions hamster1963 2025-03-12 08:57:26 +08:00
  • dff03ccaed 新布局 wood chen 2025-03-10 16:58:03 +08:00
  • e2f9cb86ca 调整宽度 wood chen 2025-03-10 16:51:59 +08:00
  • 74e10d33af 调整布局 wood chen 2025-03-10 16:48:02 +08:00
  • 7b5495997f 调整宽度, 调整tag wood chen 2025-03-10 16:42:51 +08:00
  • f04c220570 refactor: 更新页面布局和服务器卡片样式 wood chen 2025-03-10 16:34:30 +08:00
  • 3a2b43d584 feat: 添加服务器详细信息展示开关和更多服务器信息标签 wood chen 2025-03-10 16:23:19 +08:00
  • ca31801568 修复footer缺失导入 wood chen 2025-03-03 23:40:55 +08:00
  • 952e824034 refactor: 移除 PWA 相关的元数据和链接 wood chen 2025-03-03 06:28:53 +08:00
  • 956ccf8651 fix: downgrade react and react-dom to version 18.2.0 wood chen 2025-03-03 06:14:06 +08:00
  • a5c5b72625
    Merge pull request #12 from woodchen-ink:hamster1963-main wood chen 2025-03-03 06:01:16 +08:00
  • a22168e0ab feat: 更新应用名称和图标路径 wood chen 2025-03-03 06:00:46 +08:00
  • b3df24ea08 Merge branch 'main' of https://github.com/hamster1963/nezha-dash-v1 into hamster1963-main wood chen 2025-03-03 06:00:41 +08:00
  • 57256fcc3a
    feat: Add quarterly abbr (#33) Yorun 2025-02-28 23:53:42 +08:00
  • 24f5095051 chore: update country-flag-icons, framer-motion, and postcss to latest versions hamster1963 2025-02-20 15:29:27 +08:00
  • 674d348ed7 feat: add support for ForcePeakCutEnabled configuration in NetworkChart hamster1963 2025-02-20 15:29:14 +08:00
  • 579b4f8ef4 chore: bump package dependencies to latest patch and minor versions hamster1963 2025-02-19 17:47:26 +08:00
  • 059e66bc91 refactor: improve NetworkChart x-axis tick display logic for better time range visualization hamster1963 2025-02-19 17:47:10 +08:00
  • a1840176fd chore: update framer-motion and @types/node to latest patch versions hamster1963 2025-02-16 16:32:11 +08:00
  • c58b79e6d2 refactor: improve NetworkChart x-axis tick formatting and interval hamster1963 2025-02-16 16:30:48 +08:00
  • 296b15a7d4 feat: add platform-specific keyboard shortcut display hamster1963 2025-02-13 11:32:11 +08:00
  • 0e184cafbb chore: update project name and reset version to 1.0.0 hamster1963 2025-02-13 11:22:37 +08:00
  • ce693db499 chore: bump package dependencies to latest patch versions hamster1963 2025-02-13 11:22:07 +08:00
  • d4f6db436a feat: add PWA support with manifest, icons, and theme color management hamster1963 2025-02-13 11:21:53 +08:00
  • b298d91aa1 chore: update project dependencies to latest minor versions hamster1963 2025-02-10 17:45:41 +08:00
  • 52c7391d57 refactor: enhance Server page toggle buttons with subtle shadow and border styling hamster1963 2025-02-06 13:58:12 +08:00
  • 69e12163ad feat: add Radix UI Select component for improved sorting UI hamster1963 2025-02-06 13:50:37 +08:00
  • 681bcaadd5 refactor: update Server page button active state color to blue-600 hamster1963 2025-02-06 13:41:00 +08:00
  • 27ad834683 refactor: simplify seconds display in time component hamster1963 2025-02-05 01:26:25 +08:00
  • c87663f2e1 feat: add global configuration flags for services, card layout, and map display hamster1963 2025-02-04 19:48:59 +08:00
  • ee0eee378b
    chore: update project dependencies to latest versions (#31) 仓鼠 2025-02-04 15:29:45 +08:00
  • 96ebaf87a9
    Merge pull request #30 from hamster1963/1834423612/main 仓鼠 2025-02-04 15:25:49 +08:00
  • 3b7b5ffa8c chore: auto-fix linting and formatting issues hamster1963 2025-02-04 07:23:16 +00:00
  • 71de091460
    Merge pull request #29 from 1834423612/main 仓鼠 2025-02-04 15:22:41 +08:00
  • 8ddf26861f feat: improve Server page button styling with dark mode support hamster1963 2025-02-04 14:41:53 +08:00
  • a8888b9ca6
    fix: update button color styles in Server Page for improved visual clarity kjch 2025-02-03 14:24:30 -05:00
  • 48dbf85bca refactor: improve CycleTransferStats and ServiceTracker UI components hamster1963 2025-02-01 19:39:23 +08:00
  • 0f81ef2f25 feat: enhance ServiceTracker with detailed uptime and delay visualization hamster1963 2025-02-01 19:10:04 +08:00
  • 94eb966d65 feat: add tooltip component and integrate it into ServerDetailOverview hamster1963 2025-02-01 14:04:55 +08:00
  • df8a72f76a
    Merge pull request #10 from woodchen-ink:hamster1963-main wood chen 2025-01-30 16:22:37 +08:00
  • 76a8027771 Merge branch 'main' of https://github.com/hamster1963/nezha-dash-v1 into hamster1963-main woodchen 2025-01-30 16:22:03 +08:00
  • 51995c107a chore: bump sonner to v1.7.3 hamster1963 2025-01-30 00:32:09 +08:00
  • 7aad81518a feat: enhance time display with NumberFlow component hamster1963 2025-01-30 00:31:58 +08:00
  • c02d25e127 chore: update dependencies to latest versions hamster1963 2025-01-29 01:42:23 +08:00
  • aef26d999b fix: improve command dialog styling and input wrapper hamster1963 2025-01-28 16:05:21 +08:00
  • 964e53e33b fix: safely check nezhaWsData.servers before rendering hamster1963 2025-01-27 23:57:36 +08:00
  • d302df895a fix: conditionally render servers in dash command hamster1963 2025-01-25 19:46:06 +08:00
  • ce94204efd chore: update dependencies hamster1963 2025-01-25 11:43:08 +08:00