Commit Graph

13 Commits

Author SHA1 Message Date
kjh2064 59811cee52 style: Replace inline border-top styles with reusable CSS class
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m7s
Move border-top styling from inline attributes to .table-responsive--separator class in admin.css. Removes duplication and maintains consistent design system across all search+table pages (Blog, Clients, Inquiries).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 22:05:09 +09:00
kjh2064 fd74240a72 style: Remove hr separators, use CSS borders for compact spacing
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m10s
Replace <hr class="my-0" /> with <div class="table-responsive" style="border-top: 1px solid var(--border-color-light);"> across all search+table pages (Blog, Clients, Inquiries). This eliminates the large gap created by hr element's default margin, achieving Tabler demo-level density.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 22:03:56 +09:00
kjh2064 da085a7700 style: Compact search/filter forms across all pages
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m7s
- Reduce card-body padding to p-2
- Change gap from g-3 to g-2
- Convert row columns to col-auto for compact layout
- Add form-control-sm and form-select-sm
- Shorten placeholder text and labels
- Applied to: Blog, Clients, Inquiries

Result: Search sections now take minimal vertical space,
table data dominates the view for better data density.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 21:59:36 +09:00
kjh2064 29a2d65065 style: Integrate search form and table into single card container
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m3s
- Consolidate filter/search form with data table in one card
- Separate with <hr class='my-0'> for visual hierarchy
- Remove redundant card-mb spacing and gaps
- Unified layout for Blog, Clients, Inquiries pages
- Cleaner, more cohesive data display

Applied to:
- Blog/Index.cshtml
- Clients/Index.cshtml
- Inquiries/Index.cshtml

Announcements and Faqs already have integrated structure (no search form)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 21:56:16 +09:00
kjh2064 b9466b30a2 Tighten admin empty state spacing
TaxBaik CI/CD / build-and-deploy (push) Successful in 59s
2026-07-09 16:19:16 +09:00
kjh2064 8acc988174 Fix blog category fallback and empty card
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-07-09 16:09:54 +09:00
kjh2064 89d457c549 Align admin list empty states
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
2026-07-09 16:06:42 +09:00
kjh2064 44777f4a1f Align admin list empty states and blog category guard
TaxBaik CI/CD / build-and-deploy (push) Failing after 35s
2026-07-09 15:41:43 +09:00
kjh2064 c5e6e4ba57 Stabilize admin rendering and deploy auth
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-07-09 15:21:13 +09:00
kjh2064 8c0c30525d Align list pages with Tabler table patterns
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
2026-07-09 13:42:44 +09:00
kjh2064 66a9990d5f Standardize blog admin pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m58s
2026-07-09 12:41:16 +09:00
kjh2064 55933649f6 Standardize admin pages and blog editor
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m39s
2026-07-09 11:33:17 +09:00
kjh2064 9cf6675dc9 Convert remaining admin routes to Razor Pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m40s
2026-07-09 11:19:51 +09:00