Skip to content

Conversation

@kyesil
Copy link

@kyesil kyesil commented Dec 2, 2025

Description

I wanted to update this project so I could use it in one of my own applications. My goal was to contribute improvements without breaking the existing behavior, applying modern technology updates while keeping everything stable.

Type of change

  1. Updated Angular to v21
  2. Migrated to the new Angular application builder
  3. Updated animations to match Angular v21 requirements
  4. Switched the project to zoneless Angular
  5. Converted theming to use light-dark() CSS functions.
  6. Removed unused and outdated packages
  • Previously: 985 packages installed (bun install)
  • Now: 552 packages installed (bun install)

Notes

These changes were made with extra care to ensure the existing functionality and behavior remain intact.
I hope the updates are useful.

@siarheihuzarevich
Copy link
Member

Thank you, I'll check during the week

Copy link
Member

@siarheihuzarevich siarheihuzarevich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi!
Thanks for updating the example, but after the changes several critical issues appeared that break the interface:
• the ImagePicker no longer opens;
• the padding and border-radius panels stopped working;
• all panels lost their shadows;
• some components no longer render correctly.

It looks like the refactoring changed some key parts of the structure and styling. Please review the changes and try to restore both functionality and the visual consistency of the original example.

image image image image

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