Commit Graph

19 Commits

Author SHA1 Message Date
shaamilahmed b7c75716e8 Added Table Component 2026-04-14 15:44:47 +05:00
shaamilahmed 398d22169d Prepare to publish to nuget. 2026-04-13 20:34:40 +05:00
shaamilahmed a8b13d1120 remove a non existing reference to an invalid css. 2026-04-13 20:34:30 +05:00
shaamilahmed bd3827bb41 Upgrading to net10 and getting ready for AOT even though AOT is currently not available for RazorPages. 2026-04-13 20:11:27 +05:00
shaamilahmed 32cad03088 Fixed issue detecting blazor navigation. (Was not initializing HTMX on navigation when done through blazor UI) 2026-04-13 20:10:43 +05:00
shaamilahmed 4411307383 removed redundant path in endpoint. 2026-04-13 19:06:23 +05:00
shaamilahmed 5668cf20d9 Added docs 2026-04-13 18:57:47 +05:00
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 086917b5aa Removed package-lock.json 2026-04-13 15:41:05 +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
shaamilahmed 9bef5813ae Updated tailwind config to affect razor pages. 2026-04-12 02:25:00 +05:00
shaamilahmed 0607602c5c Removed package-lock.json from repo. 2026-04-12 02:20:56 +05:00
shaamilahmed 9df0292291 Cache refresh. 2026-04-12 02:19:02 +05:00
shaamilahmed 2089f76d1a Add README.md 2026-04-11 21:16:14 +00:00
shaamilahmed 1343f3d437 Removed Cached GitIgnore Files 2026-04-12 02:04:41 +05:00
shaamilahmed b614613578 Updated spelling error in gitignore 2026-04-12 02:03:28 +05:00
shaamilahmed 09fec32a55 Init 2026-04-12 01:57:08 +05:00