Releases: santi020k/file-manager
Releases · santi020k/file-manager
Version 1.0.0
Description
This version encompasses a series of clean-up tasks aimed at enhancing the project's code quality and maintainability. Below is a summary of the changes made:
Fixes:
- Eslint config and middleware fixes.
- Change package version to align with project requirements.
Refactor:
- Last code adjustments to the ESLint configuration for improved consistency and clarity.
- Removed obsolete TODO comments.
Platform Files
Description
This pull request introduces several enhancements and fixes to the project. Below is a summary of the changes made:
Fixes:
- Fix medias changes behavior.
- Fix change selected reset form.
- Add delete batch header button and other fixes.
Features:
- Initial form logic implementation, although it requires further polishing.
- Addition of loading, private, and drive sections, along with an empty state.
- Introduction of user hooks for improved functionality.
- Upload file process refinement.
- Some adjustments to loading images for better display.
Platform Auth
Description
Overall, this pull request enhances the project by integrating Supabase for backend operations, enabling user authentication with login/logout functionality, and improving user experience with toast notifications
Fixes:
- N/A
Features:
- Supabase init
- Login
- Logout
- Toast
Refactor:
- N/A
Platform UI
Description
This pull request includes a series of commits aimed at enhancing the user interface of the application.
Fixes:
- N/A
Features:
- Drive connect modal
- Add typography
- Install shadcn/ui
- Initial login UI
- Add Favicons
- Update Manifest
- Login page update copies and styles
- Building page for privacy and terms
- Login add background image
- Initial dashboard UI
- Add base cards styles
- Add gallery cards links, edit store, and batch store
- Connect useBatch logic with UI
- Fix responsive and add edit form section
- Add initial File form
- Upload File Dialog
- Implement error handler boundary
- Drive connect modal
- Small UI fixes and change projects to files selector in file-form
Refactor:
- N/A