Skip to content

Commit

Permalink
add table and delete modal
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitel8p committed Aug 27, 2024
1 parent 683610c commit bdd269a
Show file tree
Hide file tree
Showing 217 changed files with 10,387 additions and 219 deletions.
9 changes: 2 additions & 7 deletions server/build/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"pages": {
"/settings/page": [
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/settings/page.js"
"static/chunks/app/page.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/archive/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
Expand Down
15 changes: 13 additions & 2 deletions server/build/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
Expand All @@ -13,7 +15,16 @@
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
"/_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"
]
},
"ampFirstPages": []
}
Binary file not shown.
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified server/build/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
27 changes: 27 additions & 0 deletions server/build/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
76 changes: 76 additions & 0 deletions server/build/server/_error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/build/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/page": "app/page.js",
"/archive/page": "app/archive/page.js",
"/settings/page": "app/settings/page.js"
"/favicon.ico/route": "app/favicon.ico/route.js"
}
Loading

0 comments on commit bdd269a

Please sign in to comment.