Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evoko/zendesk-theme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: evoko/zendesk-theme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 23, 2022

  1. Copy the full SHA
    da52abc View commit details

Commits on Sep 26, 2022

  1. Map illustrations by category id on home page (#32)

    Currently which illustration to show on the home page is determined by the category name which is inflexible since it doesn't 
    allow for the name to easily updated. This PR changes that so an illustration is mapped by `category.id` instead of `category.name`.
    rottbers authored Sep 26, 2022
    Copy the full SHA
    3f1296b View commit details

Commits on Mar 14, 2023

  1. Copy the full SHA
    0d8009f View commit details
Showing with 17 additions and 30 deletions.
  1. +1 −1 manifest.json
  2. +1 −1 package.json
  3. +1 −1 style.css
  4. +3 −3 styles/_base.scss
  5. +11 −24 templates/home_page.hbs
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Evoko theme",
"author": "Evoko Unlimited AB",
"version": "3.0.2",
"version": "3.0.5",
"api_version": 2,
"default_locale": "en-us",
"settings": [
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendesk-theme",
"version": "3.0.2",
"version": "3.0.5",
"private": true,
"scripts": {
"start": "concurrently \"npm:preview\" \"npm:styles:watch\"",
Loading