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

New feature implementation/#2189 Add support for uploading nested folders #2206

Merged
merged 44 commits into from
Nov 13, 2024

Conversation

JosuaCarl
Copy link
Contributor

@JosuaCarl JosuaCarl commented Nov 4, 2024

resolves #2189

Implementation:

Limitations:

Help needed:

  • Resolve the second limitation (although I don't see how)

taipy/gui/gui.py Fixed Show fixed Hide fixed
taipy/gui/gui.py Fixed Show fixed Hide fixed
taipy/gui/gui.py Fixed Show fixed Hide fixed
@FredLL-Avaiga FredLL-Avaiga added 🖰 GUI Related to GUI 🟨 Priority: Medium Not blocking but should be addressed ✨New feature labels Nov 8, 2024
taipy/gui/gui.py Fixed Show fixed Hide fixed
taipy/gui/gui.py Fixed Show fixed Hide fixed
Copy link
Member

@FredLL-Avaiga FredLL-Avaiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting there

.gitignore Outdated Show resolved Hide resolved
frontend/taipy-gui/dom/package-lock.json Outdated Show resolved Hide resolved
frontend/taipy/package-lock.json Outdated Show resolved Hide resolved
Copy link
Member

@FredLL-Avaiga FredLL-Avaiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there

frontend/taipy-gui/src/components/Taipy/FileSelector.tsx Outdated Show resolved Hide resolved
taipy/gui/_renderers/factory.py Outdated Show resolved Hide resolved
taipy/gui/viselements.json Outdated Show resolved Hide resolved
@FredLL-Avaiga FredLL-Avaiga added the ✅ hacktoberfest: approved An approved PR for Hacktoberfest rewarding label Nov 13, 2024
Copy link
Member

@FredLL-Avaiga FredLL-Avaiga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me
Can you do your hacktoberFest thing @jrobinAV ?

@jrobinAV jrobinAV added hacktoberfest hacktoberfest issues hacktoberfest - 300💎💎💎 Issues rewarded by 300 points labels Nov 13, 2024
@jrobinAV jrobinAV merged commit 0b44b5d into Avaiga:develop Nov 13, 2024
57 of 60 checks passed
@JosuaCarl
Copy link
Contributor Author

@jrobinAV I've just taken a look at the goodies and they seem pretty sweet. Do I have to sign up somewhere to get them ?

@jrobinAV
Copy link
Member

@RymMichaut should contact you very soon.

@Avaiga Avaiga deleted a comment from RymMichaut Nov 14, 2024
@RymMichaut
Copy link
Member

@JosuaCarl congrats on the merged PR, could you please contact me at [email protected] to ship your swag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖰 GUI Related to GUI hacktoberfest - 300💎💎💎 Issues rewarded by 300 points ✅ hacktoberfest: approved An approved PR for Hacktoberfest rewarding hacktoberfest hacktoberfest issues ✨New feature 🟨 Priority: Medium Not blocking but should be addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload whole folders, preserving the nested structure with FileSelector
6 participants