Skip to content

Commit 93140a6

Browse files
authored
Merge pull request #169 from SwiftChainn/feat/live-status-badge
cleaned up
2 parents 2622994 + d43d844 commit 93140a6

85 files changed

Lines changed: 1031 additions & 20866 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,25 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
24+
2025
- name: Use Node.js ${{ matrix.node-version }}
2126
uses: actions/setup-node@v4
2227
with:
2328
node-version: ${{ matrix.node-version }}
24-
cache: 'npm'
29+
cache: 'pnpm'
2530

2631
- name: Install dependencies
27-
run: npm ci
32+
run: pnpm install --frozen-lockfile
2833

2934
- name: Lint
30-
run: npm run lint
35+
run: pnpm run lint
3136

3237
- name: Type Check
33-
run: npm run type-check # Assumes a script "type-check": "tsc --noEmit" exists in package.json
38+
run: pnpm run type-check
3439

3540
- name: Build Verification
36-
run: npm run build
41+
run: pnpm run build

.next/cache/.previewinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"previewModeId":"e8d5fa8de10a6dd7d07cffc3cbce554c","previewModeSigningKey":"57d36d034d9c1806a53aeb9c2d808b80a5f2c8f10085af51ad99e95ccddbc605","previewModeEncryptionKey":"0a31d8b7e83186513835432420f4f217f3ae527340e5d4fe32cad3c1981f592f","expireAt":1778352509199}
1+
{"previewModeId":"929c3f850748a3a6ee61407382eaea7c","previewModeSigningKey":"6fff592a23859b82c7640cc156c1157840ef0c7b06078afe23525dc3be050a81","previewModeEncryptionKey":"cd9e451eb231b82d526c0387814918d75de2c855c9a37cab373ad0b9bec0a340","expireAt":1783457733675}

.next/cache/.rscinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"encryption.key":"/GMupKf8auDyRL+FwqivyERAp99VxV8/vmqKa3gM4YI=","encryption.expire_at":1778352509151}
1+
{"encryption.key":"bzvNwvqjWqjetBF6AXMIDtQkkV43vwZIhrEXhIqzewE=","encryption.expire_at":1783457733402}

.next/cache/.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.next/dev/build-manifest.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@
33
"/_app": []
44
},
55
"devFiles": [],
6-
"polyfillFiles": [
7-
"static/chunks/4ca00_next_dist_build_polyfills_polyfill-nomodule.js"
8-
],
6+
"polyfillFiles": [],
97
"lowPriorityFiles": [
108
"static/development/_ssgManifest.js",
119
"static/development/_buildManifest.js"
1210
],
13-
"rootMainFiles": [
14-
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_64cc4bcb._.js",
15-
"static/chunks/4ca00_next_dist_compiled_react-dom_cd0fb749._.js",
16-
"static/chunks/4ca00_next_dist_compiled_react-server-dom-turbopack_e6a6f8b7._.js",
17-
"static/chunks/4ca00_next_dist_compiled_next-devtools_index_51f40b8a.js",
18-
"static/chunks/4ca00_next_dist_compiled_390899a9._.js",
19-
"static/chunks/4ca00_next_dist_client_58f30882._.js",
20-
"static/chunks/4ca00_next_dist_260f0b9e._.js",
21-
"static/chunks/69652_@swc_helpers_cjs_679851cc._.js",
22-
"static/chunks/_a0ff3932._.js",
23-
"static/chunks/turbopack-_3c4e011e._.js"
24-
]
11+
"rootMainFiles": []
2512
}

