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

Various fixes #1656

Merged
merged 30 commits into from
Jan 12, 2025
Merged

Various fixes #1656

merged 30 commits into from
Jan 12, 2025

Conversation

NicoPennec
Copy link
Member

@NicoPennec NicoPennec commented Jan 9, 2025

Problem

  • On the newsfeed page, some errors were raised due to read-only mode.
  • Sometimes production settings are not applied well on the task panel.
  • Long asset names may overflow into the UI (eg. Assets in Asset Library don't Wrap Text #1654)
  • Real-time updates on the departements settings page do not work on create and delete actions.
  • On the task type page, switching to view as a contact sheet failed the first time.
  • On the preview player, changing the current animation for the 3D model does not reset the playing status, which may be paused instead of playing.
  • The playlist progress bar does not work with a touch event.
  • Some values ​​can be undefined in specific cases and generate side effects or silent errors.
  • Some outdated npm dependencies.

Solution

  • Fix errors in read-only mode on the preview player in the newsfeed.
  • Fix the current production on the following pages: my checks, my tasks, studio newsfeed, and notifications.
  • Wrap long name in assets library and task type pages.
  • Fix real-time updates for departments. Add missing getter.
  • Fix initialization of the contact sheet view in the task type page.
  • Fix preview playing status on animation change for 3D model.
  • Fix the touch event on playlist progress bar. The method called was incorrect.
  • Fix edge cases of undefined value.
  • Bump npm dependencies (except Marked and JSDom for technical reasons).

@frankrousseau frankrousseau merged commit 4adb708 into cgwire:main Jan 12, 2025
6 checks passed
@frankrousseau
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants