From 94206d701de14b265742713a8bc1f49faa8f6c57 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Fri, 29 Dec 2023 08:46:21 +0000 Subject: [PATCH 1/9] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1e72a8..c226a247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v3.1.60 (Fri Dec 29 2023) + +#### 🐛 Bug Fix + +- Improve chat comments readability [#286](https://github.com/AppQuality/unguess-design-system/pull/286) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks)) +- Add date comments [#285](https://github.com/AppQuality/unguess-design-system/pull/285) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89)) + +#### Authors: 3 + +- [@iDome89](https://github.com/iDome89) +- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks)) +- Marco Bonomo ([@marcbon](https://github.com/marcbon)) + +--- + # v3.1.57 (Thu Dec 28 2023) #### 🐛 Bug Fix From 54b14713d65cc154cf8b76ca8ed311423c9ae280 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Fri, 29 Dec 2023 08:46:23 +0000 Subject: [PATCH 2/9] Bump version to: 3.1.60 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca7beb61..891383ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appquality/unguess-design-system", - "version": "3.1.59", + "version": "3.1.60", "description": "", "main": "build/index.js", "types": "build/index.d.ts", From 5bfaee5b83d50fa47915fa024d65cd44cb47f681 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Fri, 29 Dec 2023 10:41:29 +0000 Subject: [PATCH 3/9] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c226a247..5abd277a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v3.1.61 (Fri Dec 29 2023) + +#### 🐛 Bug Fix + +- Improve chat spacing and save behaviour [#288](https://github.com/AppQuality/unguess-design-system/pull/288) ([@cannarocks](https://github.com/cannarocks)) +- Update-chat-spaces [#287](https://github.com/AppQuality/unguess-design-system/pull/287) ([@cannarocks](https://github.com/cannarocks)) + +#### Authors: 1 + +- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks)) + +--- + # v3.1.60 (Fri Dec 29 2023) #### 🐛 Bug Fix From 34048cfc28764a25a90880f75870a82fc10c5fc5 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Fri, 29 Dec 2023 10:41:30 +0000 Subject: [PATCH 4/9] Bump version to: 3.1.61 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 891383ba..76bab9b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appquality/unguess-design-system", - "version": "3.1.60", + "version": "3.1.61", "description": "", "main": "build/index.js", "types": "build/index.d.ts", From 9b8bbdd7b0a454a9b7e3c346a623d627170c125b Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Tue, 2 Jan 2024 09:13:31 +0000 Subject: [PATCH 5/9] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abd277a..ec36b10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v3.1.62 (Tue Jan 02 2024) + +#### 🐛 Bug Fix + +- [CHAT] Improvements and fixes [#290](https://github.com/AppQuality/unguess-design-system/pull/290) ([@cannarocks](https://github.com/cannarocks)) +- fix(chat): add clear from external save and fix shrinked avat [#289](https://github.com/AppQuality/unguess-design-system/pull/289) ([@cannarocks](https://github.com/cannarocks)) + +#### Authors: 1 + +- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks)) + +--- + # v3.1.61 (Fri Dec 29 2023) #### 🐛 Bug Fix From f5cdccb31174294c330a7c4afdce87240dea7532 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Tue, 2 Jan 2024 09:13:33 +0000 Subject: [PATCH 6/9] Bump version to: 3.1.62 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76bab9b9..1a963874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appquality/unguess-design-system", - "version": "3.1.61", + "version": "3.1.62", "description": "", "main": "build/index.js", "types": "build/index.d.ts", From dcb876f818dcdb7176dfde42f47b850b3bf573d5 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Thu, 4 Jan 2024 08:24:25 +0000 Subject: [PATCH 7/9] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec36b10d..41ddf47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v3.1.63 (Thu Jan 04 2024) + +#### 🐛 Bug Fix + +- Develop [#291](https://github.com/AppQuality/unguess-design-system/pull/291) ([@cannarocks](https://github.com/cannarocks)) + +#### Authors: 1 + +- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks)) + +--- + # v3.1.62 (Tue Jan 02 2024) #### 🐛 Bug Fix From c0546554caa1eccc0cbaab59e8ed5615185c2a21 Mon Sep 17 00:00:00 2001 From: Luca Cannarozzo Date: Thu, 4 Jan 2024 08:24:26 +0000 Subject: [PATCH 8/9] Bump version to: 3.1.63 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a963874..7c03976c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appquality/unguess-design-system", - "version": "3.1.62", + "version": "3.1.63", "description": "", "main": "build/index.js", "types": "build/index.d.ts", From 9e5eaa994f7e43b71fb559343adc0932fe2592f8 Mon Sep 17 00:00:00 2001 From: ZecD Date: Mon, 8 Jan 2024 17:44:02 +0100 Subject: [PATCH 9/9] Fixed chat border and author color --- src/stories/chat/parts/comment.tsx | 7 +++++-- src/stories/chat/parts/containers.tsx | 1 + src/stories/chat/parts/header.tsx | 1 - src/stories/editor/editorHeader.tsx | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/stories/chat/parts/comment.tsx b/src/stories/chat/parts/comment.tsx index c2d57a30..33751b7e 100644 --- a/src/stories/chat/parts/comment.tsx +++ b/src/stories/chat/parts/comment.tsx @@ -42,6 +42,9 @@ const Footer = styled.div` justify-content: flex-end; gap: ${({ theme }) => theme.space.xs}; `; +const CommentTitle = styled(Title)` +color: ${({ theme }) => theme.palette.blue[600]}; +` export const Comment = ({ author, @@ -59,10 +62,10 @@ export const Comment = ({ {author.avatar}
- + <CommentTitle> {author.name ?? "User"} <CommentDate>{date}</CommentDate> - + {message} diff --git a/src/stories/chat/parts/containers.tsx b/src/stories/chat/parts/containers.tsx index 3a046e10..1da65a56 100644 --- a/src/stories/chat/parts/containers.tsx +++ b/src/stories/chat/parts/containers.tsx @@ -18,4 +18,5 @@ export const MessagesContainer = styled.div` gap: ${({ theme }) => theme.space.xs}; background: ${({ chatBkg }) => chatBkg ?? `#fff`}; overflow-y: auto; + border-top: ${({ theme }) => `1px solid ${theme.palette.grey[200]}`}; `; diff --git a/src/stories/chat/parts/header.tsx b/src/stories/chat/parts/header.tsx index e424d752..de13df36 100644 --- a/src/stories/chat/parts/header.tsx +++ b/src/stories/chat/parts/header.tsx @@ -5,5 +5,4 @@ export const ChatTitle = styled(Title)` color: ${({ theme }) => theme.palette.blue[600]}; margin: ${({ theme }) => `0 -${theme.space.md}`}; padding: ${({ theme }) => `${theme.space.sm} ${theme.space.md}`}; - border-bottom: ${({ theme }) => `1px solid ${theme.palette.grey[200]}`}; `; diff --git a/src/stories/editor/editorHeader.tsx b/src/stories/editor/editorHeader.tsx index 962722ca..70886a8e 100644 --- a/src/stories/editor/editorHeader.tsx +++ b/src/stories/editor/editorHeader.tsx @@ -7,7 +7,6 @@ const Header = styled.div` display: flex; flex-direction: column; padding: ${({ theme }) => theme.space.xs} ${({ theme }) => theme.space.md}; - border-bottom: 1px solid ${({ theme }) => theme.palette.grey[300]}; `; const Title = styled(MD)`