• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2025-07-20 22:44:26 +00:00
f1bff47ae7 Fixed a bug with the onClassChanged and the Disabled template code.
MattMo pushed to master at MontoyaTech/ignite-html 2025-07-13 16:36:57 +00:00
93dde5893f Improved Disabled template function to make it work with more complex conditions.
MattMo pushed to main at MontoyaTech/MySqlPlus 2025-06-27 20:09:37 +00:00
119ac93394 Added try catch for Unix to DateTime to catch invalid inputs. Bumped package version to 1.1.9
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2025-06-23 17:11:01 +00:00
07d236c507 Exposed loading spinner class via a property for the data table.
MattMo pushed to master at MontoyaTech/ignite-html 2025-06-23 03:09:51 +00:00
1733df832a Fixed a bug where the pager was not constructing elements in the right positions.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2025-06-22 03:38:02 +00:00
6503247852 Fixed a few bugs and issues with the data table.
MattMo pushed to master at MontoyaTech/ignite-html 2025-06-22 03:37:33 +00:00
80a0e81973 Cleaned up code and fixed a few bugs with the pagination code that was messing up with the order of elements when rendering.
MattMo pushed to main at MontoyaTech/MySqlPlus 2025-06-17 16:56:56 +00:00
34e9cce26b Upgraded project to .Net 8.0 and latest nuget packages. Bumped package version to 1.1.8
MattMo pushed to master at MontoyaTech/Rest.Net 2025-06-17 16:53:15 +00:00
3da97d4fff Upgraded project to DotNet 8.0 and upgraded nuget packages to the latest version. Bumped package version to 1.8.9
MattMo pushed to master at MontoyaTech/Rest.Net 2025-06-02 18:31:28 +00:00
d0d64ef570 Modified the RestClientGenerator to prevent infinite dependency tracing. This method is a little cleaner too. Bumped package version to 1.8.8
MattMo pushed to master at MontoyaTech/ignite-html 2025-05-28 01:24:18 +00:00
cd4c5b43d7 Added an OnEscape helper function to capture when the escape key is pressed on an element quickly.
MattMo pushed to master at MontoyaTech/ignite-html-material 2025-05-15 18:03:54 +00:00
1f26bf5b18 Modified the svg element on the circular progress to not steal pointer events from the inner element it's surrounding.
MattMo opened issue MontoyaTech/Rest.Net#3 2025-05-06 23:54:23 +00:00
Implement Rate Limiting
MattMo pushed to master at MontoyaTech/ignite-html-material 2024-11-20 15:54:09 +00:00
cbd8787c89 Added the ability to limit the number of lines that are allowed to be rendered before collapsing. Cleaned up code and simplified a few things. Renamed limit to maxLength. Fixed an issue where newlines would not render because of the text element, switched to a span instead.
MattMo pushed to master at MontoyaTech/ignite-html-input 2024-11-20 15:51:38 +00:00
aca1a22986 Changed from textContent to innerText so that the rendered version of the content editable is used.
MattMo pushed to master at MontoyaTech/ignite-html 2024-11-20 15:50:43 +00:00
ed49ad1392 Changed element.data to nodeValue since that is the official property.
MattMo pushed to main at MontoyaTech/Parallel.Net 2024-11-15 03:30:23 +00:00
58e2a809a0 Upgraded Nuget packages. Added a new For function for executing a for loop in parallel. Added unit tests. Bumped package version to 1.0.2
MattMo pushed to master at MontoyaTech/ignite-html-input 2024-11-13 14:15:28 +00:00
f9c8f5da23 Cleaned up code. Added a new function to count spaces instead of the stupid split method. Added a new InputText function to help work with content editable elements.
MattMo pushed to master at MontoyaTech/Process.Net 2024-09-13 03:37:30 +00:00
5877042755 Added filename null or empty check. Start now calls the SetProcessHandle and SetProcessId function so that events are setup correctly. Bumped package version to 1.0.3
MattMo pushed to master at MontoyaTech/Process.Net 2024-09-12 16:56:21 +00:00
c78e599659 Tweaked minor documentation