From e7517993d3f9246f1dd1f07c8a48e4fdab077dc2 Mon Sep 17 00:00:00 2001 From: shm Date: Sun, 29 Sep 2024 23:49:30 +0900 Subject: [PATCH 1/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced6312..aaa737d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ GitHub Release GitHub Actions Workflow Status Windows Support Only + GitHub Downloads (all assets, all releases)

From de4e8ce1687368087252369b78afe9cd5ad5ba90 Mon Sep 17 00:00:00 2001 From: shm Date: Sun, 29 Sep 2024 23:59:02 +0900 Subject: [PATCH 2/5] change: biome ci --- .github/workflows/ci.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 384e775..5167957 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: - master - develop push: - branches: + branches: - develop jobs: @@ -38,8 +38,12 @@ jobs: - name: install frontend dependencies run: npm ci - - name: check front end Lint - run: npm run lint:ci + - name: Setup Biome + uses: biomejs/setup-biome@v2 + with: + version: latest + - name: Run Biome + run: biome ci . - uses: tauri-apps/tauri-action@v0 env: From a8eae3b493eb013c6faf8646e2cc93d333f0f56d Mon Sep 17 00:00:00 2001 From: shm Date: Mon, 30 Sep 2024 00:02:51 +0900 Subject: [PATCH 3/5] Revert "change: biome ci" This reverts commit de4e8ce1687368087252369b78afe9cd5ad5ba90. --- .github/workflows/ci.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5167957..384e775 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: - master - develop push: - branches: + branches: - develop jobs: @@ -38,12 +38,8 @@ jobs: - name: install frontend dependencies run: npm ci - - name: Setup Biome - uses: biomejs/setup-biome@v2 - with: - version: latest - - name: Run Biome - run: biome ci . + - name: check front end Lint + run: npm run lint:ci - uses: tauri-apps/tauri-action@v0 env: From 9136ab07dcb1b755d36b4ddb0a0a46e587db2ec4 Mon Sep 17 00:00:00 2001 From: shm Date: Mon, 30 Sep 2024 00:08:41 +0900 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa737d..e9658b0 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ ## Development +[![Linted with Biome](https://img.shields.io/badge/Linted_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev) + ### Requirements - [Node.js 20+](https://nodejs.org/) - [Rust](https://www.rust-lang.org/) -- [Tauri CLI](https://tauri.app/v1/guides/getting-started/prerequisites) ### Setup From 3ccf41d19e56a97537b072ef9078cdde1dab71e8 Mon Sep 17 00:00:00 2001 From: shm Date: Mon, 30 Sep 2024 00:23:55 +0900 Subject: [PATCH 5/5] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9658b0..e1f2d20 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,21 @@ GitHub Downloads (all assets, all releases)

+## Features -## Dashboard +| Feature | Status | +|-----------------------------|--------------------| +| CPU Usage Monitoring | ✅ | +| RAM Usage Monitoring | ✅ | +| GPU Usage Monitoring | ✅ Nvidia only | +| Temperature Monitoring | ⏳ | +| Customizable Themes  | ⏳ | + +### Dashboard ![image](https://github.com/user-attachments/assets/9a2bf54f-d6e5-4c20-b0e4-f249fd5b8433) -## Usage Graph +### Usage Graph ![image](https://github.com/user-attachments/assets/b8fa7d67-a015-487f-aeb4-f43306d28f54)