김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:38:23 +09:00
53beb8a6e4 fix: add admin-page-hero to BlogCreate for consistent navigation
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:27:19 +09:00
d3b4d59f3c fix: send Telegram deployment notification asynchronously
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:23:52 +09:00
691e4406f3 refactor: reduce notification spam and focus on deployment alerts
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:21:13 +09:00
db2af15a07 fix: increase max request body size to prevent 400 Bad Request errors
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:19:58 +09:00
2bde490e9e feat: integrate Serilog and Telegram notifications
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:15:38 +09:00
e797da6140 ux: improve admin header and drawer footer with meaningful information
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:04:01 +09:00
0265d7ec8c ux: improve reconnection modal message and styling
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:01:16 +09:00
09420dca0e fix: add admin-page-hero to detail pages for loading indicator
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 16:00:22 +09:00
e3a0ea03f0 fix: add authorization header to AdminDashboardClient
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:56:31 +09:00
ba2cb85fd2 fix: add authorization header to InquiryBrowserClient requests
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:53:26 +09:00
74ee47a269 fix: resolve Inquiry data rendering issue on page load
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:35:20 +09:00
2af7050800 fix: check cached page state in showLoading() before starting MutationObserver
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:30:15 +09:00
fb9c77943f ux: eliminate white-flash on Blazor navigation from Inquiry page
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:04:51 +09:00
27f57ff925 fix: guarantee loading indicator hides with 3-second timeout
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:03:08 +09:00
79d99cfd7a fix: loading indicator now properly hides after blazor initializes
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 15:01:01 +09:00
1a761e8e15 feat: add blazor loading indicator during page transitions
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 14:54:44 +09:00
c01933e295 fix: disable prerendering and use interactive-only render mode
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 13:21:11 +09:00
73da1859fe perf: optimize CI/CD pipeline - reduce execution time by 75%
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 13:17:37 +09:00
68588a8491 fix: enable prerendering to eliminate white screen on page load
kjh2064 pushed to master at kjh2064/taxbaik 2026-06-28 13:16:14 +09:00
0b6a64fbad fix: wrap settings page hero section in MudContainer