Open joepavitt opened 2 years ago
From my experiments in https://github.com/flowforge/flowforge/pull/1056 this component will need the following:
watch
function. (e.g. https://github.com/flowforge/flowforge/blob/import-project/frontend/src/components/FormRow.vue#L47 and https://github.com/flowforge/flowforge/blob/import-project/frontend/src/pages/project/components/ImportProjectComponents.vue#L45)Properties:
Also optional multi-file select
@sumitshinde-84 can't seem to assign you to this for some reason, but you're welcome to start the work on the forge-ui-components
repo.
You can run npm run serve
to get some interactive documentation (/docs
) too which will give you some grounds on which to test the widgets works as expected.
@sumitshinde-84 can't seem to assign you to this for some reason, but you're welcome to start the work on the
forge-ui-components
repo.You can run
npm run serve
to get some interactive documentation (/docs
) too which will give you some grounds on which to test the widgets works as expected.
Thank you for the information! I will start working on the forge-ui-components repo
As a starting point take a look at the Vuetify File Upload component: https://vuetifyjs.com/en/components/file-inputs/ offers some good property examples. We'd ideally want drag & drop (and there are plenty of examples out there for that too)
@joepavitt can you please review this Pr #2348 so i can freely move on this issue .
can you please review this Pr #2348 so i can freely move on this issue .
I can see that @Pezmc is handling that already, so will let him cover. That wouldn't be a blocker though, since forge-ui-components
is a completely separate repository.
Story
No response
Description
In need of a file selection/upload component that is consistent in style with the rest of Flowforge. First requirement for this came from https://github.com/flowforge/flowforge/issues/835.
For now, the solution was to use the standard HTML file upload input styling, but something more visually coherent would be preferable.