• Joined on 2022-01-01
MattMo pushed to main at MontoyaTech/Parallel.Net 2023-07-24 18:46:57 +00:00
779ceee2c1 Cleaned up code and fixed a few issues.
MattMo pushed to main at MontoyaTech/Parallel.Net 2023-07-24 18:42:34 +00:00
ffaee93aa6 Bumped package version to 1.0.1, added more extensions and helper functions to process a list of items without getting a result back. Cleaned up the code, improved documentation.
MattMo pushed to main at MontoyaTech/Parallel.Net 2023-07-24 17:45:59 +00:00
a78f796f89 Accidentally uploaded the wrong logo, changed to correct one.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-24 15:51:54 +00:00
841d03d2c3 Added a special onDeconstruct template function that allows a function to be invoked when the element is being destroyed.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-24 05:05:02 +00:00
e4602b710d Fixed a bug where on a class change we didn't check to see if the element existed.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-21 17:24:12 +00:00
63ed3a42f9 Fixed an issue where the text constructor wasn't handling the rendering state when call the converter.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-20 17:57:58 +00:00
d3fc2f308f Yes no dialog now allows the changing of the yes button class, no button class and the spinner class. Tweaked the defaults to make it look better by default.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-17 19:33:50 +00:00
7905758894 Added a null and length check for pages before trying to modify their elements.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-14 21:10:07 +00:00
5f8ca696c1 Sortable columns now show an up/down arrow if no sort is applied and now use the sort icons if sorting is applied.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-07-11 16:52:10 +00:00
2f71c18b65 Fixed an issue where if a route didn't end with a /, the generated code would still contain an ending slash. Bumped package version to 1.7.1
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-11 15:09:05 +00:00
08a526ad4a Merge remote-tracking branch 'origin/master'
aaa593e846 Removed old code that would try to force ignite properties to stay as the same value type as their previous value. This causes issues and the developer should be free to set properties to whatever value they want.
Compare 2 commits »
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-11 00:19:33 +00:00
ceb59525d5 Added ability to change the primary and secondary page button classes.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-10 23:38:28 +00:00
2870ae49ce Improved the page size, row count and search box row, it now handles resizing better.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-10 16:47:34 +00:00
c703b24bfe Fixed a few typos, improved column searching, if a searcher is not defined, it will now make sure the value is a string before applying the regex, if a searcher is defined it now runs that.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-07-10 15:45:12 +00:00
862b01968e Improved hash mode support and fixed some bugs. Cleaned up the code and improved the documentation.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-07-10 05:24:36 +00:00
0ebd6d1ab4 Cleaned up code and fixed a bug where parameters were not taking into consideration with routes that are not root based.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-07-09 18:14:34 +00:00
69a1d9c3a8 Improved RouteMatcher and added more unit tests to cover some edge cases. Cleaned up code. Bumped package version to 1.7.0
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-07-08 16:49:34 +00:00
1c31f34424 Improved DataTable by exposing the table that owns a given column, added a new onclick function callback for columns, added a data field for the DataRow so that it can be accessed.
MattMo pushed to master at MontoyaTech/ignite-html 2023-07-08 16:48:16 +00:00
8670aca627 Merge remote-tracking branch 'origin/master'
1ea51c1451 Modified value function for ignite template to reflect even if the value isn't an ignite property. Cleaned up the code and simplified it.
Compare 2 commits »
MattMo pushed to master at MontoyaTech/ignite-html-toast 2023-07-07 18:16:06 +00:00
e370a48f60 Improved the default drop shadow.