• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-01 13:29:45 +00:00
efd744974d Bumped package version to 1.5.9, exposed a parameter in the init method to allow a custom message handler to be used with the client for C#.
MattMo pushed to master at MontoyaTech/ignite-html 2023-05-30 01:20:05 +00:00
557584aadd Added sup template.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-05-29 14:08:34 +00:00
22ff3c1312 Fixed a bug with boolean default values. Bumped package version to 1.5.8.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-05-29 13:47:58 +00:00
a630f0e334 Fixed a csharp client generator bug. The csharp client generator now outputs a constructor for types that allows setting property/fields. Bumped package version to 1.5.7
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-05-24 23:02:57 +00:00
63d3c9f469 Tried to improve the data table by exposing settings to control the classes of buttons and inputs.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-05-22 15:59:59 +00:00
755a2399e4 Bumped package version to 1.5.6 added a helper function to get the name from a enum value.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-05-19 17:30:30 +00:00
159ce7313a Fixed an issue where the column converter wasn't running in a rendering context.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-05-19 14:26:01 +00:00
5e814e81c6 Bumped package version to 1.5.5, added code to the CSharp client generator to generate a empty constructor and a constructor that can take an existing instance of a dto and automatically copy all the values.
MattMo pushed to master at MontoyaTech/ignite-html 2023-05-05 15:33:43 +00:00
f97511fe6e Pushing up new logo.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-04-29 17:49:10 +00:00
23bb12f6d3 Cleaned up code, added ability to use properties with column data. Added loading state and refresh button. Improved sorting and searching.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-29 17:38:56 +00:00
9fa7f4b054 Added style support to pagination so you can apply styling to all elements under the pagination.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-27 17:54:07 +00:00
4f215dd375 Rolled back change to IgniteObject. Added ability to use a function for the class name and simplified the code.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-04-26 14:27:43 +00:00
3372428700 Tweaked table styling.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-25 13:46:39 +00:00
a171b3da4d Added value support for files, you can't set the value to a file, but you can set it to null to clear the current file and reflect to get the file value. Fixed html template deconstructing by making it remove the elements it created.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-04-24 20:41:00 +00:00
a100f77b8b DataTable can now sort columns and allows the user to click on columns and change their sorting. Improved documentation.
MattMo pushed to master at MontoyaTech/ignite-html 2023-04-24 20:39:55 +00:00
83e53ed4c3 Improved ignite template deconstruct and construct functions. Simplified IgniteObject constructor.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-04-23 03:21:54 +00:00
dde2e5293a Made table rounded without having to user overflow hidden.
MattMo pushed to master at MontoyaTech/ignite-html-toast 2023-04-22 19:07:02 +00:00
bc7c94edd8 Cleaned up code, added missing documentation.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2023-04-22 19:05:52 +00:00
9d7ff647d2 Added a validate file option and included documentation.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2023-04-21 15:33:51 +00:00
be22d0acd7 Tweaked data table to not have a border. Added new yes no dialog that can be reused.