Commit Graph

4 Commits

Author SHA1 Message Date
shaamilahmed b323862e03 Migrating all validation to use HTMX and endpoints instead of WASM/Websocket connections 2026-04-13 18:40:17 +05:00
shaamilahmed d1f0967a0c Migrate all interactive Blazor components to vanilla JS for full SSR
- Replace server interactivity with vanilla JS (forms.js) for Popover, Calendar, TimePicker, NumberInput, and Counter components

- Rewrite all Razor components to static SSR using data-* attributes for JS hooks

- Simplify InputBase.cs (remove EventCallback, EditContext, SetValueAsync)

- Remove AddInteractiveServerComponents/AddInteractiveServerRenderMode from Program.cs

- Update demo pages: remove @rendermode, replace EditForm with native form

- Add InteractivityGapTests.cs with 30 scoped E2E tests

- Update FormsTests.cs selectors for new static SSR structure

- Fix year picker navigation bug and date format mismatch in forms.js

- All 126 tests passing
2026-04-13 16:45:30 +05:00
shaamilahmed c23c598b0b Card Component Added 2026-04-13 15:39:41 +05:00
shaamilahmed 06ec22704b Basics Done 2026-04-13 15:08:49 +05:00