Skip to content

Releases: santi020k/file-manager

Version 1.0.0

13 Mar 23:38
Compare
Choose a tag to compare

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

13 Mar 23:32
Compare
Choose a tag to compare

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

13 Mar 03:44
8d01336
Compare
Choose a tag to compare

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

12 Mar 22:05
9e4598e
Compare
Choose a tag to compare

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