Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Move conversation header above sidebar #1835

Merged
merged 5 commits into from
Mar 2, 2021

Conversation

nithindavid
Copy link
Contributor

  • Keeps conversation header width constant irrespective of the contact panel status
  • Layout & css cleanup
    image

@pr-triage pr-triage bot added the PR: unreviewed This pull request is yet to be reviewed. label Feb 26, 2021
@pr-triage pr-triage bot added PR: reviewed-approved All reviewers have approved the PR and removed PR: unreviewed This pull request is yet to be reviewed. labels Mar 2, 2021
@nithindavid nithindavid merged commit 5f250e5 into develop Mar 2, 2021
@nithindavid nithindavid deleted the chore/sidebar-view branch March 2, 2021 17:14
@pr-triage pr-triage bot added PR: merged The pull request is merged to another branch and removed PR: reviewed-approved All reviewers have approved the PR labels Mar 2, 2021
randhipp added a commit to randhipp/chatwoot that referenced this pull request Apr 30, 2021
commit 5c843b8
Merge: 8720f39 9501644
Author: Sojan <sojan@pepalo.com>
Date:   Tue Apr 20 23:41:03 2021 +0530

    Merge branch 'release/1.15.1'

commit 9501644
Author: Sojan <sojan@pepalo.com>
Date:   Tue Apr 20 23:38:38 2021 +0530

    Bump version to 1.15.1

