Development

This commit is contained in:
Matthew Grotke 2026-05-27 22:04:04 -04:00
parent eed1d295dc
commit d9f3bd8289
45 changed files with 635 additions and 666 deletions

View file

@ -1,5 +1,4 @@
{
"id": "view_preferences",
"client_requirement": "client_is_viewer+",
"items": [
{
@ -21,7 +20,7 @@
"items": [
{
"type": "form",
"action": "/action/save_preferences",
"action": "/action/preferences/accountdetails_save",
"method": "post",
"items": [
{
@ -46,7 +45,7 @@
"items": [
{
"type": "button_primary",
"action": "/action/save_preferences",
"action": "/action/preferences/accountdetails_save",
"method": "post",
"text": "Save Preferences"
}
@ -62,7 +61,7 @@
"items": [
{
"type": "form",
"action": "/action/change_password",
"action": "/action/preferences/changepassword_save",
"method": "post",
"items": [
{
@ -91,7 +90,7 @@
"items": [
{
"type": "button_primary",
"action": "/action/change_password",
"action": "/action/preferences/changepassword_save",
"method": "post",
"text": "Change Password"
}