Candy Tsai
Candy Tsai
I'm just wondering should sessionID be independent of the client? For example, if I want to get the context of a user, each user should have a different sessionID, but...
## Problem when using QueryFindRequest there is no resetContexts paramater Example query: ``` Query{ Query: "reset contexts", ResetContexts: true, SessionID: "testSession", } ``` Original (resetContexts does not exist): ```json {...
Task-related: https://github.com/Automattic/wp-calypso/issues/68089 #### Proposed Changes * #### Testing Instructions * #### Pre-merge Checklist - [ ] [Have you written new tests](https://wpcalypso.wordpress.com/devdocs/docs/testing/index.md) for your changes? - [ ] Have you tested...
Follow-up issue for #67574 See [comment](https://github.com/Automattic/wp-calypso/issues/67574#issuecomment-1249319530) for more details. Acceptance criteria: - [ ] Has the same function as the desktop version for other screen sizes
Fixes https://github.com/Automattic/dotcom-forge/issues/6356 ## Proposed Changes * When the site has no subscribers, render same empty state as Jetpack sites Jetpack site  > [!NOTE] > the Jetpack site has one...
Fixes https://github.com/Automattic/dotcom-forge/issues/7973 ## Proposed Changes * Created /profile with the Color Schema selector to manage per-site per-user under the flag `layout/site-level-user-profile`  #### TO DO - [ ] When changing...
### Quick summary When typing in Chinese or Japanese, we must select the right characters and press enter. After pressing enter, it saves and closes the modal instead of letting...