tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Create UI options in app theme extension #55

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

As a developer, I want to config TIKI SDK pre built UI options in the app theme editor, So that administrators can easily configure the colors and fonts for the TIKI SDK's pre-built UI.

Description

We need to provide a way for administrators to customize the UI elements, such as colors and fonts, for the pre-built UI components. This customization should be done within the app theme extension editor in Shopify, allowing administrators to preview and apply the changes in realtime.

Acceptance Criteria

  1. The app theme extension should provide the default Shopify interface for customizing the colors and the font used in pre built UI.
  2. While in the theme editor, the user can check a preview checkbox that will trigger TikiSdk.present() and show the UI for preview. A default user id should be used to prevent the creation of test users.

Tasks

ricardobrg commented 1 year ago

Image