From fecf19b170f2ad57a0308232b9805929c88eebd7 Mon Sep 17 00:00:00 2001 From: Timo Erdelt Date: Thu, 14 Dec 2023 15:45:32 +0100 Subject: [PATCH 01/10] Update author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cbcccf..991efd7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.2.0", "main": "./src/index.js", "repository": "https://github.com/TagCommander/react-tag-commander.git", - "author": "Lenoir jérémie", + "author": "CommandersAct", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.9", From 49618043a6ac2c824768b7dab4678b848e781a31 Mon Sep 17 00:00:00 2001 From: Timo Erdelt Date: Mon, 18 Dec 2023 11:20:41 +0100 Subject: [PATCH 02/10] Display rendered README.md in Home, improve layout --- .gitignore | 3 +- README.md | 56 ++--- tag-commander-sample-app/package-lock.json | 210 ++++++++++++++++-- tag-commander-sample-app/package.json | 3 + tag-commander-sample-app/src/App.css | 31 +-- .../src/components/home/index.jsx | 108 ++------- 6 files changed, 248 insertions(+), 163 deletions(-) diff --git a/.gitignore b/.gitignore index f88f355..2de78b1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ resources/.arch-internal-preview.css .arch-internal-preview.css node_modules/ dist/ -yarn.lock \ No newline at end of file +yarn.lock +.idea \ No newline at end of file diff --git a/README.md b/README.md index 11d05ba..105a6fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Integrate Tag Commander with your React applications seamlessly using the `react - [Official Tag Commander website](https://www.commandersact.com/fr/produits/tagcommander/) - **Note**: Familiarize yourself with [Tag Commander's primary documentation](https://community.commandersact.com/tagcommander/) before proceeding. -## Table of Contents +# Table of Contents - [Features](#features) - [Installation and Quick Start](#installation-and-quick-start) - [Methods](#methods) @@ -17,15 +17,15 @@ Integrate Tag Commander with your React applications seamlessly using the `react - [License](#license) - [Development](#development) -## Features +# Features - Automatic page tracking - Event triggering - Supports multiple containers -## Installation and Quick Start +# Installation and Quick Start -### Installation +## Installation 1. **Using NPM**: ```sh @@ -37,7 +37,7 @@ Integrate Tag Commander with your React applications seamlessly using the `react ``` -### Import +## Import 1. **For ES6**: ```javascript @@ -54,7 +54,7 @@ Integrate Tag Commander with your React applications seamlessly using the `react const TC_Wrapper = window.TC_Wrapper; ``` -### Setup +## Setup 1. **Initialize your Data Layer**: Set up your data layer early in your web application, preferably in a ` ``` -## Import +### Import 1. **For ES6**: ```javascript @@ -54,7 +55,7 @@ Integrate CommandersAct's tag container with your React applications seamlessly const TC_Wrapper = window.TC_Wrapper; ``` -## Setup +### Setup 1. **Initialize your Data Layer**: Set up your data layer early in your web application, preferably in a `