• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2022-04-05 05:54:37 +00:00
52bd743b45 Removed await from ready.
MattMo pushed to master at MontoyaTech/ignite-html 2022-03-26 09:11:30 +00:00
5a1be0a368 Adding extra code to ensure more than one ready timer runs at a time. Exposed IgniteCallback to window.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-20 19:44:33 +00:00
98eaa87df6 Added code to see if the current thread is trying to abort and if so stops blocking.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-16 07:24:43 +00:00
6c64bbe4be Fixed bugs and added a few helper functions.
MattMo pushed to master at MontoyaTech/ignite-html 2022-03-07 06:57:32 +00:00
e36ee1d42c Fixed a type in the visible function naming.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-03-07 05:17:02 +00:00
7f68337626 Added code to only validate elements that are currently visible.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-03-07 04:19:29 +00:00
48154a8d65 Editable image now uses a blob instead of raw base64 image data for the source.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-04 02:55:53 +00:00
836aea0da7 Added more unit tests for the route matcher. Published 1.0.9 nuget package.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-03 08:18:52 +00:00
da8184f152 Added unit test project. Improved route matcher and fixed bugs.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-03-02 09:04:21 +00:00
1b30a8cfdd Defaulted validation popup content to be centered.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-02 08:53:34 +00:00
16c42c1ef7 Added ReadToStream extension and bumped package version.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-02 08:44:29 +00:00
e4c9b95fa3 Added ReadAsBytes extension and bumped nuget version.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-20 06:23:30 +00:00
fcbaaf133c Fixing issues with the route preprocess and postprocess events.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-20 05:46:49 +00:00
bf254489b8 Fixed bug where root syntax wouldn't match in the RouteMatcher. Added WithHeader extension. Added preprocess and postprocess route events so we can control routes at a global level easier.
MattMo deleted branch main from MontoyaTech/ignite-html-input 2022-02-16 06:13:09 +00:00
MattMo created branch master in MontoyaTech/ignite-html-input 2022-02-16 06:13:09 +00:00
MattMo deleted branch main from MontoyaTech/ignite-html-select 2022-02-16 06:12:03 +00:00
MattMo created branch master in MontoyaTech/ignite-html-select 2022-02-16 06:12:03 +00:00
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 06:50:25 +00:00
bf1b66e565 Added more cookie extensions and using set cookie now.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-02-07 06:34:00 +00:00
b7837f6639 Added WithCookie extension for response.