From 993517493f642f8b23a5d37cdc49ef5f621f761c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:07:15 +0000 Subject: [PATCH 1/4] Initial plan From 3db0e6f2ca2bcc10765e9c47f02cee7945e9bbb0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:10:31 +0000 Subject: [PATCH 2/4] Fix image preview by removing leading spaces from markdown image syntax Co-authored-by: vrebaca <67687528+vrebaca@users.noreply.github.com> --- portal/2026-02-02-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/2026-02-02-changelog.md b/portal/2026-02-02-changelog.md index b16295f..9d7313a 100644 --- a/portal/2026-02-02-changelog.md +++ b/portal/2026-02-02-changelog.md @@ -28,7 +28,7 @@ This release introduces template management improvements, user experience enhanc **Fixed:** Creating new employees no longer results in permission errors. Read and Write access permissions are now automatically selected by default when you add a new team member. - ![Employee page](images/2026-02-02/employee.png) +![Employee page](images/2026-02-02/employee.png) **Why it matters:** Adding new employees to your team is now less error-prone. You don't have to worry about permission problems - the system automatically sets up the most common permissions, so your team members can start working right away. @@ -53,6 +53,6 @@ This release introduces template management improvements, user experience enhanc **Fixed:** The queue list in Portugal now works correctly. Previously, clicking on one queue would expand all queues at once. Now when you click on a queue, only that specific queue expands, making it much easier to work with your queue list. - ![PT queue page](images/2026-02-02/pt-queue.png) +![PT queue page](images/2026-02-02/pt-queue.png) **Why it matters:** You can now easily view details for individual queues without all of them opening at the same time. This makes managing your queues much simpler and brings Portugal in line with how the queue list works in all other countries. From 66333e495eed15ddd49e20ec207d366d2ab28dd2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:23:16 +0000 Subject: [PATCH 3/4] Use explicit relative paths for images with ./ prefix Co-authored-by: vrebaca <67687528+vrebaca@users.noreply.github.com> --- portal/2026-02-02-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/2026-02-02-changelog.md b/portal/2026-02-02-changelog.md index 9d7313a..7a8dad8 100644 --- a/portal/2026-02-02-changelog.md +++ b/portal/2026-02-02-changelog.md @@ -28,7 +28,7 @@ This release introduces template management improvements, user experience enhanc **Fixed:** Creating new employees no longer results in permission errors. Read and Write access permissions are now automatically selected by default when you add a new team member. -![Employee page](images/2026-02-02/employee.png) +![Employee page](./images/2026-02-02/employee.png) **Why it matters:** Adding new employees to your team is now less error-prone. You don't have to worry about permission problems - the system automatically sets up the most common permissions, so your team members can start working right away. @@ -53,6 +53,6 @@ This release introduces template management improvements, user experience enhanc **Fixed:** The queue list in Portugal now works correctly. Previously, clicking on one queue would expand all queues at once. Now when you click on a queue, only that specific queue expands, making it much easier to work with your queue list. -![PT queue page](images/2026-02-02/pt-queue.png) +![PT queue page](./images/2026-02-02/pt-queue.png) **Why it matters:** You can now easily view details for individual queues without all of them opening at the same time. This makes managing your queues much simpler and brings Portugal in line with how the queue list works in all other countries. From 019e46d689ce0280f627ec305b3053d0814f44d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:38:32 +0000 Subject: [PATCH 4/4] Revert to standard image path format without ./ prefix Co-authored-by: vrebaca <67687528+vrebaca@users.noreply.github.com> --- portal/2026-02-02-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/2026-02-02-changelog.md b/portal/2026-02-02-changelog.md index 7a8dad8..9d7313a 100644 --- a/portal/2026-02-02-changelog.md +++ b/portal/2026-02-02-changelog.md @@ -28,7 +28,7 @@ This release introduces template management improvements, user experience enhanc **Fixed:** Creating new employees no longer results in permission errors. Read and Write access permissions are now automatically selected by default when you add a new team member. -![Employee page](./images/2026-02-02/employee.png) +![Employee page](images/2026-02-02/employee.png) **Why it matters:** Adding new employees to your team is now less error-prone. You don't have to worry about permission problems - the system automatically sets up the most common permissions, so your team members can start working right away. @@ -53,6 +53,6 @@ This release introduces template management improvements, user experience enhanc **Fixed:** The queue list in Portugal now works correctly. Previously, clicking on one queue would expand all queues at once. Now when you click on a queue, only that specific queue expands, making it much easier to work with your queue list. -![PT queue page](./images/2026-02-02/pt-queue.png) +![PT queue page](images/2026-02-02/pt-queue.png) **Why it matters:** You can now easily view details for individual queues without all of them opening at the same time. This makes managing your queues much simpler and brings Portugal in line with how the queue list works in all other countries.