Skip to content

Commit

Permalink
update the nodes UI
Browse files Browse the repository at this point in the history
  • Loading branch information
parsaa74 committed Jan 10, 2025
1 parent 0f7fa7b commit e8a5707
Show file tree
Hide file tree
Showing 120 changed files with 10,785 additions and 287,217 deletions.
1 change: 0 additions & 1 deletion .next/BUILD_ID

This file was deleted.

10 changes: 5 additions & 5 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"pages": {
"/layout": [
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
"static/chunks/app/page.js"
],
"/page": [
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
"static/css/app/layout.css",
"static/chunks/app/layout.js"
]
}
}
3 changes: 0 additions & 3 deletions .next/app-path-routes-manifest.json

This file was deleted.

12 changes: 2 additions & 10 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/webpack.js",
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
Expand All @@ -15,16 +16,7 @@
"static/chunks/main-app.js"
],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
"/_app": []
},
"ampFirstPages": []
}
2 changes: 1 addition & 1 deletion .next/cache/.tsbuildinfo

Large diffs are not rendered by default.

Loading

0 comments on commit e8a5707

Please sign in to comment.