Abhinav Raut
|
6981a0790d
|
fix: update contacts route title to 'All contacts'
|
2025-06-07 22:38:43 +05:30 |
|
Abhinav Raut
|
55bc9bfc91
|
fix: safely access sender_id in handleNewMessage
|
2025-06-07 22:38:36 +05:30 |
|
Abhinav Raut
|
67db2e5ff2
|
fix: contact note text color in dark mode
|
2025-06-07 22:38:23 +05:30 |
|
Abhinav Raut
|
64304c2384
|
fix: reference err
|
2025-06-07 22:37:59 +05:30 |
|
Abhinav Raut
|
c5fe6aaadd
|
open comobox on click of select tag component
|
2025-06-07 22:37:50 +05:30 |
|
Abhinav Raut
|
fea7eef658
|
dynamic translations in date filter component
|
2025-06-07 22:37:07 +05:30 |
|
Abhinav Raut
|
475e400810
|
fix: move isActive parent before watcher
|
2025-06-07 22:34:59 +05:30 |
|
Abhinav Raut
|
641ae0540e
|
feat(sidebar): implement collapsible functionality for admin navigation based on active routes, this will make sure non active collsapsibles will close when another is opened
|
2025-06-07 22:32:41 +05:30 |
|
Abhinav Raut
|
dc6fede081
|
fix(inbox-layout): remove unnecessary keep-alive wrapper around router-view component preventing same conversation from being loaded again in different conversation list
|
2025-06-07 20:23:08 +05:30 |
|
Abhinav Raut
|
28dcd6cb2f
|
fix(conversation-list): prevent error when setting unread count by checking item index
|
2025-06-07 19:58:45 +05:30 |
|
Abhinav Raut
|
ade833fb7b
|
fix: waiting_since timestamp being set to null on a non-outgoing message.
- Set to null only after outgoing message is sent
- change imap log from debug to info
|
2025-06-07 19:57:28 +05:30 |
|
Abhinav Raut
|
5bcb0a2ad9
|
fix(dialog): add missing DialogDescription for a11y
|
2025-06-07 19:23:06 +05:30 |
|
Abhinav Raut
|
ad2f685fec
|
add redis to dev setup pre-requisites
|
2025-06-07 19:00:20 +05:30 |
|
Abhinav Raut
|
26c7df538c
|
refactor(i18n): consolidate duplicate keys into reusable globals
- Move form.field.* to globals.terms.*
- Replace select messages with globals.messages.select
- Use shared success/deletion confirmation messages
- Reduce ~50 duplicate keys
|
2025-06-07 18:58:17 +05:30 |
|
Abhinav Raut
|
625a08d0aa
|
feat(conversation): add support for nested websocket property updates and broadcast changes for all contact and custom attributes
|
2025-06-07 18:58:17 +05:30 |
|
Abhinav Raut
|
bf1510b9c3
|
Merge pull request #101 from abhinavxd/dependabot/npm_and_yarn/frontend/vite-5.4.19
chore(deps-dev): bump vite from 5.4.18 to 5.4.19 in /frontend
|
2025-06-06 11:09:24 +05:30 |
|
dependabot[bot]
|
bae896d38d
|
chore(deps-dev): bump vite from 5.4.18 to 5.4.19 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.19
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-05 22:46:23 +00:00 |
|
Abhinav Raut
|
37b7c05b30
|
update hero image
|
2025-06-06 04:06:20 +05:30 |
|
Abhinav Raut
|
eb05368f18
|
Update README.md
|
2025-06-06 04:03:13 +05:30 |
|
Abhinav Raut
|
7ef510894b
|
feat(docs): add hero image and improve documentation formatting
|
2025-06-06 04:03:03 +05:30 |
|
Abhinav Raut
|
69268a3a84
|
Update README.md
|
2025-06-06 03:39:43 +05:30 |
|
Abhinav Raut
|
fcd3462d25
|
Update README.md
|
2025-06-06 03:39:17 +05:30 |
|
Abhinav Raut
|
fbf502451a
|
fix(CommandBox): reorder CommandItems move macro on top
|
2025-06-06 03:23:43 +05:30 |
|
Abhinav Raut
|
dc909ceb4f
|
feat(vite): Add manual chunking for optimized build output
refactor(router): Lazy load route components for improved performance
|
2025-06-06 03:20:32 +05:30 |
|
Abhinav Raut
|
cc1432b3e4
|
refactor(editor): Remove unncessary props and simplify code for tiptap editor, update all editors for the same
|
2025-06-06 03:02:11 +05:30 |
|
Abhinav Raut
|
d532a99771
|
feat: new package report, move exisiting report code from conversations pkg to report package
- new sla performance overview cards.
|
2025-06-06 02:07:19 +05:30 |
|
Abhinav Raut
|
50baa3f38e
|
remove redundant comments for Manager struct across multiple files
|
2025-06-06 01:04:07 +05:30 |
|
Abhinav Raut
|
63a8f04408
|
fix: conversation list view filters, views do not need list status as views are already filtered.
|
2025-06-05 15:58:29 +05:30 |
|
Abhinav Raut
|
ea0b7d6d52
|
docs: update email templating docs with complete variable reference
- adds new `Author` template var and injects it into all templates
- make author fields empty for all automated system generated emails
|
2025-06-05 01:55:38 +05:30 |
|
Abhinav Raut
|
5d6897a960
|
fix: filter conversation list by status, this will immediately remove conversation from the list if status is different than the one applied to the list.
- remove redundant error title in toast notifications
|
2025-06-05 01:47:10 +05:30 |
|
Abhinav Raut
|
c4a95672fe
|
update simples3
|
2025-06-04 17:12:58 +05:30 |
|
Abhinav Raut
|
2efd07b405
|
add error logs for casbin errors
|
2025-06-04 00:07:27 +05:30 |
|
Abhinav Raut
|
0b9cf38826
|
fix: update assignee last seen only if current conversation is open
- standardize timestamp function to uppercase NOW() in SQL queries
|
2025-06-04 00:07:13 +05:30 |
|
Abhinav Raut
|
b44c314299
|
update delete confirmation message for agent in alert dialog
|
2025-06-03 23:46:53 +05:30 |
|
Abhinav Raut
|
2e1188e443
|
Merge pull request #100 from abhinavxd/feat/allow-macro-in-new-conversations
Feat: Allow setting macro in new conversations along with attachments
|
2025-06-03 23:05:29 +05:30 |
|
Abhinav Raut
|
afeec39b59
|
make subject required, submit new conversation form on ctrl + enter
|
2025-06-03 23:03:06 +05:30 |
|
Abhinav Raut
|
fb2a08ec1a
|
fix: SelectCombobox adjust item and selected templates for proper emoji rendering
|
2025-06-03 22:36:49 +05:30 |
|
Abhinav Raut
|
7f2df0082c
|
fix: remove autofocus from text editor as create conversation form opens.
- Adds new prop autofocus on text editor
- rename ConversationTextEditor to TextEditor
|
2025-06-03 22:10:56 +05:30 |
|
Abhinav Raut
|
6c523ac447
|
fix: update labels and placeholders for user selection to agent in MacroForm
|
2025-06-03 05:19:13 +05:30 |
|
Abhinav Raut
|
02fc57c35a
|
macro form fixes
|
2025-06-03 05:08:41 +05:30 |
|
Abhinav Raut
|
cd0a357695
|
fix: change order of macros selection to updated_at descending
|
2025-06-03 04:41:24 +05:30 |
|
Abhinav Raut
|
2dc751e602
|
fixes incorrect v-model binding
|
2025-06-03 04:29:28 +05:30 |
|
Abhinav Raut
|
8bc0cce993
|
fix: update default values for visible_when column in macros table
|
2025-06-03 04:08:29 +05:30 |
|
Abhinav Raut
|
f6e2fc1956
|
feat: allow sending attachments in new conversations
- replace existing combobox selects with common component selectcombobox.vue
|
2025-06-03 04:03:16 +05:30 |
|
Abhinav Raut
|
5fe5ac5882
|
fix: change order of macros selection to usage_count descending
|
2025-06-03 00:56:16 +05:30 |
|
Abhinav Raut
|
975577555d
|
WIP: allow setting macro in new conversations along with attachments
- new composable useFileUpload.js
|
2025-06-02 03:56:04 +05:30 |
|
Abhinav Raut
|
f43acb77a1
|
use loader animation instead of dot loader in shadcn button
|
2025-05-31 23:46:08 +05:30 |
|
Abhinav Raut
|
331c84fa56
|
use dot loader to use tailwind animations
|
2025-05-31 23:40:42 +05:30 |
|
Abhinav Raut
|
9314efb9d9
|
refactor: clean up main.css move animation to tailwind config
|
2025-05-31 23:38:44 +05:30 |
|
Abhinav Raut
|
5c8481af97
|
feat: tooltips to icon side
refactor: remove unncessary extra i18n keys instead use reusable 'globals.terms.*' keys.
|
2025-05-31 20:11:47 +05:30 |
|