Commit Graph

69 Commits

Author SHA1 Message Date
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 05dfa17dde style: Extreme density optimization - ultra-compact admin UI
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
- Reduce admin-page-shell gap from 0.5rem to 0.25rem
- Reduce page header title from 0.9rem to 0.78rem
- Reduce header margins: eyebrow (0.2rem→0.1rem), subtitle (0.2rem→0.1rem), title (0.3rem→0.15rem)
- Reduce page-header margin-bottom from 0.4rem to 0.25rem
- Reduce card-body padding to p-2 across all breakpoints
- Reduce admin-page-shell padding from 1rem to 0.5rem
- Achieve Douzone-level data density

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 21:48:49 +09:00
kjh2064 d95a88bc3d style: Compact admin UI density - reduce card padding and header size
TaxBaik CI/CD / build-and-deploy (push) Successful in 57s
- Reduce card-body padding from p-3 p-md-4 p-xl-4 to p-2 p-md-3
- Decrease admin-page-shell gap from 1rem to 0.5rem
- Reduce page header title size from 1.02rem to 0.9rem
- Reduce header margin-bottom from 0.5rem to 0.4rem
- Improve visual hierarchy with tighter spacing

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 21:45:33 +09:00
kjh2064 a508b08509 style: Apply Tabler layout to Blog create/edit pages
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
- Add admin-page-shell wrapper and _AdminPageHeader partial
- Wrap editor content in card component
- Consistent with other admin pages (Index.cshtml pattern)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-09 21:31:53 +09:00
kjh2064 0cf881c652 Align admin home with Tabler tone
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m8s
2026-07-09 18:05:35 +09:00
kjh2064 26ea7e17d0 Fix blog publish checkbox binding
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
2026-07-09 17:44:21 +09:00
kjh2064 bbb5d8dc55 Reduce admin title density
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-07-09 16:58:55 +09:00
kjh2064 dfbc077679 Compress admin sidebar and dashboard
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
2026-07-09 16:55:28 +09:00
kjh2064 5e1ebd8448 Move admin breadcrumb to topbar
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m1s
2026-07-09 16:53:55 +09:00
kjh2064 3c4905a249 Tighten admin top density
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m6s
2026-07-09 16:52:37 +09:00
kjh2064 bfc19adf47 Compress admin breadcrumb and sidebar
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m1s
2026-07-09 16:50:54 +09:00
kjh2064 1cb35810b6 Unify admin edit source summaries
TaxBaik CI/CD / build-and-deploy (push) Successful in 59s
2026-07-09 16:48:11 +09:00
kjh2064 d4ea2c18c1 Refine announcement edit source summary
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
2026-07-09 16:46:42 +09:00
kjh2064 ccbc1d3698 Improve blog editor source summary
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m1s
2026-07-09 16:45:16 +09:00
kjh2064 946e305e2c Fix blog editor default selection and checkbox binding
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
2026-07-09 16:43:58 +09:00
kjh2064 a2e2064056 Normalize remaining admin list pages
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
2026-07-09 16:29:40 +09:00
kjh2064 91424bd8a2 Standardize admin empty states
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
2026-07-09 16:24:39 +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 2f72834317 Fix blog category selection and empty state rendering
TaxBaik CI/CD / build-and-deploy (push) Successful in 53s
2026-07-09 15:32:13 +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 f7813450d7 Standardize admin entry buttons
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m3s
2026-07-09 14:30:13 +09:00
kjh2064 2f4ec5efea Add inquiry action controls
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-07-09 14:28:12 +09:00
kjh2064 4348de0707 Show loaded values on edit screens
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
2026-07-09 14:20:07 +09:00
kjh2064 3831f52253 Fix customer admin routes
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m7s
2026-07-09 14:17:55 +09:00
kjh2064 6b6359007c Fix remaining admin page routes
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
2026-07-09 14:17:01 +09:00
kjh2064 f5249afbd0 Fix admin action routes
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
2026-07-09 14:13:26 +09:00
kjh2064 e3addc1a79 Implement admin CRUD for announcements inquiries and faqs
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s
2026-07-09 14:06:14 +09:00
kjh2064 bfc4d70ebd Tighten shared admin components
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m2s
2026-07-09 13:59:17 +09:00
kjh2064 6407afece5 Normalize remaining admin page shells
TaxBaik CI/CD / build-and-deploy (push) Successful in 57s
2026-07-09 13:55:54 +09:00
kjh2064 58eb297865 Remove leftover admin topbar overrides
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s
2026-07-09 13:48:18 +09:00
kjh2064 00521668be Tabler polish for client and blog editors
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m3s
2026-07-09 13:44:26 +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 f4e063280e Standardize admin shared components
TaxBaik CI/CD / build-and-deploy (push) Successful in 56s
2026-07-09 13:41:13 +09:00
kjh2064 03e822f8d5 Persist auth keys across deployments 2026-07-09 13:40:18 +09:00
kjh2064 57ba5fd108 Polish admin dashboard for Tabler demo style 2026-07-09 13:38:38 +09:00
kjh2064 714d27bc01 Add admin breadcrumb and menu icons
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m5s
2026-07-09 13:35:30 +09:00
kjh2064 5ee6a9da3f Refine admin shell to Tabler style
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
2026-07-09 13:34:15 +09:00
kjh2064 a312da919c Restore admin layout and harden login
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
2026-07-09 13:31:54 +09:00
kjh2064 98bb05a084 Standardize blog editor and content styles
TaxBaik CI/CD / build-and-deploy (push) Failing after 54s
2026-07-09 13:11:46 +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 37e631582d Move admin page styling to shared css
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m50s
2026-07-09 12:14:55 +09:00
kjh2064 6ec4ef4c9a Standardize admin clients pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m23s
2026-07-09 11:41:40 +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
kjh2064 cf3fea966d Add admin layout and customer pagination
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m32s
2026-07-09 11:16:50 +09:00
kjh2064 fb8a90fa6b Add Razor customer CRUD shell
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m23s
2026-07-09 11:14:12 +09:00
kjh2064 83c0c70adc Add Razor admin dashboard shell
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m18s
2026-07-09 11:10:00 +09:00