mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
This update changes the admin settings page to dynamically render settings fields based on the JSON response from the backend, rather than hardcoding them. This ensures that new settings added to the backend are automatically available in the UI without code changes. - Specific handling for known fields like name, description, urls, keys, mints, and relays remains to provide a polished UX. - All other fields are rendered dynamically based on their type (boolean, number, string, array). - Sensitive fields (keys, passwords) are automatically masked. - Specific internal/unused fields are ignored.