File Manager - Dashboard Routes #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "riobuenoDevelops/fileManager-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Features
Added shadcn Components
Added dependencies
@tanstack/react-table
: Requiered for TableAdded Application Components
/components/data-table.tsx
: Reusable Table template based on the provideddata
andcolumns
./components/file-card.tsx
This file contains the following components:FileCardList
FileCard
routes/file-manager/columns.tsx
: Contains Files Table columns definitions./components/upgrade-account-banner.tsx
: Dashboard's upgrade account banner./components/usage-card.tsx
: Dashboard's Usage Cards for Current usage section./componets/usage-chart.tsx
: Dashboard;s Usage Charts template.Added Routes:
/file-manager
Renamed Components
DashboardLayout
toGeneralLayout
Updated Components
Input
: AddedfullWidth
andleftIcon
props.Button
: Addedaccent
color variant.TODO
active
logict to navbar buttons based on URL pathname.To Discuss
good to merge. Merging manually