File Manager View #1

Closed
riobuenoDevelops wants to merge 0 commits from riobuenoDevelops/file-manager into develop
Collaborator

Features

Added shadcn Components

  • Table
  • Select

Added dependencies

  • @tanstack/react-table: Requiered for Table

Added Application Components

  • /components/data-table.tsx: Reusable Table template based on the provided data and columns.
  • /components/file-card.tsx This file contains the following components:
    • FileCardList
    • FileCard
  • routes/file-manager/columns.tsx: Contains Files Table columns definitions.

Added Routes:

  • /file-manager

Renamed Components

  • DashboardLayout to GeneralLayout

Updated Components

  • Input: Added fullWidth and leftIcon props.

To Discuss:

  • Where should be placed the Icons Component definitions to avoid definition duplicates?
# Features ## Added shadcn Components - Table - Select ## Added dependencies - `@tanstack/react-table`: Requiered for Table ## Added Application Components - `/components/data-table.tsx`: Reusable Table template based on the provided `data` and `columns`. - `/components/file-card.tsx` This file contains the following components: - `FileCardList` - `FileCard` - `routes/file-manager/columns.tsx`: Contains Files Table columns definitions. ## Added Routes: - `/file-manager` ## Renamed Components - `DashboardLayout` to `GeneralLayout` ## Updated Components - `Input`: Added `fullWidth` and `leftIcon` props. # To Discuss: - Where should be placed the Icons Component definitions to avoid definition duplicates?
riobuenoDevelops added 5 commits 2024-03-12 18:17:19 +00:00
riobuenoDevelops requested review from ditorodev 2024-03-12 18:17:25 +00:00
riobuenoDevelops added 1 commit 2024-03-12 18:26:42 +00:00
riobuenoDevelops closed this pull request 2024-03-13 13:29:51 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LumeWeb/portal-dashboard#1
No description provided.