Skip to content

feat(add-data): Add modal to import data via file upload#189

Open
david-bretaud-dev wants to merge 2 commits into
mainfrom
david-bretaud-dev/feat-add-modal-to-import-new-data
Open

feat(add-data): Add modal to import data via file upload#189
david-bretaud-dev wants to merge 2 commits into
mainfrom
david-bretaud-dev/feat-add-modal-to-import-new-data

Conversation

@david-bretaud-dev

@david-bretaud-dev david-bretaud-dev commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

Highlights

  1. Add "add-data" feature slice.
  2. Add Dialog from shadcn CLI
  3. I had an issue with some container breakpoints used by shadcn (max-w-lg) => the dialog sized was wronged. Why ? because of the spacing custom tokens added in the style. I removed it (and their usage) to be sure we don't have conflicts with native containers token.

Demos

UI only

demo-upload-file-data-ui.mp4

Full flow

Waiting for backend

@david-bretaud-dev david-bretaud-dev self-assigned this Jul 12, 2026
@david-bretaud-dev david-bretaud-dev linked an issue Jul 12, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add Button and Modal to import DataFile

1 participant