import ods/xls en + de csv
fix modal behavior on close, fine tune import file modal
This commit is contained in:
@@ -362,7 +362,7 @@ function CampaignStatsPageContent() {
|
||||
<div key={stat.proposition.id} className="border rounded-lg p-6 hover:bg-slate-50 dark:hover:bg-slate-800 transition-colors">
|
||||
<div className="flex items-start justify-between mb-4">
|
||||
<div className="flex-1">
|
||||
<div className="flex items-center gap-3 mb-2">
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<Badge variant="outline" className="text-xs">
|
||||
#{index + 1}
|
||||
</Badge>
|
||||
@@ -370,9 +370,6 @@ function CampaignStatsPageContent() {
|
||||
{stat.proposition.title}
|
||||
</h3>
|
||||
</div>
|
||||
<p className="text-slate-600 dark:text-slate-300 text-sm">
|
||||
{stat.proposition.description}
|
||||
</p>
|
||||
</div>
|
||||
{index === 0 && stat.averageAmount > 0 && (
|
||||
<Badge className="bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-200">
|
||||
|
||||
Reference in New Issue
Block a user