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

Fileuploader - Changes with slots #147

Open
3 of 4 tasks
sabirveli opened this issue Aug 26, 2022 · 0 comments
Open
3 of 4 tasks

Fileuploader - Changes with slots #147

sabirveli opened this issue Aug 26, 2022 · 0 comments
Assignees

Comments

@sabirveli
Copy link
Contributor

sabirveli commented Aug 26, 2022

the file upload component…. keep reimplementing it for different looks
needs unifying.. it should be something like..

<div class="kws-file-upload">
<slot {prop1} {prop2} >
<!--ui goes here-->
</slot>
<input type="file /> <!--absolutely position-->
</div>

  • Design from slot
  • Multi file upload support
  • Drag and Drop feature
  • Cloud upload

Note : so almost everything goes via slot props.. so we can build different looks while not having to copy same js code to another file to make a variation..
we also copy/pasted same file in othe rprojects to make it wirk slightly different
for apparel we did one version for main apparel.. and a cloud upload version for prodsys
see if you can unify everything
including any backend changes we added for cloud upload

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

No branches or pull requests

2 participants