Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5c60f4272 | |||
| 21c3e33635 | |||
| ffbb648dd5 | |||
| f915faafdc |
@@ -72,5 +72,18 @@ define('modules/smart-assistant/views/dashlets/smart-assistant', ['view'], funct
|
||||
actionRefresh: function () {
|
||||
this.loadSummary();
|
||||
},
|
||||
|
||||
getActionItemDataList: function () {
|
||||
return [
|
||||
{
|
||||
name: 'refresh',
|
||||
iconHtml: '<span class="fas fa-sync-alt"></span>',
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
getColor: function () {
|
||||
return '#5c6bc0';
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"module": "SmartAssistant",
|
||||
"description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and n8n integration",
|
||||
"author": "klear",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
"acceptableVersions": [
|
||||
">=8.0.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user