Skip to content

Angular - Implementing the CMS Kit module features#24234

Merged
sumeyyeKurtulus merged 34 commits intodevfrom
issue/cms-kit-angular
Feb 16, 2026
Merged

Angular - Implementing the CMS Kit module features#24234
sumeyyeKurtulus merged 34 commits intodevfrom
issue/cms-kit-angular

Conversation

@sumeyyeKurtulus
Copy link
Contributor

@sumeyyeKurtulus sumeyyeKurtulus commented Nov 20, 2025

Description

Resolves https://github.com/volosoft/volo/issues/20975 and relates https://github.com/volosoft/volo/pull/21014

Features covered in this PR

  • Blogs
  • Blog Posts
  • Comments
  • Menus
  • Pages
  • Tags
  • Global Resources
  • CMS Settings

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

@sumeyyeKurtulus sumeyyeKurtulus marked this pull request as ready for review December 4, 2025 05:44
private route = inject(ActivatedRoute);
private destroyRef = inject(DestroyRef);

form: FormGroup;
Copy link
Member

@fahrigedik fahrigedik Dec 5, 2025

Choose a reason for hiding this comment

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

I think we should use the signal-based forms that will come with Angular 21 in the future. Just an idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I checked that either 🙌🏻. However, we need to update the apps to the ng v21 accordingly.

@skoc10 skoc10 changed the base branch from dev to rel-10.1 December 30, 2025 08:21
Copy link
Contributor

@oykuermann oykuermann left a comment

Choose a reason for hiding this comment

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

@CLAassistant
Copy link

CLAassistant commented Feb 16, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
10 out of 11 committers have signed the CLA.

✅ ebicoglu
✅ fahrigedik
✅ nebula2
✅ maliming
✅ enisn
✅ erdemcaygor
✅ skoc10
✅ EngincanV
✅ sumeyyeKurtulus
✅ ismcagdas
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 15.3%, saving 55.7 KB.

Filename Before After Improvement Visual comparison
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/dotnet-conf-china-2025.png 194.2 KB 160.1 KB 17.6% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/passkey-setting.png 22.6 KB 18.2 KB 19.6% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/password-history-warning.png 24.1 KB 21.1 KB 12.2% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/reset-password-error-modal.png 24.1 KB 21.1 KB 12.2% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/studio-switch-to-preview.png 22.0 KB 19.6 KB 10.7% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/passkey-login.png 17.6 KB 15.2 KB 13.3% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/password-history-settings.png 15.4 KB 13.2 KB 14.3% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/my-passkey.png 20.8 KB 18.7 KB 10.3% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/passkey-registration.png 16.1 KB 14.8 KB 8.3% View diff
docs/en/Blog-Posts/2026-01-08 v10_1_Preview/set-password-error-modal.png 7.6 KB 6.7 KB 12.4% View diff

7 images did not require optimisation.

@sumeyyeKurtulus sumeyyeKurtulus changed the base branch from rel-10.1 to dev February 16, 2026 11:25
Copy link
Contributor

@oykuermann oykuermann left a comment

Choose a reason for hiding this comment

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

I approved, because I requested changes. This PR will be tested with 10.2.0-rc.1 version.

@sumeyyeKurtulus sumeyyeKurtulus merged commit f106bb5 into dev Feb 16, 2026
1 check was pending
@sumeyyeKurtulus sumeyyeKurtulus deleted the issue/cms-kit-angular branch February 16, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants