From e3f8dfa4b7c27138696e961637eb03771e6ce18e Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:56:09 +0000 Subject: [PATCH 1/9] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da64b1db..5e18836de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### Version 1.5.3 +- Update index.blade.php (by kokodev) +- Update index.blade.php (by kokodev) +- Update FileEditContainer.tsx (by kokodev) +- Update FileEditContainer.tsx (by kokodev) +- Use icon (by kokofixcomputers koko) + ### Version 1.5.2 - Update index.blade.php (by kokodev) - Update index.blade.php (by kokodev) From e11cc4cbc0e715097982c53328119d11aec38a7e Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:56:10 +0000 Subject: [PATCH 2/9] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a73b43254..1d5e9e0ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file From 6cb7c7a0fd60045bcb47c029547d2f918a53e59b Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:56:12 +0000 Subject: [PATCH 3/9] Update config/app.php From 2cb49b8774917cc2a4195adac1342d523560173a Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:56:14 +0000 Subject: [PATCH 4/9] Update .github/workflows/release.yaml --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 40ee278da..a5f8bf62a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ -name: "Release 1.5.2" +name: "Release 1.5.3" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -56,11 +56,11 @@ jobs: name: release-artifact path: release/kokofixcomputers/panel.tar.gz - - name: "Release 1.5.2" + - name: "Release 1.5.3" uses: softprops/action-gh-release@v1 with: - tag_name: "1.5.2" - name: "Release 1.5.2" + tag_name: "1.5.3" + name: "Release 1.5.3" files: release/kokofixcomputers/panel.tar.gz # Specify the file to attach draft: false # Set to true if you want to create a draft release prerelease: false # Set to true if this is a pre-release From 29e13ae77032dc9df111cbd8b062791e884f6c08 Mon Sep 17 00:00:00 2001 From: kokodev Date: Tue, 29 Oct 2024 18:35:34 -0700 Subject: [PATCH 5/9] Center everything??????? --- .../components/dashboard/ServerRow.tsx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/scripts/components/dashboard/ServerRow.tsx b/resources/scripts/components/dashboard/ServerRow.tsx index 96ee7b187..d38fd91ec 100644 --- a/resources/scripts/components/dashboard/ServerRow.tsx +++ b/resources/scripts/components/dashboard/ServerRow.tsx @@ -131,36 +131,36 @@ export default ({ server, className }: { server: Server; className?: string }) = {stats && ( -
- {/* CPU Indicator */} -
-
- - - {stats.cpuUsagePercent.toFixed(2)}% - -
+
+ {/* CPU Indicator */} +
+
+ + + {stats.cpuUsagePercent.toFixed(2)}% +
+
- {/* Memory Indicator */} -
-
- - - {bytesToString(stats.memoryUsageInBytes)} - -
+ {/* Memory Indicator */} +
+
+ + + {bytesToString(stats.memoryUsageInBytes)} +
+
- {/* Disk Indicator */} -
-
- - {bytesToString(stats?.diskUsageInBytes)} -
+ {/* Disk Indicator */} +
+
+ + {bytesToString(stats?.diskUsageInBytes)}
- )} +
+ )}
); From 225c46069002cbf8945f4a7e99f4e05698886639 Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:35:51 +0000 Subject: [PATCH 6/9] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e18836de..0d1915b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Version 1.5.4 +- Center everything??????? (by kokodev) + ### Version 1.5.3 - Update index.blade.php (by kokodev) - Update index.blade.php (by kokodev) From 656d4b4b1d90daf9b07a3c560ec040b54668bdab Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:35:53 +0000 Subject: [PATCH 7/9] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1d5e9e0ba..63ebd3fe3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 \ No newline at end of file +1.5.4 \ No newline at end of file From 3449d16e1bbe950446399ddfb2b5a5be2be014fb Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:35:55 +0000 Subject: [PATCH 8/9] Update config/app.php From 672ec2ef36a8e05ec0d5b56f2207fd4d8bd90518 Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:35:56 +0000 Subject: [PATCH 9/9] Update .github/workflows/release.yaml --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5f8bf62a..324a39d90 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ -name: "Release 1.5.3" +name: "Release 1.5.4" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -56,11 +56,11 @@ jobs: name: release-artifact path: release/kokofixcomputers/panel.tar.gz - - name: "Release 1.5.3" + - name: "Release 1.5.4" uses: softprops/action-gh-release@v1 with: - tag_name: "1.5.3" - name: "Release 1.5.3" + tag_name: "1.5.4" + name: "Release 1.5.4" files: release/kokofixcomputers/panel.tar.gz # Specify the file to attach draft: false # Set to true if you want to create a draft release prerelease: false # Set to true if this is a pre-release