김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:50:01 +09:00
47dc8c6c57 fix: resolve script loading timing issue with admin-session.js
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:47:44 +09:00
840528698c fix: implement fundamental prerender-compatible auth mechanism
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:38:04 +09:00
b6e0add2ac fix: implement pure Blazor native login form for reliable auth state sync
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:30:55 +09:00
48c1b69af9 fix: use form ID instead of object reference for event delegation
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:24:53 +09:00
e24d683d52 fix: reload page after login to properly restore Blazor authentication state
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:20:13 +09:00
6fb17df2c2 fix: use correct client log method name in login error handler
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:16:56 +09:00
015ace6671 fix: use event delegation for form submit to survive Blazor hydration
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:13:45 +09:00
d3b9a6047c fix: restore HTML login form with prerender: true per spec requirements
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:08:13 +09:00
da6058fb61 fix: disable prerender for login page to enable Blazor event handlers
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 13:04:22 +09:00
40cffb3beb fix: implement Blazor-native login form to properly update authentication state
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 12:33:38 +09:00
041d3cae96 fix: restore HeadOutlet for proper Blazor framework initialization
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 12:26:46 +09:00
29a633e5fc fix: remove HeadOutlet to eliminate duplicate Blazor runtime script reference
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 12:24:58 +09:00
dda600d4e1 fix: use standard ASP.NET Core 10 Blazor WASM runtime filename
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 12:20:37 +09:00
32029bff92 fix: use file copy instead of symlink for Blazor WASM runtime compatibility
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:31:06 +09:00
3d0cf1132c docs: clarify MapStaticAssets ordering requirement
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:29:57 +09:00
7ff8689a72 refactor: unify inquiry status strings using constants (P1-06)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:26:16 +09:00
b2dd217017 fix: symlink blazor.web.js to blazor.webassembly.js for ASP.NET Core 10 compatibility
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:24:08 +09:00
e044acea17 feature: implement persistent login username and remember-me checkbox
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:02:10 +09:00
29910d4d1b improve: enhance combo components to production level (COMBO_POLICY compliance)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 11:00:17 +09:00
e9a6ca9797 fix: inquiry edit form - make customer fields read-only