Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a2d5432
feat(product-options): Add channel-aware functionality for product op…
asonnleitner Jul 30, 2025
be1e7d7
feat(product-options): Enhance channel-aware tests for product option…
asonnleitner Jul 30, 2025
bf03f58
feat(product-options): Update error handling and improve GraphQL muta…
asonnleitner Jul 30, 2025
3094527
feat(product-options): Add error message for product option group in use
asonnleitner Jul 30, 2025
9a5cbbb
feat(product-options): Remove redundant test for channel-specific Pro…
asonnleitner Jul 30, 2025
c183e2a
feat(product-options): Add validation for product option group existe…
asonnleitner Jul 30, 2025
eea8036
feat(product-options): Refactor queries for product option groups to …
asonnleitner Jul 30, 2025
608be22
feat(product-options): Simplify mapping of channel option group optio…
asonnleitner Jul 30, 2025
76e45d6
feat(product-options): Add validation for empty product option group IDs
asonnleitner Jul 31, 2025
c91aa74
feat(product-options): Enable sharing of option groups between products
asonnleitner Jul 31, 2025
f396401
feat(product-options): Implement pagination for product option groups
asonnleitner Jul 31, 2025
f6cb158
feat(option-groups): Add option groups route and integrate with navig…
asonnleitner Jul 31, 2025
ff12d29
feat(product-options): Add channel awareness to product option and gr…
asonnleitner Jul 31, 2025
d968397
feat(product-options): Create product option dialog and option group …
asonnleitner Aug 1, 2025
ec96b4c
feat(product-options): Add pagination and filtering to product option…
asonnleitner Aug 1, 2025
702a4d3
feat(product-options): Add optionList field and pagination support fo…
asonnleitner Aug 1, 2025
acfe81c
feat(product-options): Enhance product option groups with CRUD operat…
asonnleitner Aug 1, 2025
43a4644
feat(option-groups): Add option group and option search components wi…
asonnleitner Aug 1, 2025
45949d9
feat(option-search): Enhance group and option search and improve drop…
asonnleitner Aug 1, 2025
dd0ff5b
feat(search): Close dropdown and clear command value on Tab key press
asonnleitner Aug 1, 2025
1714d90
feat(product-options): Update translation keys and clean up unused code
asonnleitner Aug 4, 2025
4c4d8b9
feat(translations): Add deletion error messages for product options a…
asonnleitner Aug 4, 2025
8782622
feat(channel-aware-options): Refactor services to use readonly modifi…
asonnleitner Aug 4, 2025
35d71f1
feat(product-options): Update input types and improve component struc…
asonnleitner Aug 4, 2025
a53b48c
feat(search): Refactor keydown handling for improved navigation and s…
asonnleitner Aug 4, 2025
f2ae6d5
feat(product-variants): Refactor variant creation logic with helper
asonnleitner Aug 4, 2025
e9c1247
feat(product-variants): Remove unused imports in create-product-varia…
asonnleitner Aug 4, 2025
77fd67f
feat(product-option-groups): Remove unused import for Switch component
asonnleitner Aug 4, 2025
2663552
feat(nav): Remove option groups from navigation and routing
asonnleitner Aug 4, 2025
1abb543
fix(core): Fix TypeScript type inference in graphql-custom-fields
asonnleitner Aug 4, 2025
bb005ae
chore: Regenerate GraphQL types and package-lock.json after rebase
asonnleitner Aug 4, 2025
46d4533
feat(product-definitions): Remove unused languageCode field from tran…
asonnleitner Aug 4, 2025
753a208
feat(product-service): Implement automatic cleanup of orphaned option…
asonnleitner Aug 5, 2025
a10ad5f
feat(graphql): Update introspection type and adjust gql.tada import s…
asonnleitner Aug 5, 2025
13665d6
feat(product-option-groups): Rename "Product Option Groups" to "Optio…
asonnleitner Aug 5, 2025
7052b3b
feat(product-options): Add bulk action to delete product options
asonnleitner Aug 5, 2025
852b93d
feat(product-options): Update deletion mutations to return arrays of …
asonnleitner Aug 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94,614 changes: 42,736 additions & 51,878 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/catalog/src/catalog.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
PageService,
} from '@vendure/admin-ui/core';
import { map } from 'rxjs/operators';

import { ProductOptionsEditorComponent } from './components/product-options-editor/product-options-editor.component';
import { ProductVariantsEditorComponent } from './components/product-variants-editor/product-variants-editor.component';
import { ProductVariantsResolver } from './providers/routing/product-variants-resolver';
Expand Down
Loading
Loading