- 
                Notifications
    You must be signed in to change notification settings 
- Fork 49
Remove remote-ui references from Admin surface #3525
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
          
     Closed
      
      
    
                
     Closed
            
            
          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
    
  
  
    
    ### Background Adds available native screen uris to example. shopify-dev: Shopify/shopify-dev#63113 ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation
…ng-guide 18241: update starting guide
Fix regression where children property was removed
Version Packages (2025-10-rc) (rc)
…d-types [Intents] add `intents.invoke` documentation and types to standard API
Version Packages (2025-10-rc) (rc)
### Background Improved example code in POS UI extension components to use more realistic and contextual content instead of generic placeholders. ### Solution Updated all component examples in the point-of-sale surface to use more meaningful, realistic content that better demonstrates their intended usage. This makes the examples more helpful for developers by showing practical applications rather than generic placeholders like "Label" or "Content". Key improvements: - Added realistic content to banners with appropriate messaging for each tone - Updated form fields with contextual values (emails, addresses, etc.) - Improved button labels to reflect common actions - Enhanced choice lists with realistic options - Simplified examples to focus on core functionality ### 🎩 - Reviewed all component examples to ensure they render correctly - Verified that the examples demonstrate proper component usage - Confirmed examples maintain consistent styling and patterns ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation
Update 2025-10 migration guide for customer accounts
… POS 2025-10 Update NumberField.doc.ts
#3374) Resolves [2025-10 Docs][Followup component audit] ChoiceList shop/issues-retail#18638 [2025-10 Docs][Followup component audit] DateField shop/issues-retail#18640 [2025-10 Docs][Followup component audit] DatePicker shop/issues-retail#18641 [2025-10 Docs][Followup component audit] DateSpinner shop/issues-retail#18642 [2025-10 Docs][Followup component audit] EmailField shop/issues-retail#18644 [2025-10 Docs][Followup component audit] NumberField shop/issues-retail#18649 [2025-10 Docs][Followup component audit] SearchField shop/issues-retail#18653 [2025-10 Docs][Followup component audit] TextField shop/issues-retail#18658 [2025-10 Docs][Followup component audit] TimeField shop/issues-retail#18660 [2025-10 Docs][Followup component audit] TimePicker shop/issues-retail#18661 ### Background This PR enhances the documentation for POS UI Extension form components by adding JSDoc comments for event handlers and providing usage examples. ### Solution - Added detailed JSDoc comments to all event handlers (onChange, onInput, onFocus, onBlur) across form components - Standardized the order of event handlers to be consistent across all components - Added code examples demonstrating event handling patterns for each component - Clarified the purpose of accessory slots with better descriptions - Added examples showing how to use command system with date/time pickers These improvements make it easier for developers to understand when different events fire and how to properly handle them in their extensions. ### 🎩 Companion PR: https://app.graphite.dev/github/pr/Shopify/shopify-dev/63109 - Verified documentation renders correctly with new JSDoc comments ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation
### Background Adding documentation for the Divider component in the Point of Sale UI extensions. ### Solution This PR adds documentation for the Divider component, which creates visual separation between content sections. The documentation includes: - Component description highlighting how dividers help organize information and improve content hierarchy - Basic properties definition - Default example with HTML code sample - Appropriate categorization under "Structure" in the Polaris web components ### 🎩 - Verified the documentation structure matches other component docs - Confirmed the example code is correct and minimal ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation ### Screenshot 
### Background Make `preact` and `@preact/signals` optional peer dependencies in the `@shopify/ui-extensions` package, allowing consumers to use the package without requiring these dependencies if they're not needed. Consumers should be able to pull in their own version explicitly. Previously these were set to `optionalDependencies` with `"*"` which resolved to the latest version. ### 🎩 Snapit is down so we cannot top hat 😥 ### Checklist - [ ] I have 🎩'd these changes - [ ] I have updated relevant documentation
Version Packages (2025-10-rc) (rc)
### Background Includes a fresh batch of generated types. ### 🎩 Verify we don't include/delete anything by mistake ### Checklist - [x] I have 🎩'd these changes - [x] I have updated relevant documentation
* prepare-package-release * script * CLI version * sed var * mocks * changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Added examples to admin Forms components (Part I)
…ature-previews Add link to POS UI extensions developer preview for 2025-10 docs
Update troubleshooting doc for clarity
Added examples to admin Overlays components
Update assets in /docs/api/customer-account-ui-extensions docs
Add POS Dev Console to getting started
[NumberField] Improve example
Add POS Dev Console to getting started
Fix outdated references to checkout-web-ui in comment links
Remove pos static pages that are migrating
* Version Packages (#3457) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * update readme for 2026-01-rc --------- Co-authored-by: shopify-github-actions-access[bot] <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
      
        
      
      
  
    2 tasks
  
| 
 This stack of pull requests is managed by Graphite. Learn more about stacking. | 
  This was referenced Oct 27, 2025 
      
     Closed
  
  
    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.
  
    
  
    
Background
(Provide a link to any relevant issues AND provide a TLDR of the issue in this pull request)
Solution
(Describe your solution, why this approach was chosen, and what the alternatives/impacts may be)
🎩
Checklist