forked from NoBugInMyCode/ResShareDeployable
-
Notifications
You must be signed in to change notification settings - Fork 1
Enhance UX and Improve error handling #3
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
Open
devangb3
wants to merge
34
commits into
ResilientApp:main
Choose a base branch
from
devangb3:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge pull request #2 from devangb3/main
Update Docker configuration to expose additional IPFS ports and enhan…
Debug deployment
remove unused exports
…ptimization and update useEffect dependencies accordingly.
Debug deployment
fix cookie issues
Debug deployment
- Frontend: Allow selecting and uploading multiple files at once - Added 'multiple' attribute to file input - Updated UI to display list of selected files with sizes - Modified upload handler to process multiple files sequentially - Show progress and success/failure summary for batch uploads - Backend: Implement folder download as ZIP - Added new /download-zip endpoint for folder downloads - Implemented recursive file collection from folder nodes - Create ZIP archives in memory with proper folder structure - Support both shared and regular folder downloads - Frontend: Folder download support - Added downloadFolderAsZip API method - Updated context menu to show "Download as ZIP" for folders - Modified download handler to use appropriate method based on item type - File upload restrictions maintained: folders cannot be uploaded, only individual files can be selected
- Updated HomePage to support folder downloads as ZIP - Modified handleDownload to detect folders and use downloadFolderAsZip API - Updated context menu to show "Download as ZIP" for folders - Support both regular folders and shared folders - Folder detection works for both root items and shared items
- Added ClickAwayListener component to both HomePage and FileExplorer - Context menu now closes when clicking outside the menu area - Improves user experience by preventing stuck menus - Uses Material-UI's ClickAwayListener for consistent behavior
…mrDxkQDfbz4MJtoAa8Q1f Claude/multi file upload zip 018mr dxk q dfbz4 m jto aa8 q1f
…mrDxkQDfbz4MJtoAa8Q1f Improve error handling
|
@devangb3 is attempting to deploy a commit to the ResilientDB's projects Team on Vercel. A member of the Team first needs to authorize it. |
feat: refactor app initialization and enhance route organization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.