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

fix: fix building loop when renaming a folder and opening a new flow and running It #3844

Merged
merged 5 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ce38bd0 View commit details
    Browse the repository at this point in the history
  2. refactor: Improve folder sidebar buttons component

    Refactor the folder sidebar buttons component to improve its structure and readability. This includes adding a new hook for folder fetching, handling rendering and filtering functionality, and updating the UI for adding and uploading folders. The changes also include handling double-click and keydown events for folder items, as well as fixing some bugs related to folder editing and deleting. These improvements enhance the overall user experience and maintainability of the codebase.
    Cristhianzl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3174b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c45a0d View commit details
    Browse the repository at this point in the history
  4. refactor: Remove unused import and variable in DropdownButtonComponent

    - Remove unused import and variable in DropdownButtonComponent
    - Add useIsFetching hook for folder fetching in DropdownButtonComponent
    Cristhianzl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    69f02b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f040d39 View commit details
    Browse the repository at this point in the history