.next/dev/prerender-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"dynamicRoutes": {},
55
"notFoundRoutes": [],
66
"preview": {
7-
"previewModeId": "ec48cf17b5fbd2740db0a861776c5563",
8-
"previewModeSigningKey": "320314dab860aab83d56212260e1f2bfcb8b9b2042ac8b66a14d3d9940e9f925",
9-
"previewModeEncryptionKey": "ada6a1014499cd4cb37c2b3b3029b45783356eff4abf77983b0e3882aa74a597"
7+
"previewModeId": "970c6bd4b400f7b01e4fa4f0ff43a7aa",
8+
"previewModeSigningKey": "750ac3a6c796d0d2607ac191c9cbb7a0beed0a1676451207e24e367592345fca",
9+
"previewModeEncryptionKey": "5915192d9fa4de267185f6ec79234d48e6909b4afe7de0e55ec7eda5f038b9df"
1010
}
1111
}
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
{
2-
"/_not-found/page": "app/_not-found/page.js",
3-
"/page": "app/page.js"
4-
}
1+
{}

.next/dev/server/middleware-build-manifest.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,9 @@ globalThis.__BUILD_MANIFEST = {
33
"/_app": []
44
},
55
"devFiles": [],
6-
"polyfillFiles": [
7-
"static/chunks/4ca00_next_dist_build_polyfills_polyfill-nomodule.js"
8-
],
6+
"polyfillFiles": [],
97
"lowPriorityFiles": [],
10-
"rootMainFiles": [
11-
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_64cc4bcb._.js",
12-
"static/chunks/4ca00_next_dist_compiled_react-dom_cd0fb749._.js",
13-
"static/chunks/4ca00_next_dist_compiled_react-server-dom-turbopack_e6a6f8b7._.js",
14-
"static/chunks/4ca00_next_dist_compiled_next-devtools_index_51f40b8a.js",
15-
"static/chunks/4ca00_next_dist_compiled_390899a9._.js",
16-
"static/chunks/4ca00_next_dist_client_58f30882._.js",
17-
"static/chunks/4ca00_next_dist_260f0b9e._.js",
18-
"static/chunks/69652_@swc_helpers_cjs_679851cc._.js",
19-
"static/chunks/_a0ff3932._.js",
20-
"static/chunks/turbopack-_3c4e011e._.js"
21-
]
8+
"rootMainFiles": []
229
};
2310
globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
2411
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",

.next/dev/server/middleware-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"env": {
2525
"__NEXT_BUILD_ID": "development",
2626
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "/FeHRLgVUuySwH+AsP31pbdrODRqErWyi5ws9pbH0Cw=",
27-
"__NEXT_PREVIEW_MODE_ID": "ec48cf17b5fbd2740db0a861776c5563",
28-
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "ada6a1014499cd4cb37c2b3b3029b45783356eff4abf77983b0e3882aa74a597",
29-
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "320314dab860aab83d56212260e1f2bfcb8b9b2042ac8b66a14d3d9940e9f925"
27+
"__NEXT_PREVIEW_MODE_ID": "970c6bd4b400f7b01e4fa4f0ff43a7aa",
28+
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "5915192d9fa4de267185f6ec79234d48e6909b4afe7de0e55ec7eda5f038b9df",
29+
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "750ac3a6c796d0d2607ac191c9cbb7a0beed0a1676451207e24e367592345fca"
3030
}
3131
}
3232
},

.next/dev/server/middleware/middleware-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"env": {
2525
"__NEXT_BUILD_ID": "development",
2626
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "/FeHRLgVUuySwH+AsP31pbdrODRqErWyi5ws9pbH0Cw=",
27-
"__NEXT_PREVIEW_MODE_ID": "ec48cf17b5fbd2740db0a861776c5563",
28-
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "ada6a1014499cd4cb37c2b3b3029b45783356eff4abf77983b0e3882aa74a597",
29-
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "320314dab860aab83d56212260e1f2bfcb8b9b2042ac8b66a14d3d9940e9f925"
27+
"__NEXT_PREVIEW_MODE_ID": "970c6bd4b400f7b01e4fa4f0ff43a7aa",
28+
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "5915192d9fa4de267185f6ec79234d48e6909b4afe7de0e55ec7eda5f038b9df",
29+
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "750ac3a6c796d0d2607ac191c9cbb7a0beed0a1676451207e24e367592345fca"
3030
}
3131
}
3232
},

0 commit comments

Comments
 (0)