feat(api, agents, i18n): enhance settlement features and multi-language support
Added new types and API functions for settlement period summaries and credit ledgers, improving the management of agent settlements. Updated the admin console to reflect these changes, enhancing user experience with better navigation and data presentation. Additionally, expanded multi-language support by incorporating new translations in English, Nepali, and Chinese for settlement-related terms, ensuring consistency across the platform.
This commit is contained in:
@@ -30,7 +30,7 @@ export function AdminNoResourceState({
|
||||
<div
|
||||
className={cn(
|
||||
"flex w-full flex-col items-center justify-center text-center",
|
||||
compact ? "gap-2 py-4" : "gap-3 py-8",
|
||||
compact ? "min-h-[120px] gap-2 py-4" : "min-h-[200px] gap-3 py-8",
|
||||
className,
|
||||
)}
|
||||
role="status"
|
||||
@@ -41,14 +41,14 @@ export function AdminNoResourceState({
|
||||
width={compact ? 120 : 160}
|
||||
height={compact ? 120 : 160}
|
||||
className={cn(
|
||||
"h-auto w-auto object-contain",
|
||||
"h-auto w-auto object-contain self-center object-center -mt-4",
|
||||
compact ? "max-h-24 max-w-[120px]" : "max-h-40 max-w-[160px]",
|
||||
imageClassName,
|
||||
)}
|
||||
/>
|
||||
<p
|
||||
className={cn(
|
||||
"text-muted-foreground",
|
||||
"text-muted-foreground self-center",
|
||||
compact ? "text-[11px] leading-snug" : "text-sm",
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user