Skip to content

Conversation

@vladyslav-polishchuk
Copy link
Contributor

@vladyslav-polishchuk vladyslav-polishchuk commented Aug 23, 2025

Description

  • Implemented AntDesingIcon atom, icons are lazy loaded and cached, no bundle size increase.
  • Updated atom api to provide autocompletion for icons (used enum type with all possible antd icons).
  • Fixed enum type import module, to import allowed values by chunks. Otherwise it failed on huge enums (there are for example ~800 icons values)

Video or Image

Screen.Recording.2025-08-23.at.13.17.18.mov

Related Issue(s)

Fixes #3790

@nx-cloud
Copy link

nx-cloud bot commented Aug 23, 2025

View your CI Pipeline Execution ↗ for commit 64db7d9

Command Status Duration Result
nx e2e web-e2e -c ci --shard=2/4 ✅ Succeeded 6m 57s View ↗
nx e2e web-e2e -c ci --shard=3/4 ✅ Succeeded 4m 25s View ↗
nx e2e web-e2e -c ci --shard=1/4 ✅ Succeeded 4m 10s View ↗
nx e2e web-e2e -c ci --shard=4/4 ✅ Succeeded 54s View ↗
nx affected --target=test -c ci.integration --r... ✅ Succeeded 7m 40s View ↗
nx run-many --target=build --all --exclude=web,... ✅ Succeeded 3m 4s View ↗
nx run-many --target=tsc-check --target=tsc-che... ✅ Succeeded 1m 30s View ↗
nx affected --target=test -c ci.unit --ci ✅ Succeeded 1m 31s View ↗
Additional runs (1) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-08-29 06:36:46 UTC

@vladyslav-polishchuk vladyslav-polishchuk changed the title fix: antd icon atom fix: antd icon atom and improve api Aug 23, 2025
@webberwang
Copy link
Member

shouldn't

take care of batching already?

@webberwang webberwang force-pushed the fix/3790-fix-images branch 3 times, most recently from 57c4ad8 to 125ca0e Compare October 14, 2025 11:59
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.

Can't use antd images in builder

3 participants