374 Commits

Author SHA1 Message Date
372082771c 更新 ServerCard 组件,重构样式和布局,增强网络速度显示,优化服务器详细信息展示,移除不必要的代码,提升可读性和维护性。 2025-04-18 20:44:33 +08:00
b02680896a 更新 framer-motion 依赖版本至 ^10.18.0,添加 @emotion/is-prop-valid 和 @emotion/memoize 作为可选依赖,移除不再使用的 motion-dom 和 motion-utils 依赖。 2025-04-18 20:40:21 +08:00
9d41ce3187 更新 .gitignore 文件以移除 package-lock.json,修改 GitHub Actions 中的 npm 安装命令为 --force 2025-04-18 20:32:33 +08:00
426f253761 移除 HTTPS 配置文件,更新 ServerCard 组件样式和布局,增强服务器详细信息展示,调整 CPU、内存、存储和网络传输信息的显示方式 2025-04-18 20:25:24 +08:00
03c3a913c6 修正 ServerCard 和 ServerCardInline 组件中的 CPU 标签,从 "物理CPU" 更新为 "pCPU" 2025-03-17 17:27:12 +08:00
b6274a2718 chore: 更新 npm 安装命令以支持遗留对等依赖 2025-03-17 17:26:36 +08:00
wood chen
ee26bda492
Merge pull request #14 from woodchen-ink:hamster1963-main
Hamster1963-main
2025-03-17 17:20:49 +08:00
bfc7a01828 Merge branch 'main' of https://github.com/hamster1963/nezha-dash-v1 into hamster1963-main 2025-03-17 17:19:36 +08:00
hamster1963
83db91ee58 chore: update package dependencies to specific versions 2025-03-17 12:31:06 +08:00
仓鼠
5d7c07850a
feat: enhance uptime display with hours (#36)
* feat: enhance uptime display with hours and update translations for hours

* chore: auto-fix linting and formatting issues
2025-03-16 11:10:59 +08:00
仓鼠
7ffef91d2d
feat: add boot time display in ServerDetailOverview and localization … (#35)
* feat: add boot time display in ServerDetailOverview and localization support

* chore: auto-fix linting and formatting issues
2025-03-12 09:25:42 +08:00
仓鼠
1a38ce8c77
feat: improve inline settings handling for mobile responsiveness (#34)
* feat: improve inline settings handling for mobile responsiveness

* chore: auto-fix linting and formatting issues
2025-03-12 09:18:31 +08:00
hamster1963
99d349b0ed chore: update package dependencies to latest versions 2025-03-12 08:57:46 +08:00
dff03ccaed 新布局 2025-03-10 16:58:03 +08:00
e2f9cb86ca 调整宽度 2025-03-10 16:51:59 +08:00
74e10d33af 调整布局 2025-03-10 16:48:02 +08:00
7b5495997f 调整宽度, 调整tag 2025-03-10 16:42:51 +08:00
f04c220570 refactor: 更新页面布局和服务器卡片样式
- 将最大宽度从 max-w-5xl 调整为 max-w-screen-xl
- 替换 Badge 组件为自定义样式的 p 标签
- 调整服务器卡片标签的颜色和样式
- 移除 Inter 字体,使用系统默认字体
2025-03-10 16:34:30 +08:00
3a2b43d584 feat: 添加服务器详细信息展示开关和更多服务器信息标签 2025-03-10 16:23:19 +08:00
ca31801568 修复footer缺失导入 2025-03-03 23:40:55 +08:00
952e824034 refactor: 移除 PWA 相关的元数据和链接 2025-03-03 06:28:53 +08:00
956ccf8651 fix: downgrade react and react-dom to version 18.2.0 2025-03-03 06:14:06 +08:00
wood chen
a5c5b72625
Merge pull request #12 from woodchen-ink:hamster1963-main
Hamster1963-main
2025-03-03 06:01:16 +08:00
a22168e0ab feat: 更新应用名称和图标路径 2025-03-03 06:00:46 +08:00
b3df24ea08 Merge branch 'main' of https://github.com/hamster1963/nezha-dash-v1 into hamster1963-main 2025-03-03 06:00:41 +08:00
Yorun
57256fcc3a
feat: Add quarterly abbr (#33)
* feat: Add quarterly abbr

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: yorunning <25226871+yorunning@users.noreply.github.com>
2025-02-28 23:53:42 +08:00
hamster1963
24f5095051 chore: update country-flag-icons, framer-motion, and postcss to latest versions 2025-02-20 15:29:27 +08:00
hamster1963
674d348ed7 feat: add support for ForcePeakCutEnabled configuration in NetworkChart 2025-02-20 15:29:14 +08:00
hamster1963
579b4f8ef4 chore: bump package dependencies to latest patch and minor versions 2025-02-19 17:47:26 +08:00
hamster1963
059e66bc91 refactor: improve NetworkChart x-axis tick display logic for better time range visualization 2025-02-19 17:47:10 +08:00
hamster1963
a1840176fd chore: update framer-motion and @types/node to latest patch versions 2025-02-16 16:32:11 +08:00
hamster1963
c58b79e6d2 refactor: improve NetworkChart x-axis tick formatting and interval 2025-02-16 16:30:48 +08:00
hamster1963
296b15a7d4 feat: add platform-specific keyboard shortcut display 2025-02-13 11:32:11 +08:00
hamster1963
0e184cafbb chore: update project name and reset version to 1.0.0 2025-02-13 11:22:37 +08:00
hamster1963
ce693db499 chore: bump package dependencies to latest patch versions 2025-02-13 11:22:07 +08:00
hamster1963
d4f6db436a feat: add PWA support with manifest, icons, and theme color management 2025-02-13 11:21:53 +08:00
hamster1963
b298d91aa1 chore: update project dependencies to latest minor versions 2025-02-10 17:45:41 +08:00
hamster1963
52c7391d57 refactor: enhance Server page toggle buttons with subtle shadow and border styling 2025-02-06 13:58:12 +08:00
hamster1963
69e12163ad feat: add Radix UI Select component for improved sorting UI 2025-02-06 13:50:37 +08:00
hamster1963
681bcaadd5 refactor: update Server page button active state color to blue-600 2025-02-06 13:41:00 +08:00
hamster1963
27ad834683 refactor: simplify seconds display in time component 2025-02-05 01:26:25 +08:00
hamster1963
c87663f2e1 feat: add global configuration flags for services, card layout, and map display 2025-02-04 19:48:59 +08:00
仓鼠
ee0eee378b
chore: update project dependencies to latest versions (#31)
* chore: update project dependencies to latest versions

* test: lint

* chore: auto-fix linting and formatting issues
2025-02-04 15:29:45 +08:00
仓鼠
96ebaf87a9
Merge pull request #30 from hamster1963/1834423612/main
feat: improve Server page button styling with dark mode support
2025-02-04 15:25:49 +08:00
hamster1963
3b7b5ffa8c chore: auto-fix linting and formatting issues 2025-02-04 07:23:16 +00:00
仓鼠
71de091460
Merge pull request #29 from 1834423612/main
fix: update button color styles in Server Page for improved visual clarity
2025-02-04 15:22:41 +08:00
hamster1963
8ddf26861f feat: improve Server page button styling with dark mode support 2025-02-04 14:41:53 +08:00
kjch
a8888b9ca6
fix: update button color styles in Server Page for improved visual clarity 2025-02-03 14:24:30 -05:00
hamster1963
48dbf85bca refactor: improve CycleTransferStats and ServiceTracker UI components 2025-02-01 19:39:23 +08:00
hamster1963
0f81ef2f25 feat: enhance ServiceTracker with detailed uptime and delay visualization 2025-02-01 19:10:04 +08:00