feat(improvement): add pagination to endpoints and pages + sync navbar when data changes
This commit is contained in:
@@ -169,6 +169,7 @@ export const en = {
|
||||
successCreate: "Workspace created successfully.",
|
||||
errorCreate: "Failed to create workspace.",
|
||||
toast: {
|
||||
successCreate: "Workspace created successfully.",
|
||||
successUpdate: "Workspace updated successfully.",
|
||||
errorUpdate: "Failed to update workspace.",
|
||||
successAdd: "Member added successfully.",
|
||||
@@ -208,7 +209,17 @@ export const en = {
|
||||
createFailed: "Failed to create client",
|
||||
fetchFailed: "Failed to fetch clients",
|
||||
updateFailed: "Failed to update client",
|
||||
deleteFailed: "Failed to delete client"
|
||||
}
|
||||
deleteFailed: "Failed to delete client",
|
||||
},
|
||||
},
|
||||
|
||||
pagination: {
|
||||
perPage: "per page",
|
||||
showing: "Showing",
|
||||
to: "to",
|
||||
of: "of",
|
||||
previous: "Previous",
|
||||
page: "Page",
|
||||
next: "Next",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user