@rubytech/taskmaster 1.0.109 → 1.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/build-info.json
CHANGED
package/package.json
CHANGED
|
@@ -641,19 +641,21 @@ Each account can have its own branding — a logo and colour scheme that appears
|
|
|
641
641
|
|
|
642
642
|
| Setting | What it does |
|
|
643
643
|
|---------|-------------|
|
|
644
|
-
| **Logo** | Your business logo, shown on public chat pages
|
|
645
|
-
| **Accent colour** | The colour used for buttons, links, and interactive elements
|
|
646
|
-
| **Background tint** | A
|
|
644
|
+
| **Logo** | Your business logo, shown in the navigation header and on public chat pages |
|
|
645
|
+
| **Accent colour** | The colour used for buttons, links, and interactive elements. Button text automatically switches to dark or light for readability. |
|
|
646
|
+
| **Background tint** | A colour wash blended into page backgrounds, cards, chat bubbles, and input fields |
|
|
647
647
|
|
|
648
648
|
### How to set up branding
|
|
649
649
|
|
|
650
650
|
1. Go to the **Setup** page
|
|
651
651
|
2. Find the **Branding** row in the status dashboard
|
|
652
652
|
3. Click **Edit** — a modal opens with your branding options
|
|
653
|
-
4. **Upload a logo** — click Upload and select an image (PNG, JPEG, SVG, or WebP, max 2 MB)
|
|
654
|
-
5. **Choose your accent colour** — click the colour picker
|
|
655
|
-
6. **Choose your background tint** — click the colour picker
|
|
656
|
-
7.
|
|
653
|
+
4. **Upload a logo** — click Upload and select an image (PNG, JPEG, SVG, or WebP, max 2 MB). The logo appears in the navigation header and on public chat pages.
|
|
654
|
+
5. **Choose your accent colour** — click the colour picker, or type a hex code (e.g. `#7C8C72`) directly into the text field and press Enter
|
|
655
|
+
6. **Choose your background tint** — click the colour picker or type a hex code to add a colour wash across page backgrounds, cards, chat bubbles, and input fields (optional)
|
|
656
|
+
7. Close the modal with the **×** button — changes are applied immediately
|
|
657
|
+
|
|
658
|
+
To clear an individual colour without resetting everything, click the **Clear** button next to that colour.
|
|
657
659
|
|
|
658
660
|
To see what each setting does, click the **(i)** button on the Branding row.
|
|
659
661
|
|
|
@@ -663,7 +665,7 @@ Branding is set per account. If you have multiple accounts, switch to each accou
|
|
|
663
665
|
|
|
664
666
|
### Resetting to defaults
|
|
665
667
|
|
|
666
|
-
To remove all custom branding and return to the default colours, open the Branding modal and click **Reset to defaults**. To remove just the logo, click **Remove** next to the logo preview.
|
|
668
|
+
To remove all custom branding and return to the default colours, open the Branding modal and click **Reset to defaults**. To remove just one colour, click **Clear** next to it. To remove just the logo, click **Remove** next to the logo preview.
|
|
667
669
|
|
|
668
670
|
### Where branding appears
|
|
669
671
|
|