Skip to content

Commit

Permalink
feat: HomeCard
Browse files Browse the repository at this point in the history
  • Loading branch information
ndt080 committed Sep 27, 2023
1 parent c2594c9 commit 7aa1dc5
Show file tree
Hide file tree
Showing 29 changed files with 369 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_API_URL=http://127.0.0.1:8090
VITE_API_URL=http://127.0.0.1:8090
VITE_MEDIA_URL=http://127.0.0.1:8090
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
server/pb_data/*
server/pb_data/*
server/pb_migrations
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
server/pb_data/*
server/pb_data/*
server/pb_migrations
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react-helmet-async": "^1.3.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"react-use": "^17.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"url-join": "^5.0.0",
Expand Down
198 changes: 197 additions & 1 deletion pnpm-lock.yaml

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

Binary file modified server/pb_data/data.db
Binary file not shown.
Binary file modified server/pb_data/logs.db
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"user.cache_control":"","user.content_disposition":"","user.content_encoding":"","user.content_language":"","user.content_type":"image/webp","user.metadata":{"original-filename":"header.webp"},"md5":"YTLeXjo6cekhIHHmqerkDA=="}
Loading

0 comments on commit 7aa1dc5

Please sign in to comment.