final ui of planner and writer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user