김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 10:56:12 +09:00
8095251eba fix: admin inquiry creation now sends telegram notification and shows feedback
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 10:54:43 +09:00
6508282732 fix: admin pages stuck on infinite loading - reset data fields when auth transitions
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 10:38:05 +09:00
ea447495d3 refactor: move buildable .NET source into src/, update CI/doc paths
c00d002972 chore: remove committed build artifacts and dead files, archive stray root docs
Compare 2 commits »
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 10:25:15 +09:00
83c1254a3e fix: login button stuck on 준비 중 - Blazor hydration reverted JS enable
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 10:16:38 +09:00
e5981769b9 fix: per-page WASM render mode, Contact checkbox binding, Telegram inquiry channel
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 03:13:29 +09:00
d015bb6c92 fix: update validation script to accept both WebAssembly rendermode formats
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 03:10:36 +09:00
f29910030e fix: simplify CI/CD WASM publish - remove manual copy conflict
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 03:06:46 +09:00
8db3c1d220 fix: correct WebAssembly runtime filename for .NET 10
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 03:00:29 +09:00
328cfc0772 fix: improve public site UX - login, contact form, telegram alerts
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:51:39 +09:00
9b7e6eda4c refactor: update validation script to reflect prerender: false design
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:44:38 +09:00
059109b064 fix: change CI/CD publish to include WebAssembly client
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:42:13 +09:00
58ab7f44fa feat: add WebAssembly client wwwroot/index.html - fix runtime loading
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:34:03 +09:00
c54b01bdc8 fix: remove duplicate @rendermode directives
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:33:10 +09:00
5d1eeb8485 fix: add @rendermode InteractiveWebAssembly to all admin pages
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:31:50 +09:00
04a5e15435 test: increase wait time for WebAssembly runtime loading
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:30:21 +09:00
5ca1fe8620 fix: add explicit rendermode to Router component - enable page routing
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:27:55 +09:00
56a7d0475b fix: disable prerendering for protected admin pages - functional requirement
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:19:02 +09:00
07e6a2a4ef fix: restore prerendering for admin shell - maintain architecture compliance
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:14:59 +09:00
9d99ab9f33 feat: add Google Analytics (gtag.js) tracking to public website
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 02:08:53 +09:00
4b7bdbaffb fix: disable prerendering for interactive WebAssembly - menu interactivity issue