-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: Add FilePicker component #2000
Conversation
706d134
to
5191f01
Compare
5191f01
to
76891bd
Compare
2079362
to
5b50000
Compare
@Merkur39 is it ready to review? Do you still work to do on it? |
Excuse me, there is still some work to be done :) |
5d5f0a3
to
7d23ff0
Compare
|
Oui, les dossiers on une zone de sélection défini par le Divider vertical, car il faut que l'on puisse toujours naviguer dans l'arborescence.
En effet, je vais creuser un peu, pas si simple qu'il n'y parait 😁 |
Je m'en doutais :p j'ai failli mettre un "si pas trop compliqué" mais en fait ce serait quand même mieux pour tester et blinder la feature |
54a51cc
to
aeca351
Compare
Documentation enrichie 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ajouter également des React.memo() sur les export default :)
a932bc2
to
3f2de39
Compare
295d75b
to
0b0c59b
Compare
Inspired by MoveTo on Drive. FilePicker allows to select a file or a folder in Drive a single or multiple way and returns an array of id of the selected items
0b0c59b
to
8f64520
Compare
🎉 This PR is included in version 60.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Inspired by MoveTo on Drive.
FilePicker allows to select a file or a folder in Drive a single or multiple way and returns an array of id of the selected items
In the case of a single selection, the selection does not need to be confirmed
Demo: https://merkur39.github.io/cozy-ui/react/#!/FilePicker/1
This will be a first operational version.
Future evolutions may follow:
#2017
#2018
...