@bigbinary/neeto-message-templates-frontend 0.4.5 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/app/javascript/src/translations/en.json +2 -2
- package/dist/index.cjs.js +2065 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2064 -7
- package/dist/index.js.map +1 -1
- package/package.json +12 -11
package/README.md
CHANGED
|
@@ -70,6 +70,9 @@ You can learn more about usage here:
|
|
|
70
70
|
yarn add @bigbinary/neeto-message-templates-frontend
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
+
### Instructions for development
|
|
74
|
+
Check the [Frontend package development guide](https://neeto-engineering.neetokb.com/p/a-d34cb4b0) for step-by-step instructions to develop the frontend package.
|
|
75
|
+
|
|
73
76
|
### Components
|
|
74
77
|
#### `MessageTemplates` ([source code](https://github.com/bigbinary/neeto-message-templates-nano/blob/80a73223e8facf21a0135675d4dc837645d0f2b0/app/javascript/src/components/MessageTemplates/index.jsx))
|
|
75
78
|
This component is used to manage message templates in your web application. It provides a user-friendly interface for viewing, adding, and editing templates, along with filtering and search capabilities.
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"subject": "Subject",
|
|
24
24
|
"title": "Template",
|
|
25
25
|
"active": "Active",
|
|
26
|
-
"templateDeleteConfirmation": "
|
|
27
|
-
"deleteTemplate": "Delete {{label, anyCase}}",
|
|
26
|
+
"templateDeleteConfirmation": "You are deleting the template <strong>{{name}}</strong>. This can't be undone.",
|
|
27
|
+
"deleteTemplate": "Delete {{label, anyCase}}?",
|
|
28
28
|
"emailTemplates": "Email templates",
|
|
29
29
|
"emailTemplate": "Email template",
|
|
30
30
|
"smsTemplates": "SMS templates",
|