Matthew Kelly
Matthew Kelly
This will need to investigation first, mostly for the navbar, but it would be nice to have support added for elements to be added to the sidebar/navbar. ie: ```powershell Edit-PodeWebSidebar...
### Describe the Change The new `Out-PodeWebElement` action helps to determine how to append a new element with respect to the "sender". Two new optional `-Id` and `-Name` parameters could...
Currently if you supply an empty string `-Value` to `Update-PodeWebTextbox` it doesn't do anything. It would be more appropriate for this to instead clear the textbox - but *only* if...
In #450 I tested an approach of using a `[switch]` parameter on `Update-PodeWebIcon` for `-Spin`, instead of doing `-SpinState` and having Unchanged, Enabled, Disabled values. This worked, so it could...
The following functions map from types/sizes to bootstrap class names; they would be better suited in template.js now. * `ConvertTo-PodeWebSize` * `Convert-PodeWebButtonSizeToClass` * `Convert-PodeWebColourToClass` * `Convert-PodeWebAlertTypeToIcon` * `Convert-PodeWebAlertTypeToClass`
When a Button is clicked, a spinner will appear to show that it is processing. What could also be useful is to have a `-ClickName` parameter which will change the...
On `Use-PodeWebTemplates` add a new `-DisableNavbar` to remove the navbar on all pages.
Currently the File Upload element doesn't allow the binding of events, which means if you render the element outside of a form ... well ... it's pretty useless!! Ideally we...
Currently if you were to click a Button - or register and event to an Element - outside of a Form, the only data sent to the Button's scriptblock or...
For the work coming in #439, plus the current existing JS/CSS files that Pode.Web uses, these should be minified when `Invoke-Build` is run. The minified versions should be saved as...