Volodymyr Makukha

Results 8 issues of Volodymyr Makukha

If I add `whenTargetNamed` only to one `ServiceIdentifier`, then `getNamed` and `getAllNamed` work incorrectly. ``` bind('serviceId').to(somethingXXX).whenTargetNamed('serviceName'); bind('serviceId').to(somethingYYY); ``` ## Expected Behavior ``` container.getNamed('serviceId', 'serviceName'); // returns - somethingXXX container.getAllNamed('serviceId', 'serviceName');...

#### Proposed Changes Currently, we don't have the `calypso_page_view` tracking event to track opening the post-checkout Professional Email page. With this PR, we have the event. #### Testing Instructions *...

[Status] Needs Review
Professional Email

Related to https://github.com/Automattic/dotcom-forge/issues/2727 ## Proposed Changes This is a redesign of Google Workspace congrats page, as part of the project to redesign all congrats pages (pb5gDS-38y-p2). Design: https://href.li/?https://www.figma.com/file/VLoPHWqcewxNKZYjjkDu3O/?node-id=2887-2591 ## Testing...

[Status] Needs Review
[Status] String Freeze

Related to https://github.com/Automattic/wp-calypso/issues/87334 ## Proposed Changes Currently, after setting up the mailbox, users will be taken to the Congrats Page within the dashboard experience, which is incorrect. Since the Congrats...

[Status] Needs Review
[Status] String Freeze

Related to https://github.com/Automattic/dotcom-forge/issues/2729 ## Proposed Changes This is a redesign of Titan-related congrats pages, as part of the project to redesign all congrats pages (pb5gDS-38y-p2). ## Testing Instructions ### [Set...

[Status] Needs Review
[Status] String Freeze

## Proposed Changes We have [convertToCamelCase](https://github.com/Automattic/wp-calypso/blob/e1f240e1fb5a4083592a787b3e6a4f4c9f553692/client/state/data-layer/utils.js#L45) function which is written with the help of `JS`. This PR adds TS version of this function. ## Why are these changes being made?...

[Status] Needs Review

Related to https://github.com/Automattic/dotcom-forge/issues/8845 ## Proposed Changes We have "Hosting Features" page where users can activate them. So there is next case: 1) A user clicked "Activate" button 2) Activation process...

[Status] Needs Review

Related to https://github.com/Automattic/wp-calypso/issues/95435 ## Proposed Changes With this PR we are fixing the gap for `Enable SSH access for this site` checkbox. And also I decided to improve a few...

[Status] Needs Review