final ui of planner and writer

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-27 09:25:31 +00:00
parent efd7193951
commit c227d9ee03
5 changed files with 44 additions and 48 deletions

View File

@@ -545,7 +545,7 @@ export default function TablePageTemplate({
return (
<div className={className}>
{/* Bulk Actions and Action Buttons Row - Reduced padding */}
<div className="flex flex-col gap-2.5">
<div className="flex flex-col gap-2.5 mb-2.5">
{/* Main row with buttons and metrics */}
<div className="flex items-center justify-between py-1.5">
{/* Left side - Create Button, Primary Action, Bulk Actions, Filter Toggle */}
@@ -728,10 +728,10 @@ export default function TablePageTemplate({
</div>
</div>
{/* Filters Row - Below action buttons, centered */}
{/* Filters Row - Below action buttons, left aligned with shadow */}
{showFilters && (renderFilters || filters.length > 0) && (
<div className="flex justify-center py-1.5">
<div className="bg-gray-50 dark:bg-gray-800/30 rounded-lg px-4 py-2 border border-gray-200 dark:border-gray-700">
<div className="flex justify-start py-1.5 mb-2.5">
<div className="bg-gray-50 dark:bg-gray-800/30 rounded-lg px-4 py-2 border border-gray-200 dark:border-gray-700 shadow-md">
<div className="flex gap-3 items-center flex-wrap">
{renderFilters ? (
renderFilters