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 Issues Related to Asset Library #919

Merged
merged 18 commits into from
Sep 29, 2024

Commits on Sep 18, 2024

  1. fix: limit the width of the asset item

    - limit the width of the asset item in the asset library
    - ellipsis the asset name if it is too long
    Gerrnperl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3869859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee6270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce723ea View commit details
    Browse the repository at this point in the history
  4. feat: check if user asset exists before adding it

    Added a check logic before adding an asset to the database to avoid
    adding the same asset multiple times and causing duplication errors.
    
    If the asset already exists in the database,
    the add operation is not performed.
    Gerrnperl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ffe09ec View commit details
    Browse the repository at this point in the history
  5. format code

    Gerrnperl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    77b7dc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bc9f03 View commit details
    Browse the repository at this point in the history
  7. fix width of AI AssetItem

    Gerrnperl committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d77a53f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    e4fcdd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fa7a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47038c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a89e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566d4e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    097801b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    062b9e3 View commit details
    Browse the repository at this point in the history
  8. format code

    Co-authored-by: qiniu-x[bot] <154984095+qiniu-x[bot]@users.noreply.github.com>
    Gerrnperl and qiniu-x[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2ce0667 View commit details
    Browse the repository at this point in the history
  9. format code

    Gerrnperl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5f77f91 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. feat: add animation loading status after animation generated

    Shows a loading animation after the animation is generated and before it is uploaded and displayed.
    Shows a tip to let users start motion recording to generate animation.
    Gerrnperl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    96fdb80 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    31e462b View commit details
    Browse the repository at this point in the history