-
Couldn't load subscription status.
- Fork 1
headless-ecom: adds data-component-tags (#302) #304
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
Open
Paveltarno
wants to merge
438
commits into
master
Choose a base branch
from
main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* create all category and category list componenets * merge from master * update git ignore * code format * foramt code * refactor component names * fix html
* fix render as child class name * fix render as child class name * fix render as child logic * Create AsChildSlot and move product to use it * Move Category and CategoryList to use AsChildSlot * Move AsChildSlot to a new package * Merge from master * Add utils files * Fix LoadMoreTrigger * Add as child test
* Platform Sort and Filter Provide platform-compatible data alongside domain-specific data Added a platform property to render props that exposes data in the format expected by platform UI primitives (Filter/Sort components).
* Get rid of products-list-search-service
* Align components package to the rest of the repo * Update lockfile * Add dep * Fix lint
* Fix ts errors * Fix lock file * Fix lint
* Add colors handling to filter * Lint
* [Forms] use theme on example * style inputs * check TS on build * add extensions to imports
* [forms] use grid layout * use compound components * Remove redundant file * refactor stuff * refactor Field * small fixes * fix submit * use Field for all * bump dep * pass grid classnames * pass classnames * revert & bump * refactor
…author handling (#398)
#401) * chore(restaurants-olo): bump version to 0.0.6 and refactor OLOSettingsService to remove operationGroup handling * feat(OLO): reintroduce operationGroup handling in OLOSettingsService and update load function to fetch operation groups
…enhance exports (#402)
* refactor(restaurants-menus): update imports to use module syntax and enhance exports * refactor(restaurants-menus): update import statements to include file extensions
* making item field generic * bump
* chore(restaurants-olo): bump version to 0.0.7 and update imports to headless-restaurants-menus * feat(restaurants-olo): integrate Radix UI RadioGroup for item variants and enhance variant handling * bump menus * lint
… child onClick (#408) * fix create btn creates 2 items when invoking the onClick in the child click * fix prettier lint error * recieve the itemData from the exposed function * fix prettier lint error
* [CMS] expose loading and error signales to the components childs * update version
* [blog] Implement blog post comments - Fixup hydration issues with react-router-dom - Handle reply threads if repliesLimit is set - Split comments to separate components - Fix "show more replies" after collapsing - Add unit tests for comments service, expose comments config for post service config loader - Add logout functionallity to top comment input * [blog] Add deleted comment handling * [blog] Fixup code formatting * [blog] Add JSDoc * [blog] Update consisency for comment components * [blog] Format code * [blog] Bump headless-components/blog to 0.0.18 * [blog] Resolve PR comments * [blog] Export "Comment" from blog headless components * [blog] Clear error on Cancel * [blog] Display comment pending status as a chip * [blog] Create Comment.Owner component to separate owner actions * [blog] De-duplicate to use a single Comment.Form component * [blog] Use Comment.Action.Delete * [blog] Use class names to conditionally render comment based on status * [blog] Decouple comments service from post * [blog] Avoid direct references to contextId/resourceId * [blog] Avoid using render props for Comment.Status * [blog] Add JSDoc example
* Init use form * render fields in grid * do stuff * fix * final grid * refacotr * refactor to use Column count * use grid * use rich text border * fix singlw button alignment * fix stuff * remove container from grid styles * pass grid gaps * bump package * update docs * update yarn lock * show messages below form
* [CMS] update create button props type and expose error
* some types improvements and basic modifiers service * feat(restaurants-olo): integrate Radix UI Checkbox for item modifiers and enhance modifier selection handling * refactor(restaurants-menus): wrap modifier group mapping in a fragment for improved rendering * feat(restaurants-olo): enhance modifier handling by adding modifier group and modifiers to item details components * lint fix * bump version
* implemented filter * filter plan * removed div * deleted plan file * lint fix * moved in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
headless-ecom: adds data-component-tags
bump ecom -> 0.0.31
lint
fixes
lint
#pr