Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard page #43

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
98eeefb
side bar and navbar created
sachinchauhan010 Jul 22, 2024
05f841e
fix: folder structure
alokVerma749 Jul 22, 2024
b77e9ae
fix: header and login
alokVerma749 Jul 22, 2024
32d9b55
fix: logout and avatar
alokVerma749 Jul 22, 2024
caf5c81
fix: scroll
alokVerma749 Jul 22, 2024
546d016
fix: sidebar animation
alokVerma749 Jul 22, 2024
6112b5a
fix: theme togller
alokVerma749 Jul 22, 2024
a15687c
fix: redirection
alokVerma749 Jul 22, 2024
556c011
fix: add history to dashboard
alokVerma749 Jul 22, 2024
8b8ec95
dashboard card created
sachinchauhan010 Jul 22, 2024
eed41e1
fix: icons strokeWidth
alokVerma749 Jul 22, 2024
f8ad03e
minor
alokVerma749 Jul 22, 2024
e99245a
fix: add assets and folders
alokVerma749 Jul 22, 2024
b2a67c1
fix: build
alokVerma749 Jul 23, 2024
08bf7b9
fix: build fail with new pages
alokVerma749 Jul 23, 2024
c9ba2e8
fix navigation effect
sachinchauhan010 Jul 23, 2024
572cd86
fix: css
alokVerma749 Jul 23, 2024
7ac9dc9
fix: header css
alokVerma749 Jul 23, 2024
d88e591
fix nav
alokVerma749 Jul 23, 2024
5923595
fix: navbar width on dashboard
alokVerma749 Jul 23, 2024
e274ed2
fix: sidebar on small screen
alokVerma749 Jul 23, 2024
2be6313
fix: add navigations to sidebar
alokVerma749 Jul 23, 2024
0ced101
refactor: clean code
alokVerma749 Jul 23, 2024
6af499f
folder container structure change
sachinchauhan010 Jul 24, 2024
0e6cd75
fix hover effect
sachinchauhan010 Jul 24, 2024
2337c48
image issue and popover issue resolved
sachinchauhan010 Jul 25, 2024
7df3764
folder card created
sachinchauhan010 Jul 25, 2024
00900f0
fix: refactor
alokVerma749 Jul 25, 2024
e62e687
fix: build
alokVerma749 Jul 25, 2024
2f18a2d
refactor
alokVerma749 Jul 25, 2024
fc844c0
Merge branch 'fix/foldercontainer' into feature/dashboard
alokVerma749 Jul 25, 2024
0baa6e6
fix: header ui
alokVerma749 Jul 25, 2024
3e68cf2
fix folder bg
alokVerma749 Jul 25, 2024
3a5390c
fix: restrict sidebar scroll
alokVerma749 Jul 25, 2024
74d83fd
fix: header nav buttons
alokVerma749 Jul 26, 2024
c311eee
refactor: use defined colors
alokVerma749 Jul 26, 2024
8278f05
grid responsive done
sachinchauhan010 Jul 26, 2024
1cf1f42
refactor
alokVerma749 Jul 26, 2024
4d974db
fix: mobile responsiveness
alokVerma749 Jul 26, 2024
8e42583
fix: minor fixes
mohdadnaanazam Jul 26, 2024
2df31f9
fix: minor changes
mohdadnaanazam Jul 26, 2024
b5b9a5f
fix: folder structure
alokVerma749 Jul 26, 2024
442540e
fix: 2 header flicker
alokVerma749 Jul 26, 2024
fcf1539
fix: sidebar defaul behaviour
alokVerma749 Jul 26, 2024
e4a92c7
fix: layout
mohdadnaanazam Jul 29, 2024
762e787
nav bar transition fix
sachinchauhan010 Jul 29, 2024
45845d9
line removed from mobile screen
sachinchauhan010 Jul 29, 2024
0cef450
code formate improved
sachinchauhan010 Jul 29, 2024
b853c48
fix: eof
alokVerma749 Jul 30, 2024
1df2c7f
feat: add dropzone
alokVerma749 Jul 30, 2024
6f27d39
fix: build
alokVerma749 Jul 30, 2024
add5fae
Merge branch 'fix/navtransition' into feature/dashboard
alokVerma749 Jul 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
211 changes: 197 additions & 14 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/s3-request-presigner": "^3.529.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
Expand All @@ -23,6 +24,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.102.3",
"@react-three/fiber": "^8.15.19",
"@tabler/icons-react": "^3.11.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
Expand All @@ -33,7 +35,7 @@
"date-fns": "^3.4.0",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^11.2.10",
"framer-motion": "^11.3.8",
"input-otp": "^1.0.1",
"install": "^0.13.0",
"limiter": "^2.1.0",
Expand All @@ -48,8 +50,9 @@
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.162.0",
"three-globe": "^2.31.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/(guest)/links/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Links as OfflineLinks } from '@/components/pages/Links'
import { MaxWidthContainer } from "@/components/MaxWidthContainer"

export const metadata: Metadata = {
title: 'TransferX | Links',
title: 'transferX | Links',
description: 'Streamline your file transfers with our secure and user-friendly platform. Easily send and receive files of any size, ensuring quick and reliable delivery every time.'
}

Expand Down
5 changes: 5 additions & 0 deletions src/app/(main)/(dashboard)/me/assets/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Asset } from "@/components/pages/Assets"

export default function Assets() {
return <Asset />
}
5 changes: 5 additions & 0 deletions src/app/(main)/(dashboard)/me/folders/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Folder } from "@/components/pages/Folders"

export default function Folders() {
return <Folder />
}
7 changes: 7 additions & 0 deletions src/app/(main)/(dashboard)/me/history/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Links from '@/app/(guest)/links/page'

const History = () => {
return <Links />
}

export default History
17 changes: 16 additions & 1 deletion src/app/(main)/(dashboard)/me/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
import { DashboardSidebar } from "@/components/DashboardSidebar/DashboardSidebar"

export default function AccountPageLayout({ children }: { children: React.ReactNode }) {
return <>{children}</>
return (
<div className="flex-1 h-full flex flex-col">
<div className="h-full flex-1 w-full">
<div className="flex h-full relative w-full flex-1">

<DashboardSidebar />

<div className="h-full w-full pl-10 pt-10">
{children}
</div>
</div>
</div>
</div>
)
}
Loading