From f35055aa850c69b3e4273cdc2a2ced42babc1c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B1=D9=85=D9=88=D8=B2=20=D8=A7=D8=AD=D9=85=D8=AF?= Date: Sat, 17 Jan 2026 03:00:11 +0300 Subject: [PATCH 1/3] add Roza Hero section --- sections/sections/roza-hero.liquid mk | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sections/sections/roza-hero.liquid mk diff --git a/sections/sections/roza-hero.liquid mk b/sections/sections/roza-hero.liquid mk new file mode 100644 index 000000000..02ae66e7b --- /dev/null +++ b/sections/sections/roza-hero.liquid mk @@ -0,0 +1,29 @@ +
+

{{ section.settings.title }}

+

{{ section.settings.subtitle }}

+
+ +{% schema %} +{ + "name": "Roza Hero", + "settings": [ + { + "type": "text", + "id": "title", + "label": "العنوان", + "default": "مرحبا بك في متجر روزا" + }, + { + "type": "text", + "id": "subtitle", + "label": "الوصف", + "default": "نقدم لك ثيمات احترافية وتجربة تسوق مميزة" + } + ], + "presets": [ + { + "name": "Roza Hero Section" + } + ] +} +{% endschema %} From 9472d4e90f3734ac253f3a5e76694b1e005f519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B1=D9=85=D9=88=D8=B2=20=D8=A7=D8=AD=D9=85=D8=AF?= Date: Sat, 17 Jan 2026 03:02:59 +0300 Subject: [PATCH 2/3] add Roza Hero section --- sections/sections/roza-hero.liquid | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sections/sections/roza-hero.liquid diff --git a/sections/sections/roza-hero.liquid b/sections/sections/roza-hero.liquid new file mode 100644 index 000000000..02ae66e7b --- /dev/null +++ b/sections/sections/roza-hero.liquid @@ -0,0 +1,29 @@ +
+

{{ section.settings.title }}

+

{{ section.settings.subtitle }}

+
+ +{% schema %} +{ + "name": "Roza Hero", + "settings": [ + { + "type": "text", + "id": "title", + "label": "العنوان", + "default": "مرحبا بك في متجر روزا" + }, + { + "type": "text", + "id": "subtitle", + "label": "الوصف", + "default": "نقدم لك ثيمات احترافية وتجربة تسوق مميزة" + } + ], + "presets": [ + { + "name": "Roza Hero Section" + } + ] +} +{% endschema %} From 879572da501e8a637cc777adc65fb560010afdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B1=D9=85=D9=88=D8=B2=20=D8=A7=D8=AD=D9=85=D8=AF?= Date: Mon, 19 Jan 2026 09:04:51 +0300 Subject: [PATCH 3/3] Update GitHub Actions workflow for theme CI --- .github/workflows/blank.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 000000000..c65274626 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,17 @@ +name: Theme CI + +on: + push: + branches: [ "main" ] + workflow_dispatch: + +jobs: + check-theme: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Theme ready + run: echo "Theme repository is ready ✅"