feat: Table footer design updates (#9194)
* feat: table footer component cleanup * Update TableFooter.vue * feat: Update design * chore: remove RTL mixin * chore: Make component in composable format * chore: review fixes
This commit is contained in:
5
app/javascript/dashboard/i18n/locale/en/general.json
Normal file
5
app/javascript/dashboard/i18n/locale/en/general.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"GENERAL": {
|
||||
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
|
||||
}
|
||||
}
|
||||
@@ -31,6 +31,7 @@ import teamsSettings from './teamsSettings.json';
|
||||
import whatsappTemplates from './whatsappTemplates.json';
|
||||
import sla from './sla.json';
|
||||
import inbox from './inbox.json';
|
||||
import general from './general.json';
|
||||
|
||||
export default {
|
||||
...advancedFilters,
|
||||
@@ -66,4 +67,5 @@ export default {
|
||||
...teamsSettings,
|
||||
...whatsappTemplates,
|
||||
...inbox,
|
||||
...general,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user