commit 3a4d316
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Apr 20 22:42:14 2021 +0530

    chore: Identify contacts based on phone number (chatwoot#2134)

    Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

commit 98e20e8
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Tue Apr 20 16:22:03 2021 +0530

    chore: Enable the languages no, zh-CN, hu (chatwoot#2135)

commit 4635e5b
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Apr 20 13:46:20 2021 +0530

    feat: Assignable agents API (chatwoot#2131)

    `inboxes/id/assignable_agents` returns all users that have permission to a conversation happening in that inbox.

commit fb58261
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Apr 20 13:26:35 2021 +0530

    chore: add SECURITY.md (chatwoot#2103)

    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit 90de0e4
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Tue Apr 20 13:24:33 2021 +0530

    chore: Change reset password error message(chatwoot#2133)

commit ea74462
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Apr 20 00:01:05 2021 +0530

    feat: Manage platform apps from Super Admin (chatwoot#2129)

    - ability to manage platform apps from super admin
    - fixes chatwoot#2021

commit fa525fc
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Mon Apr 19 22:24:45 2021 +0530

    Fix: Agent name overflow in dropdown menu  (chatwoot#2047)

    * Fixes agent name overflow

    Co-authored-by: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit 773557e
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Mon Apr 19 22:21:59 2021 +0530

    chore: Snackbar duplicate key warnings  (chatwoot#2121)

    * fix the duplicate key warning in woot snackbar

    * review fixes

    * remove console.log

    Co-authored-by: Nithin David <webofnithin@gmail.com>

commit 654893b
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Mon Apr 19 22:17:02 2021 +0530

    Chore:  fix the resolve button padding issue. (chatwoot#2130)

commit 8f22346
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 19 15:53:00 2021 +0530

    chore: Bump ssri from 6.0.1 to 6.0.2 (chatwoot#2126)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 043919b
Author: Sojan Jose <sojan@pepalo.com>
Date:   Mon Apr 19 15:10:16 2021 +0530

    chore: New Crowdin Translation updates (chatwoot#2063)

    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit 27e0192
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Apr 19 11:29:54 2021 +0530

    chore: Upgrade v-tooltip version (chatwoot#2112)

    Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

commit c95aeb8
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Apr 17 20:08:03 2021 +0530

    Fix: Fetch contactable inboxes on new conversion  (chatwoot#2113)

    * Fix: Fetch contactable inboxes everytime

commit 8720f39
Merge: bbf74f2 66b42de
Author: Sojan <sojan@pepalo.com>
Date:   Fri Apr 16 23:02:28 2021 +0530

    Merge branch 'release/1.15.0'

commit 66b42de
Author: Sojan <sojan@pepalo.com>
Date:   Fri Apr 16 22:59:18 2021 +0530

    Bump version to 1.15.0

commit 864471a
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Apr 16 20:31:07 2021 +0530

    feat: Create a new conversation from the contact panel (chatwoot#2019)

    * Chore: Improve button component styles

commit c287ad0
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Apr 16 19:03:46 2021 +0530

    fix: Hide rich editor for unsupported channels (chatwoot#2102)

    * Fix: Hide rich editor for unsupported channels

    * Review fixes

    Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

commit 98bfef0
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Apr 16 18:48:13 2021 +0530

    Chore: Add validation for contact phone field (chatwoot#2105)

commit ce4ce3c
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Thu Apr 15 22:28:19 2021 +0530

    fix: Check uploaded file size in widget and dashboard (chatwoot#1975)

    * File size check logic in widget

    * set maxium file size

    * update locale texts

    * file size check in dashboard

    * dynamincally set file size limit error message

    * code climate review fixes

    * add alert mixin

    * move attahcment bus event to constants

    * Move file size check logic to helper

    * add specs for file size limit check helper

    * changes as per review

commit 45e43b0
Author: Sojan Jose <sojan@pepalo.com>
Date:   Thu Apr 15 15:13:01 2021 +0530

    feat: Contactable Inboxes API (chatwoot#2101)

    - Add endpoint which lists inboxes through which a contact can be contacted
    - Conversation creation API auto-creates contact_inbox for specific channels [ Twilio, email, api]
    - Ability to send the initial message payload along with the conversation creation
    - Fixes chatwoot#1678 ( issue saving additional attributes for conversation )

commit ba41a10
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Wed Apr 14 15:20:13 2021 +0530

    Fix: Order list number break issue (chatwoot#2097)

commit 9974473
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Tue Apr 13 22:58:54 2021 +0530

    fix: Responsive issue in activity message (chatwoot#2090)

commit 3e8c25b
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Tue Apr 13 19:27:44 2021 +0530

    Enhancement: Changes contact location flag position (chatwoot#2091)

commit a14e8ba
Author: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date:   Tue Apr 13 19:25:19 2021 +0530

    Fix: Adds favicon badge for notification alert. (chatwoot#2079)

    * Adds favicon badge for notification alert.

commit 4387736
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Tue Apr 13 19:19:44 2021 +0530

    fix: refresh user teams after create/edit/delete team (chatwoot#2093)

    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit 2bb2d4a
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Tue Apr 13 18:21:46 2021 +0530

    fix: error response has undefined issue (chatwoot#2092)

commit c4ae901
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Apr 13 14:09:51 2021 +0530

    chore: Fix Twilio file uploads (chatwoot#2088)

commit 04a9dc6
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Mon Apr 12 16:15:11 2021 +0530

    enhancement: Enable reply box for whatsapp template message  (chatwoot#2082)

    * remove 24-hours reply restriction in WhatsApp

    * remove the console.logs

    * move reply policy to separate constants file

    * fix spelling mistake

commit 7eb766a
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Sat Apr 10 20:03:45 2021 +0530

    Fix: Dropdown width issue in safari browser. (chatwoot#2080)

commit 03bd34b
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Apr 9 14:32:29 2021 +0530

    Fix: Populate only agents part of the inbox in conversations (chatwoot#2060)

    * Fix: Show only agents part of the inbox in conversations

    * Show only verified agents

    Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>

commit 98f4a2f
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 8 19:42:38 2021 +0530

    Fix: Dropdown width issue fixes by using fit-content (chatwoot#2048)

    * Dropdown width issue fixes by using fit-content

    * Review fixes

    * Review fixes

    * Review fixes

    * Review fixes

    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit 28fb646
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 8 19:42:03 2021 +0530

    Fix:  Alignment issue in activity message (chatwoot#2057)

    * Fixes alignment issue in activity message

    * Codeclimate fixes

    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit 2140443
Author: Sojan Jose <sojan@pepalo.com>
Date:   Thu Apr 8 19:41:26 2021 +0530

    chore: Add huntr.dev badge (chatwoot#2069)

commit 3e03b08
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 8 16:01:46 2021 +0530

    Enhancement: Adds a new button that redirect to inbox config page (chatwoot#2066)

    * Adds a new button that redirect to inbox config page

    * Review fixes

commit 012502a
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 8 11:44:23 2021 +0530

    chore: Refactor shouldShowInboxes function name (chatwoot#2065)

commit cc3da03
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Wed Apr 7 12:28:50 2021 +0530

    enhancement: Profile settings accessibility improvements (chatwoot#2054)

    * profile settings in to separate form

    * update locale texts

    * replce woot-submit-button with woot-button

    * disable button if value is empty

    * change condition

    * code climate fixes

commit a377da9
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Wed Apr 7 11:45:33 2021 +0530

    chore: Change size of assignee dropdown in header (chatwoot#2027)

    * Chore: Change size of assignee dropdown in header

    * Fix: prevent overflow of agent name in multselect

commit 7c9cd8a
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Wed Apr 7 11:44:58 2021 +0530

    feat: Add a dropdown to change status to "bot" (chatwoot#1997)

commit 7a890e5
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Wed Apr 7 11:43:16 2021 +0530

    chore: Improve button component styles (chatwoot#1996)

commit dbb41c1
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Tue Apr 6 20:22:38 2021 +0530

    Enhancement: Added hover effect for conversations (chatwoot#2059)

commit c5ff866
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Mon Apr 5 18:36:38 2021 +0530

    update mixin prop name (chatwoot#2051)

commit bce5e29
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Mon Apr 5 10:52:51 2021 +0530

    fix: Allow text overflow in a conversation for wide emails (chatwoot#2028)

commit 1d3b1c1
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Apr 2 15:31:22 2021 +0530

    Fix: invalidates session if user cookie is absent (chatwoot#2046)

commit 1b99ab3
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Fri Apr 2 15:04:16 2021 +0530

    fix: Use exisiting bubble nodes if available (chatwoot#2026)

commit bf8f19b
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 1 21:09:27 2021 +0530

    Fix: Reply box overflow issue (chatwoot#2034)

    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit de72530
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Thu Apr 1 20:57:43 2021 +0530

    Fix: responsive issue conversations hamburger menu  (chatwoot#2036)

commit c8b81b0
Author: Sojan Jose <sojan@pepalo.com>
Date:   Wed Mar 31 16:39:57 2021 +0530

    chore: Add timeouts to requests (chatwoot#2024)

commit f5a961b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 31 14:42:00 2021 +0530

    chore: Bump y18n from 4.0.0 to 4.0.1 (chatwoot#2022)

    Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit bb37f7b
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Mar 30 21:06:31 2021 +0530

    chore: Handle Sentry Errors (chatwoot#2020)

    If a contract contains an invalid email address, the sidekiq jobs for conversation continuity would error out. handling this exception gracefully.

commit 71214b5
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Tue Mar 30 20:00:17 2021 +0530

    fix: Add missing translations in agent reports (chatwoot#2017)

commit 42534e1
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Mar 30 18:16:17 2021 +0530

    chore: Add fail safes for Redis connections (chatwoot#2016)

commit c95ad8d
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Mar 30 16:02:41 2021 +0530

    chore: Remove validation on team name (chatwoot#2014)

commit 6bb0266
Author: Sojan Jose <sojan@pepalo.com>
Date:   Mon Mar 29 23:26:20 2021 +0530

    fix: Current.user nil issue when using access tokens (chatwoot#2012)

commit 24fea5f
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Mon Mar 29 13:05:51 2021 +0530

    chore(docs): Add docker pull count badge (chatwoot#2005)

    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit 1ce3653
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Mon Mar 29 11:09:06 2021 +0530

    fix: Show inbox name only if more > 1 inbox present (chatwoot#2004)

commit bbf74f2
Merge: a0cd1f8 33ca4e0
Author: Sojan <sojan@pepalo.com>
Date:   Sat Mar 27 18:45:38 2021 +0530

    Merge branch 'release/1.14.3'

commit 33ca4e0
Author: Sojan <sojan@pepalo.com>
Date:   Sat Mar 27 18:44:57 2021 +0530

    Bump version to 1.14.3

commit 6a55960
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Sat Mar 27 13:54:50 2021 +0530

    fix: Revert quoted text styles (chatwoot#2003)

commit 8285f5d
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Sat Mar 27 13:29:04 2021 +0530

    fix: Handle rendering HTML only email in UI (chatwoot#1987)

commit 8612f30
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 27 13:08:09 2021 +0530

    Chore: Update widget offline message (chatwoot#2001)

commit c453455
Author: Sojan Jose <sojan@pepalo.com>
Date:   Sat Mar 27 12:27:48 2021 +0530

    fix: Handle application errors in Sentry (chatwoot#1982)

    - Handle notification errors for attachment messages
    - Fix empty identifiers being passed
    - Fix 404 when invalid source id
    - Handle webhook exceptions

commit 9903e47
Author: Sojan Jose <sojan@pepalo.com>
Date:   Sat Mar 27 10:52:14 2021 +0530

    chore: update rails to 6.0.3.6 (chatwoot#1998)

commit a246989
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Fri Mar 26 20:20:20 2021 +0530

    Enhancement: button component (chatwoot#1932)

commit ff69ef7
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Fri Mar 26 17:20:38 2021 +0530

    Enhancement: Sort labels (chatwoot#1995)

commit a0cd1f8
Merge: 818f459 5dfc4f3
Author: Sojan <sojan@pepalo.com>
Date:   Tue Mar 23 01:20:34 2021 +0530

    Merge branch 'release/1.14.2'

commit 5dfc4f3
Author: Sojan <sojan@pepalo.com>
Date:   Tue Mar 23 01:20:03 2021 +0530

    Bump version to 1.14.2

commit 43b5a43
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 22 20:24:51 2021 +0530

    Fix: Add check for id on update conversation (chatwoot#1966)

commit 818f459
Merge: fe8fc57 b94e875
Author: Sojan <sojan@pepalo.com>
Date:   Sun Mar 21 01:46:59 2021 +0530

    Merge branch 'release/1.14.1'

commit b94e875
Author: Sojan <sojan@pepalo.com>
Date:   Sun Mar 21 01:45:13 2021 +0530

    Bump version to 1.14.1

commit 763d8d3
Author: Siddharth Ramesh <siddhartharramesh@gmail.com>
Date:   Sat Mar 20 17:44:58 2021 +0530

    Fix error messages during login for non-verified users (chatwoot#1945)

commit 3043ee5
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 20 17:44:20 2021 +0530

    Fix: Hide prechat for sessions inititated with setUser (chatwoot#1914)

commit 484c32f
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 20 17:42:29 2021 +0530

    Fix: sidebar filters not applying bug for chatlist  (chatwoot#1938)

commit 4657e5c
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 20 17:12:36 2021 +0530

    Fix: Refactors error prone checks (chatwoot#1947)

commit e289106
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Sat Mar 20 13:08:56 2021 +0530

    Chore: Hover color for status dropdown (chatwoot#1906)

commit 6afa1fb
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Fri Mar 19 12:55:05 2021 +0530

    Fix: Error when assigns a conversation to user (chatwoot#1926)

commit 54d5786
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Tue Mar 16 19:44:50 2021 +0530

    fix: Use team conversationURL in team section (chatwoot#1921)

    Fixes: chatwoot#1917

commit e44e9fc
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Mar 16 19:40:49 2021 +0530

    chore: Fix SMTP mailer config defaults (chatwoot#1923)

commit fe8fc57
Merge: d692eac 000f17c
Author: Sojan <sojan@pepalo.com>
Date:   Tue Mar 16 00:12:57 2021 +0530

    Merge branch 'release/1.14.0'

commit 000f17c
Author: Sojan <sojan@pepalo.com>
Date:   Tue Mar 16 00:12:19 2021 +0530

    Bump version to 1.14.0

commit 866de4a
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Mar 16 00:00:53 2021 +0530

    chore: New translation updates

commit 7d5493a
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Mon Mar 15 10:10:26 2021 -0700

    chore: enable close button in react-native widget (chatwoot#1910)

commit b6f4006
Author: Sojan Jose <sojan@pepalo.com>
Date:   Mon Mar 15 19:15:48 2021 +0530

    Chore: Migration to enable email channel (chatwoot#1913)

    fixes: chatwoot#1877

commit 3fd3988
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Mon Mar 15 18:38:37 2021 +0530

    Fix: conversation list user name overflow (chatwoot#1912)

    Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

commit 36f086c
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Mon Mar 15 18:38:05 2021 +0530

    feat: Redesigned search UI (chatwoot#1845)

commit c99c63c
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 15 18:37:03 2021 +0530

    Feat: Assign conversations to teams. (chatwoot#1849)

commit 941d421
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 15 18:35:56 2021 +0530

    feat: Set up store for teams (chatwoot#1689)

commit cadb246
Author: Sojan Jose <sojan@pepalo.com>
Date:   Sun Mar 14 15:39:47 2021 +0530

    chore: fix empty user_name. & password (chatwoot#1907)

commit efcf10c
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Sun Mar 14 14:10:16 2021 +0530

    chore: Added hover styles (chatwoot#1905)

commit 33b7345
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 13 14:06:25 2021 +0530

    Fix: Update offline message in widget by availability  (chatwoot#1879)

    Feat: Display out of office message based on business hours

    Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>

commit 2a28e05
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 13 11:46:08 2021 +0530

    Fix: Make pre-chat message minimum length to 1 (chatwoot#1898)

commit 6c87001
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 13 11:44:28 2021 +0530

    Feat: Show working hours on widget (chatwoot#1823)

    Feat: Display out of office message based on business hours

    Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
    Co-authored-by: Sojan Jose <sojan@pepalo.com>

commit 1d2e1a2
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Sat Mar 13 11:42:51 2021 +0530

    Feat: business hours settings page (chatwoot#1812)

    Co-authored-by: Sojan <sojan@pepalo.com>
    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit dbf515a
Author: Sojan Jose <sojan@pepalo.com>
Date:   Fri Mar 12 15:37:06 2021 +0530

    chore: Make SMTP environment variables configurable (chatwoot#1868)

    fixes: chatwoot#1647

commit 42e83de
Author: Sojan Jose <sojan@pepalo.com>
Date:   Fri Mar 12 15:13:58 2021 +0530

    feat: Activity messages for team assignments (chatwoot#1893)

    - assignment messages when the conversation team is changed
    - change assignee based on team
    - move round-robin and assignee logic to concerns

commit 38d1b0e
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Thu Mar 11 21:48:52 2021 +0530

    Chore: Reply panel emoji button size fixes (chatwoot#1896)

commit 22fecf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 10 18:44:51 2021 +0530

    chore: Bump elliptic from 6.5.3 to 6.5.4 (chatwoot#1884)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.3...v6.5.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cdd8d85
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Wed Mar 10 10:33:45 2021 +0530

    Fix: Conversation timestamp and thumbnail position issue (chatwoot#1885)

commit 1c7e5df
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Tue Mar 9 19:52:14 2021 +0530

    Enhancement: Conversation item redesign (chatwoot#1857)

    * Rearrange the inboxes label in conversations.

commit 94159ca
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Tue Mar 9 18:37:18 2021 +0530

    Fix: Canned responses table column width breakage  (chatwoot#1881)

commit 0e40f8a
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Tue Mar 9 15:26:03 2021 +0530

    Fix: emoji box not showing up (chatwoot#1873)

commit 759ed43
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 8 13:30:33 2021 +0530

    Chore: Responsive fixes for common screen widths (chatwoot#1856)

commit d70208a
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 8 13:13:13 2021 +0530

    Fix: apply alert conditions while document is hidden (chatwoot#1859)

commit d5c6e8e
Merge: d8cb035 d692eac
Author: Sojan <sojan@pepalo.com>
Date:   Sun Mar 7 20:44:31 2021 +0530

    Merge branch 'master' into develop

commit d692eac
Author: प्रथमेश Sonpatki <csonpatki@gmail.com>
Date:   Sun Mar 7 20:42:45 2021 +0530

    chore: Add name to the sender email id (chatwoot#1485)

commit d8cb035
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Fri Mar 5 21:47:38 2021 -0800

    chore: add post message event for sending cookie to rn widget (chatwoot#1860)

commit 9e8a943
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Thu Mar 4 19:24:03 2021 +0530

    feat: Add audio alert for incoming messages on dashboard (chatwoot#1738)

    Fixes: chatwoot#1345

commit ca4a766
Author: Sojan Jose <sojan@pepalo.com>
Date:   Thu Mar 4 13:59:59 2021 +0530

    chore: Enable email channel (chatwoot#1851)

commit 6aed01d
Author: Ricardo <6526545+RicardoRamirezR@users.noreply.github.com>
Date:   Wed Mar 3 06:42:22 2021 -0500

    chore: Revised Spanish translation (chatwoot#1761)

commit 5f250e5
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Tue Mar 2 22:44:04 2021 +0530

    chore: Move conversation header above sidebar (chatwoot#1835)

    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit 2120734
Author: Siddharth Ramesh <siddhartharramesh@gmail.com>
Date:   Tue Mar 2 18:27:22 2021 +0530

    Chore: Update social icon colors on sidebar (chatwoot#1846)

commit 89e5f18
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Mar 1 22:28:15 2021 +0530

    feat: Update design of Contacts table (chatwoot#1753)

    Co-authored-by: Pranav Raj S <pranav@chatwoot.com>

commit 03bc4bf
Author: Sojan Jose <sojan@pepalo.com>
Date:   Mon Mar 1 10:58:49 2021 +0530

    fix: Greeting messages not sent when pre-chat form is enabled (chatwoot#1842)

commit 60b2576
Author: David Pedoneze <dpedoneze@gmail.com>
Date:   Sun Feb 28 05:13:38 2021 -0300

    fix: Resolve pt_BR inboxMgmt SETTINGS locale typo (chatwoot#1836)

commit d6391be
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Sat Feb 27 12:33:12 2021 +0530

    feat: Update UI for edit contact modal (chatwoot#1833)

commit aab70bf
Author: Muhsin Keloth <muhsinkeramam@gmail.com>
Date:   Thu Feb 25 09:10:03 2021 -0800

    fix: attachment rendering if the message content is empty in private note (chatwoot#1831)

    Fixes chatwoot#1830

commit 00954aa
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Thu Feb 25 14:03:33 2021 +0530

    fix: Upgrade browser gem to fix missing push config in Opera (chatwoot#1828)

commit 82a1ad8
Author: Pranav Raj S <pranav@chatwoot.com>
Date:   Wed Feb 24 11:16:38 2021 +0530

    feat: Add a view to assist user while onboarding (chatwoot#1826)

    Co-authored-by: Nithin David <webofnithin@gmail.com>

commit f424a83
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Feb 23 20:48:15 2021 +0530

    fix: Log config env variable typecasting (chatwoot#1792)

commit 01ee3d7
Author: Ankur Patel <ankur@encoredevlabs.com>
Date:   Tue Feb 23 09:34:49 2021 -0500

    chore: Removing unused index method from Widget Controller (chatwoot#1819)

commit 0e72165
Author: Sojan Jose <sojan@pepalo.com>
Date:   Tue Feb 23 12:11:15 2021 +0530

    feat: Business hour Inbox APIs (chatwoot#1821)

    * feat: Business hour Inbox APIs

commit a3b0de6
Author: Nithin David Thomas <webofnithin@gmail.com>
Date:   Mon Feb 22 16:30:58 2021 +0530

    Feat: Component for setting business hour availability (chatwoot#1794)

    * Component business hour setting availability

commit 4cbdbbe
Author: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Date:   Mon Feb 22 10:52:50 2021 +0530

    chore: Changes the dropdown ui  (chatwoot#1813)

    * Changes the dropdown ui
@github-actions
Copy link

github-actions bot commented Aug 9, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR: merged The pull request is merged to another branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants